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 ActionableObject
actionnable
Deprecated.protected Map<String,Serializable>
additionalProperties
Deprecated.protected CoreSession
session
Deprecated.
-
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 AutomationService
getAutomationService()
Deprecated.void
refuse()
Deprecated.protected void
runChain(String chainId)
Deprecated.void
validate()
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.
-
-