Interface OCommand
- All Known Implementing Classes:
OTraverse
public interface OCommand
Generic GOF command pattern implementation.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Method Summary
-
Method Details
-
execute
Object execute()Executes command.- Returns:
- The result of command if any, otherwise null
-
getContext
OCommandContext getContext()
-