Interface | Description |
---|---|
Action |
The rule action interface
|
ActionCondition |
Rule condition interface
|
ActionConditionDefinition |
Rule condition interface
|
ActionDefinition |
Rule action interface.
|
ActionList<A extends Action> | |
ActionService |
Action service interface
|
ActionTrackingService |
Service interface for tracking when actions
begin to run, complete or fail.
|
CancellableAction |
A marker interface that forms part of the Cancel Action contract.
|
CompositeAction |
Composite action
|
CompositeActionCondition |
Composite action condition
|
ParameterConstraint |
Parameter constraint.
|
ParameterDefinition |
Parameter definition interface.
|
ParameterizedItem |
Rule item interface
|
ParameterizedItemDefinition |
Class | Description |
---|---|
ExecutionDetails |
Holds all the details available to the
ActionTrackingService on a currently
executing Action. |
ExecutionSummary |
Holds core key details of an Action that is
currently executing.
|
Enum | Description |
---|---|
ActionExecutionStatus | Deprecated
Use
ActionStatus instead |
ActionStatus |
The various states an Action can be in.
|
Exception | Description |
---|---|
ActionServiceException |
Rule Service Exception Class
|
ActionServiceTransientException |
This exception should be thrown when an
Action has not been run successfully due to
a transient condition and where it is possible that a subsequent request to execute the
same action might succeed. |
Copyright © 2005–2017 Alfresco Software. All rights reserved.