Interface IWorkflowProcessing

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
WorkflowProcessing

@Deprecated public interface IWorkflowProcessing extends AutoCloseable
Deprecated.
Use the new workflow engine.
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Deprecated.
    void
    Deprecated.
    Closes the processing
    default boolean
    Deprecated.
     
    void
    Deprecated.
    Marks the current processing as deleted
    void
    Deprecated.
    Stops the processing by removing all actions from the working-pool
  • Method Details

    • cancelProcessing

      @Deprecated default void cancelProcessing()
      Deprecated.
      Stops the workflow ands marks it as deleted
    • markDeleted

      void markDeleted()
      Deprecated.
      Marks the current processing as deleted
    • stopProcessing

      void stopProcessing()
      Deprecated.
      Stops the processing by removing all actions from the working-pool
    • close

      void close()
      Deprecated.
      Closes the processing
      Specified by:
      close in interface AutoCloseable
    • isAnonymize

      default boolean isAnonymize()
      Deprecated.
      Returns:
      Whether data related to a person should be anonymized.