public class InsertElementsCommand extends Object implements GenericCommand<Collection<org.kie.api.runtime.rule.FactHandle>>, IdentifiableResult
Modifier and Type | Field and Description |
---|---|
Collection<Object> |
objects |
Constructor and Description |
---|
InsertElementsCommand() |
InsertElementsCommand(Collection<Object> objects) |
InsertElementsCommand(String outIdentifier) |
Modifier and Type | Method and Description |
---|---|
Collection<org.kie.api.runtime.rule.FactHandle> |
execute(org.kie.internal.command.Context context) |
String |
getEntryPoint() |
Collection<Object> |
getObjects() |
String |
getOutIdentifier() |
boolean |
isReturnObject() |
void |
setEntryPoint(String entryPoint) |
void |
setObjects(Collection<Object> objects) |
void |
setOutIdentifier(String outIdentifier) |
void |
setReturnObject(boolean returnObject) |
String |
toString() |
public Collection<Object> objects
public InsertElementsCommand()
public InsertElementsCommand(Collection<Object> objects)
public InsertElementsCommand(String outIdentifier)
public Collection<Object> getObjects()
public void setObjects(Collection<Object> objects)
public Collection<org.kie.api.runtime.rule.FactHandle> execute(org.kie.internal.command.Context context)
execute
in interface GenericCommand<Collection<org.kie.api.runtime.rule.FactHandle>>
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 String getEntryPoint()
public void setEntryPoint(String entryPoint)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.