Class GetWorkItemIdsCommand
- java.lang.Object
-
- org.drools.commands.runtime.process.GetWorkItemIdsCommand
-
- All Implemented Interfaces:
java.io.Serializable,org.kie.api.command.Command<java.util.List<java.lang.Long>>,org.kie.api.command.ExecutableCommand<java.util.List<java.lang.Long>>
public class GetWorkItemIdsCommand extends java.lang.Object implements org.kie.api.command.ExecutableCommand<java.util.List<java.lang.Long>>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetWorkItemIdsCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Long>execute(org.kie.api.runtime.Context context)java.lang.StringgetOutIdentifier()voidsetOutIdentifier(java.lang.String outIdentifier)
-
-
-
Method Detail
-
getOutIdentifier
public java.lang.String getOutIdentifier()
-
setOutIdentifier
public void setOutIdentifier(java.lang.String outIdentifier)
-
execute
public java.util.List<java.lang.Long> execute(org.kie.api.runtime.Context context)
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand<java.util.List<java.lang.Long>>
-
-