org.drools.core.command.runtime.rule
Class InsertObjectInEntryPointCommand
java.lang.Object
org.drools.core.command.runtime.rule.InsertObjectInEntryPointCommand
- All Implemented Interfaces:
- Serializable, IdentifiableResult, GenericCommand<org.kie.api.runtime.rule.FactHandle>, org.kie.api.command.Command<org.kie.api.runtime.rule.FactHandle>
public class InsertObjectInEntryPointCommand
- extends Object
- implements GenericCommand<org.kie.api.runtime.rule.FactHandle>, IdentifiableResult
- See Also:
- Serialized Form
InsertObjectInEntryPointCommand
public InsertObjectInEntryPointCommand()
InsertObjectInEntryPointCommand
public InsertObjectInEntryPointCommand(Object object,
String entryPoint)
InsertObjectInEntryPointCommand
public InsertObjectInEntryPointCommand(Object object,
String entryPoint,
String outIdentifier)
execute
public org.kie.api.runtime.rule.FactHandle execute(org.kie.internal.command.Context context)
- Specified by:
execute in interface GenericCommand<org.kie.api.runtime.rule.FactHandle>
setObject
public void setObject(Object object)
getObject
public Object getObject()
getOutIdentifier
public String getOutIdentifier()
- Specified by:
getOutIdentifier in interface IdentifiableResult
setOutIdentifier
public void setOutIdentifier(String outIdentifier)
- Specified by:
setOutIdentifier in interface IdentifiableResult
isReturnObject
public boolean isReturnObject()
setReturnObject
public void setReturnObject(boolean returnObject)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.