Actions
Overview
docuteam actions is a collection of tasks, each one with a precisely defined scope. The different actions can be used in docuteam feeder to define complex workflows where several steps work together.
A docuteam action is a Java class. Thematically related actions are combined in a Java package. The following packages exist:
Execution
Normally the steps of docuteam actions are used in a workflow of docuteam feeder. However, they can also be called independently and separately. A Java installation is required. The call must be made from the installation directory of docuteam actions.
cd D:\docuteam\apps\actions
java ch.docuteam.actions.qualityassurance.SIPExtractor [path/to/]SIP [targetdir]
A more detailed explanation of the example can be found at Quality Assurance.
If you call the step without parameters, the parameters of the step are listed.
Note on step documentation
- Optional parameters are set in square brackets:
[parameter]
. - Enumeration of possible parameter values are put in curly brackets:
\{ value1|value2|value3 \}