Interface CommandWithOperationReferenceStep<T>

All Known Subinterfaces:
CancelProcessInstanceCommandStep1, DeleteResourceCommandStep1, MigrateProcessInstanceCommandStep1.MigrateProcessInstanceCommandFinalStep, ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep2, ModifyProcessInstanceCommandStep1.ModifyProcessInstanceCommandStep3, ResolveIncidentCommandStep1, SetVariablesCommandStep1.SetVariablesCommandStep2, UpdateRetriesJobCommandStep1.UpdateRetriesJobCommandStep2, UpdateTimeoutJobCommandStep1.UpdateTimeoutJobCommandStep2
All Known Implementing Classes:
CancelProcessInstanceCommandImpl, DeleteResourceCommandImpl, JobUpdateRetriesCommandImpl, JobUpdateTimeoutCommandImpl, MigrateProcessInstanceCommandImpl, ModifyProcessInstanceCommandImpl, ResolveIncidentCommandImpl, SetVariablesCommandImpl

@Deprecated public interface CommandWithOperationReferenceStep<T>
Deprecated.
since 8.8 for removal in 8.9, replaced by CommandWithOperationReferenceStep
  • Method Summary

    Modifier and Type
    Method
    Description
    operationReference(long operationReference)
    Deprecated.
    Set the Operation Reference.
  • Method Details

    • operationReference

      T operationReference(long operationReference)
      Deprecated.
      Set the Operation Reference.

      This is a key chosen by the user and will be part of all records resulted from this operation

      Parameters:
      operationReference - a reference key chosen by the user and will be part of all records resulted from this operation
      Returns:
      the builder for this command with the operation reference specified
      Since:
      8.6