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