Package de.xima.fc.interfaces.processing
Interface IWorkflowProcessing
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
WorkflowProcessing
Deprecated.
Use the new workflow engine.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidDeprecated.usestopProcessing()andmarkDeleted()voidclose()Deprecated.Closes the processingdefault booleanDeprecated.voidDeprecated.Marks the current processing as deletedvoidDeprecated.Stops the processing by removing all actions from the working-pool
-
Method Details
-
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.
-