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 void
Deprecated.usestopProcessing()
andmarkDeleted()
void
close()
Deprecated.Closes the processingdefault boolean
Deprecated.void
Deprecated.Marks the current processing as deletedvoid
Deprecated.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:
close
in interfaceAutoCloseable
-
isAnonymize
default boolean isAnonymize()Deprecated.- Returns:
- Whether data related to a person should be anonymized.
-