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