Interface IStatusDependent

All Superinterfaces:
INamedUiElement, IProcessing, ITransferable, Serializable
All Known Implementing Classes:
VerarbeitungChangeStatus, VerarbeitungCopyToStatus

@Deprecated public interface IStatusDependent extends IProcessing
Deprecated.
Use the new workflow engine (IWorkflowEventRunner).
Author:
XIMA MEDIA GmbH
  • Method Details

    • getStateUUID

      String getStateUUID()
      Deprecated.
      Gets the UUID of the state that this processing is depending on
      Returns:
      String UUID of the state that this processing is depending on
    • setStateUUID

      void setStateUUID(String uuid)
      Deprecated.
      Sets the UUID of the state that this processing is depending on
      Parameters:
      uuid - String UUID of the state that this processing is depending on
    • getStatusId

      @Deprecated long getStatusId()
      Deprecated.
      use getStateUUID() instead
      Returns:
      the status id