Package org.drools.commands.runtime
Class ObjectFactory
- java.lang.Object
-
- org.drools.commands.runtime.ObjectFactory
-
public class ObjectFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchExecutionCommandImplcreateBatchExecutionCommand()ExecutionResultImplcreateExecutionResultImpl()FlatQueryResultscreateFlatQueryResults()GetGlobalCommandcreateGetGlobalCommand()GetIdCommandcreateGetIdCommand()SetGlobalCommandcreateSetGlobalCommand()
-
-
-
Method Detail
-
createBatchExecutionCommand
public BatchExecutionCommandImpl createBatchExecutionCommand()
-
createGetGlobalCommand
public GetGlobalCommand createGetGlobalCommand()
-
createGetIdCommand
public GetIdCommand createGetIdCommand()
-
createSetGlobalCommand
public SetGlobalCommand createSetGlobalCommand()
-
createExecutionResultImpl
public ExecutionResultImpl createExecutionResultImpl()
-
createFlatQueryResults
public FlatQueryResults createFlatQueryResults()
-
-