Class GetProcessIdsCommand
- java.lang.Object
-
- org.drools.core.command.runtime.process.GetProcessIdsCommand
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<List<String>>,org.kie.api.command.ExecutableCommand<List<String>>
public class GetProcessIdsCommand extends Object implements org.kie.api.command.ExecutableCommand<List<String>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetProcessIdsCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>execute(org.kie.api.runtime.Context context)StringgetOutIdentifier()voidsetOutIdentifier(String outIdentifier)StringtoString()
-