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