public static enum DocumentRoutingConstants.Events extends Enum<DocumentRoutingConstants.Events>
Enum Constant and Description |
---|
afterRouteFinish
after the route is finished.
|
afterRouteReady
after the route is ready, each part of the route is in "Ready" state.The session used is unrestricted.
|
afterRouteValidated
after the route is validated, each part of the route is in "Validated" state.
|
afterStepBackToReady
after a step was put back to ready state.
|
afterStepRunning
after the operation chain for this step is called.The step is in "Done" state.The session used is
unrestricted.
|
afterUndoingStep
after the undo operation is run on the step.
|
beforeRouteReady
before the route is ready, each part of the route is in "Validated" state.The session used is unrestricted.
|
beforeRouteStart
before the route starts.
|
beforeRouteValidated
before the route is validated, each part of the route is in "Draft" state.
|
beforeStepBackToReady
before a step is put back to ready state.
|
beforeStepRunning
before the operation chain for this step is called.
|
beforeUndoingStep
before the undo operation is run on the step.
|
stepWaiting
After the operation chain of this step ran and if the step is not done, ie: if we are in a waiting state.The
session used is unrestricted.
|
workflowCanceled |
Modifier and Type | Method and Description |
---|---|
static DocumentRoutingConstants.Events |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentRoutingConstants.Events[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentRoutingConstants.Events beforeRouteValidated
public static final DocumentRoutingConstants.Events afterRouteValidated
public static final DocumentRoutingConstants.Events beforeRouteReady
public static final DocumentRoutingConstants.Events afterRouteReady
public static final DocumentRoutingConstants.Events beforeRouteStart
public static final DocumentRoutingConstants.Events afterRouteFinish
public static final DocumentRoutingConstants.Events beforeStepRunning
public static final DocumentRoutingConstants.Events stepWaiting
public static final DocumentRoutingConstants.Events afterStepRunning
public static final DocumentRoutingConstants.Events beforeStepBackToReady
public static final DocumentRoutingConstants.Events afterStepBackToReady
public static final DocumentRoutingConstants.Events beforeUndoingStep
public static final DocumentRoutingConstants.Events afterUndoingStep
public static final DocumentRoutingConstants.Events workflowCanceled
public static DocumentRoutingConstants.Events[] values()
for (DocumentRoutingConstants.Events c : DocumentRoutingConstants.Events.values()) System.out.println(c);
public static DocumentRoutingConstants.Events valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 Nuxeo SA. All rights reserved.