Interface IProcessingWrapper

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

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

    • wrapFor

      void wrapFor(Aktion action)
      Deprecated.
      Wraps the action and its processing
      Parameters:
      action - Aktion to wrap processing for
    • unwrap

      <T> T unwrap(Class<T> clazz)
      Deprecated.
      Unwraps the wrapped processing for the given class and returns it
      Type Parameters:
      T - Type to unrwap to
      Parameters:
      clazz - Class to unwrap for
      Returns:
      unwrapped processing
    • isWrapperFor

      boolean isWrapperFor(Class<?> clazz)
      Deprecated.
      Determines whether or not this instance is a wrapper for the given class
      Parameters:
      clazz - Class to check
      Returns:
      true if the wrapped processing is assignable from the given class
    • getTemplateUUID

      String getTemplateUUID()
      Deprecated.
      Gets the template UUID that may be needed for processing
      Returns:
      String UUID of Textbaustein
    • setTemplateUUID

      void setTemplateUUID(String templateUUID)
      Deprecated.
      Sets the template UUID that may be needed for processing
      Parameters:
      templateUUID - String UUID of Textbaustein
    • getResourceUuid

      String getResourceUuid()
      Deprecated.
      Gets the resource UUID that may be needed for processing
      Returns:
      String UUID of the resource
    • setResourceUuid

      void setResourceUuid(String uuid)
      Deprecated.
      Sets the resource UUID that may be needed for processing
      Parameters:
      uuid - String UUID of the resource
    • getResourceUri

      String getResourceUri()
      Deprecated.
      Gets the resource URI that may be needed for processing
      Returns:
      String URI of the resource
    • setResourceUri

      void setResourceUri(String uri)
      Deprecated.
      Sets the resource URI that may be needed for processing
      Parameters:
      uri - String URI of the resource
    • getResourceType

      ERessourcenTyp getResourceType()
      Deprecated.
      Gets the type of the resource that may be needed for processing
      Returns:
      ERessourcenTyp resource type
    • 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
    • getActionUUIDs

      List<String> getActionUUIDs()
      Deprecated.
      Gets the UUIDs of the actions that will be consumed by this action
      Returns:
      List of Aktion.getUUID()s
    • setActionUUIDs

      void setActionUUIDs(List<String> uuids)
      Deprecated.
      Sets the UUIDs of the actions that will be consumed by this action
      Parameters:
      uuids - List of Aktion.getUUID()s
    • getActionUUID

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

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

      long getDbConnectionId()
      Deprecated.
      Returns:
      Long ID of the DB connection used by this action
    • getUploadElements

      List<String> getUploadElements()
      Deprecated.
      Returns:
      List of upload elements used by this action
    • setUploadElements

      void setUploadElements(List<String> uploadElements)
      Deprecated.
      Sets the list of upload elements that should be used by this action
      Parameters:
      uploadElements - List of upload elements
    • isAttachToFormRecord

      boolean isAttachToFormRecord()
      Deprecated.
      Returns:
      Boolean whether or not files should be attached to the form record
    • setAttachToFormRecord

      void setAttachToFormRecord(boolean attachToFormRecord)
      Deprecated.
      Sets whether or not files should be attached to the form record
      Parameters:
      attachToFormRecord - Boolean
    • getPostfachId

      long getPostfachId()
      Deprecated.
      Returns:
      Long the inbox id being used by this action
    • getPluginClass

      Class<?> getPluginClass(Mandant client)
      Deprecated.
    • getParameters

      List<org.json.JSONObject> getParameters()
      Deprecated.
    • setParameters

      void setParameters(List<org.json.JSONObject> parameters)
      Deprecated.
    • getParamMap

      Map<String,String> getParamMap()
      Deprecated.
    • setParamMap

      void setParamMap(Map<String,String> parameters)
      Deprecated.
    • getTextbausteinId

      @Deprecated long getTextbausteinId()
      Deprecated.
    • getStatusId

      @Deprecated long getStatusId()
      Deprecated.
    • getActionIds

      @Deprecated List<Long> getActionIds()
      Deprecated.
    • setActionIds

      @Deprecated void setActionIds(List<Long> actionIds)
      Deprecated.
    • getAktionsIdErgebnisse

      @Deprecated List<Integer> getAktionsIdErgebnisse()
      Deprecated.
    • getSourceAktionId

      @Deprecated long getSourceAktionId()
      Deprecated.
    • setSourceAktionId

      @Deprecated void setSourceAktionId(long sourceAktionId)
      Deprecated.
    • setResource

      @Deprecated void setResource(String resource)
      Deprecated.
    • getResource

      @Deprecated String getResource()
      Deprecated.
    • getRessTypeEnum

      @Deprecated ERessourcenTyp getRessTypeEnum()
      Deprecated.