public class InsertObjectCommand extends Object implements GenericCommand<org.kie.api.runtime.rule.FactHandle>, IdentifiableResult
Constructor and Description |
---|
InsertObjectCommand() |
InsertObjectCommand(Object object) |
InsertObjectCommand(Object object,
boolean disconnected) |
InsertObjectCommand(Object object,
String outIdentifier) |
Modifier and Type | Method and Description |
---|---|
org.kie.api.runtime.rule.FactHandle |
execute(org.kie.internal.command.Context context) |
String |
getEntryPoint() |
Object |
getObject() |
String |
getOutIdentifier() |
boolean |
isDisconnected() |
boolean |
isReturnObject() |
void |
setEntryPoint(String entryPoint) |
void |
setObject(Object object) |
void |
setOutIdentifier(String outIdentifier) |
void |
setReturnObject(boolean returnObject) |
String |
toString() |
public InsertObjectCommand()
public InsertObjectCommand(Object object)
public InsertObjectCommand(Object object, boolean disconnected)
public org.kie.api.runtime.rule.FactHandle execute(org.kie.internal.command.Context context)
execute
in interface GenericCommand<org.kie.api.runtime.rule.FactHandle>
public void setObject(Object object)
public Object getObject()
public String getOutIdentifier()
getOutIdentifier
in interface IdentifiableResult
public void setOutIdentifier(String outIdentifier)
setOutIdentifier
in interface IdentifiableResult
public boolean isReturnObject()
public void setReturnObject(boolean returnObject)
public boolean isDisconnected()
public String getEntryPoint()
public void setEntryPoint(String entryPoint)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.