public class GetObjectsInEntryPointCommand extends Object implements GenericCommand<Collection>, IdentifiableResult
Constructor and Description |
---|
GetObjectsInEntryPointCommand() |
GetObjectsInEntryPointCommand(org.kie.api.runtime.ObjectFilter filter,
String entryPoint) |
GetObjectsInEntryPointCommand(org.kie.api.runtime.ObjectFilter filter,
String entryPoint,
String outIdentifier) |
Modifier and Type | Method and Description |
---|---|
Collection |
execute(org.kie.internal.command.Context context) |
Collection<? extends Object> |
getObjects(AbstractWorkingMemory session) |
Collection<? extends Object> |
getObjects(AbstractWorkingMemory session,
org.kie.api.runtime.ObjectFilter filter) |
String |
getOutIdentifier() |
void |
setOutIdentifier(String outIdentifier) |
String |
toString() |
public GetObjectsInEntryPointCommand()
public GetObjectsInEntryPointCommand(org.kie.api.runtime.ObjectFilter filter, String entryPoint)
public String getOutIdentifier()
getOutIdentifier
in interface IdentifiableResult
public void setOutIdentifier(String outIdentifier)
setOutIdentifier
in interface IdentifiableResult
public Collection execute(org.kie.internal.command.Context context)
execute
in interface GenericCommand<Collection>
public Collection<? extends Object> getObjects(AbstractWorkingMemory session)
public Collection<? extends Object> getObjects(AbstractWorkingMemory session, org.kie.api.runtime.ObjectFilter filter)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.