Interface IUserDependent

All Superinterfaces:
INamedUiElement, IProcessing, ITransferable, Serializable
All Known Implementing Classes:
VerarbeitungEmail

@Deprecated public interface IUserDependent extends IProcessing
Deprecated.
Use the new workflow engine (IWorkflowEventRunner).
Marks dependency to a user
Author:
XIMA MEDIA GmbH
  • Method Details

    • getUserUUIDs

      List<String> getUserUUIDs()
      Deprecated.
      Returns:
      List of UUIDs of user, which this processing depends on
    • setUserUUIDs

      void setUserUUIDs(List<String> userUUIDs)
      Deprecated.
      Parameters:
      userUUIDs - List of UUIDs, which this processing depends on