Class 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 Detail

      • GetIdCommand

        public GetIdCommand()
    • Method Detail

      • getOutIdentifier

        public String getOutIdentifier()
      • setOutIdentifier

        public void setOutIdentifier​(String outIdentifier)
      • execute

        public Long execute​(org.kie.api.runtime.Context context)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<Long>