Class ActionableValidator
- java.lang.Object
-
- org.nuxeo.ecm.platform.routing.api.helper.ActionableValidator
-
@Deprecated public class ActionableValidator extends Object
Deprecated.since 5.9.2 - Use only routes of type 'graph'An actionable validator allows to run anActionableObject.- Author:
- Alexandre Russel
-
-
Field Summary
Fields Modifier and Type Field Description protected ActionableObjectactionnableDeprecated.protected Map<String,Serializable>additionalPropertiesDeprecated.protected CoreSessionsessionDeprecated.
-
Constructor Summary
Constructors Constructor Description ActionableValidator(ActionableObject actionnable, CoreSession session)Deprecated.ActionableValidator(ActionableObject actionnable, CoreSession session, Map<String,Serializable> additionalProperties)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected AutomationServicegetAutomationService()Deprecated.voidrefuse()Deprecated.protected voidrunChain(String chainId)Deprecated.voidvalidate()Deprecated.
-
-
-
Field Detail
-
actionnable
protected ActionableObject actionnable
Deprecated.
-
session
protected CoreSession session
Deprecated.
-
additionalProperties
protected Map<String,Serializable> additionalProperties
Deprecated.
-
-
Constructor Detail
-
ActionableValidator
public ActionableValidator(ActionableObject actionnable, CoreSession session)
Deprecated.
-
ActionableValidator
public ActionableValidator(ActionableObject actionnable, CoreSession session, Map<String,Serializable> additionalProperties)
Deprecated.
-
-
Method Detail
-
validate
public void validate()
Deprecated.
-
refuse
public void refuse()
Deprecated.
-
runChain
protected void runChain(String chainId)
Deprecated.
-
getAutomationService
protected AutomationService getAutomationService()
Deprecated.
-
-