public class GetObjectsCommand extends Object implements GenericCommand<Collection>, IdentifiableResult
Constructor and Description |
---|
GetObjectsCommand() |
GetObjectsCommand(org.kie.api.runtime.ObjectFilter filter) |
GetObjectsCommand(org.kie.api.runtime.ObjectFilter filter,
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 GetObjectsCommand()
public GetObjectsCommand(org.kie.api.runtime.ObjectFilter filter)
public GetObjectsCommand(org.kie.api.runtime.ObjectFilter filter, String outIdentifier)
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-2015 JBoss by Red Hat. All Rights Reserved.