Interface | Description |
---|---|
ChoiceFieldExtractor<E extends DataObject<E>,F extends FieldChoiceDefinition<F>> |
A choice field extractor will extract a choice payload from a choice field of
the object
|
DataObjectExtractor<E extends DataObject<E>,F> |
an interface allowing to extract the required field from an object for
further processing.
|
IsTypeEmpty<F> |
This interface will check if a field has any meaningful payload.
|
Class | Description |
---|---|
ChangeStateWorkflowStep<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>> |
a workflow step that will change the state of the subject object of the
workflow
|
ChoiceFieldObjectToAuthorityMapper<E extends DataObject<E>,F extends FieldChoiceDefinition<F>> |
A component mapping a choice field to an authority for the workflow
|
ComplexWorkflowClose<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>> |
the workflow step finishing the workflow.
|
ComplexWorkflowGround<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>> |
A ground workflow element that will basically do nothing.
|
ComplexWorkflowHelper<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>> |
the helper for a complex workflow defining the workflow logic
|
ComplexWorkflowStep<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>> |
a step in a complex workflow
|
ObjectElementSwitchComplexWorkflowStep<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>,G> |
A switch mapping a workflow step to specific information being extracted from
the data object the workflow is running on
|
ObjectParentUserSelectionForTask<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>> |
A user selection for task that is using specific logic to get the good user
|
ObjectToAuthorityMapper<E extends DataObject<E>> |
A common class for utilities that allow a mapping from a data object to an
authority.
|
SimpleAuthorityUserSelectionForTask<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>> |
a selection step allowing users to select a person for a role of the workflow
inside a constant authority
|
SimpleObjectToAuthorityMapper<E extends DataObject<E>> |
A simple mapper providing a constant authority whatever the data object is
|
SimpletaskWorkflowHelper<E extends DataObject<E>> |
A helper for objects that have simple task workflow properties.
|
SwitchComplexWorkflowStep<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>> |
A step in a complex workflowhaving a switch.
|
TaskChoiceTemplate |
A choice inside a task step
|
UserSelectionForTask<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>> |
User election for task
|
WorkflowCommons |
This class gathers procedures that are common to the different types of
workflow in the application.
|
WorkflowTaskStep<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>> |
A workflow task step
|