Interface ISingleConsuming

All Known Implementing Classes:
VerarbeitungXmlToFd

@Deprecated public interface ISingleConsuming
Deprecated.
This is part of the old workflow engine. Use the new workflow engine.
Author:
XIMA MEDIA GmbH
  • Method Details

    • setActionUUID

      void setActionUUID(String uuid)
      Deprecated.
      Parameters:
      uuid - The Aktion.getUUID() of the action that will be consumed by this action
    • getActionUUID

      String getActionUUID()
      Deprecated.
      Returns:
      the Aktion.getUUID() of the action that will be consumed by this action
    • getSourceAktionId

      @Deprecated long getSourceAktionId()
      Deprecated.
      Use getActionUUID() instead
      Returns:
      the Aktion.getId() of the action that will be consumed by this action
    • setSourceAktionId

      @Deprecated void setSourceAktionId(long sourceAktionId)
      Deprecated.
      Parameters:
      sourceAktionId - THe Aktion.getId() of the action that will be consumed by this action