Package de.xima.fc.interfaces.processing
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
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default void
cancelProcessing()
Deprecated.usestopProcessing()
andmarkDeleted()
void
close()
Deprecated.Closes the processingdefault boolean
isAnonymize()
Deprecated.void
markDeleted()
Deprecated.Marks the current processing as deletedvoid
stopProcessing()
Deprecated.Stops the processing by removing all actions from the working-pool
-
-
-
Method Detail
-
cancelProcessing
@Deprecated default void cancelProcessing()
Deprecated.usestopProcessing()
andmarkDeleted()
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 interfaceAutoCloseable
-
isAnonymize
default boolean isAnonymize()
Deprecated.- Returns:
- Whether data related to a person should be anonymized.
-
-