Interface ActionableObject
-
@Deprecated public interface ActionableObject
Deprecated.since 5.9.2 - Use only routes of type 'graph'An actionable object is an object that can be validated or refused.- Author:
- Alexandre Russel
- See Also:
ActionableValidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DocumentModelListgetAttachedDocuments(CoreSession session)Deprecated.The documents processed by the action.DocumentRouteStepgetDocumentRouteStep(CoreSession session)Deprecated.The step that represent the action.StringgetRefuseOperationChainId()Deprecated.The operation chain id if the action is refused.StringgetValidateOperationChainId()Deprecated.The operation chain id if the action is validated.
-
-
-
Method Detail
-
getRefuseOperationChainId
String getRefuseOperationChainId()
Deprecated.The operation chain id if the action is refused.
-
getValidateOperationChainId
String getValidateOperationChainId()
Deprecated.The operation chain id if the action is validated.
-
getDocumentRouteStep
DocumentRouteStep getDocumentRouteStep(CoreSession session)
Deprecated.The step that represent the action.
-
getAttachedDocuments
DocumentModelList getAttachedDocuments(CoreSession session)
Deprecated.The documents processed by the action.
-
-