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 voidcancelProcessing()Deprecated.usestopProcessing()andmarkDeleted()voidclose()Deprecated.Closes the processingdefault booleanisAnonymize()Deprecated.voidmarkDeleted()Deprecated.Marks the current processing as deletedvoidstopProcessing()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:
closein interfaceAutoCloseable
-
isAnonymize
default boolean isAnonymize()
Deprecated.- Returns:
- Whether data related to a person should be anonymized.
-
-