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