Class GetProcessInstanceByCorrelationKeyCommand

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command<org.kie.api.runtime.process.ProcessInstance>, org.kie.api.command.ExecutableCommand<org.kie.api.runtime.process.ProcessInstance>, org.kie.internal.command.CorrelationKeyCommand

    public class GetProcessInstanceByCorrelationKeyCommand
    extends Object
    implements org.kie.api.command.ExecutableCommand<org.kie.api.runtime.process.ProcessInstance>, org.kie.internal.command.CorrelationKeyCommand
    See Also:
    Serialized Form
    • Constructor Detail

      • GetProcessInstanceByCorrelationKeyCommand

        public GetProcessInstanceByCorrelationKeyCommand()
      • GetProcessInstanceByCorrelationKeyCommand

        public GetProcessInstanceByCorrelationKeyCommand​(org.kie.internal.process.CorrelationKey correlationKey)
    • Method Detail

      • getOutIdentifier

        public String getOutIdentifier()
      • setOutIdentifier

        public void setOutIdentifier​(String outIdentifier)
      • getCorrelationKey

        public org.kie.internal.process.CorrelationKey getCorrelationKey()
        Specified by:
        getCorrelationKey in interface org.kie.internal.command.CorrelationKeyCommand
      • setCorrelationKey

        public void setCorrelationKey​(org.kie.internal.process.CorrelationKey correlationKey)
        Specified by:
        setCorrelationKey in interface org.kie.internal.command.CorrelationKeyCommand
      • execute

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