Class NotNullPermissionValidator
java.lang.Object
com.atlassian.jira.workflow.validator.AbstractPermissionValidator
com.atlassian.jira.workflow.validator.PermissionValidator
com.atlassian.jira.workflow.validator.NotNullPermissionValidator
- All Implemented Interfaces:
com.opensymphony.workflow.Validator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.workflow.validator.PermissionValidator
getCallerKey, makeDescriptor
-
Constructor Details
-
NotNullPermissionValidator
public NotNullPermissionValidator()
-
-
Method Details
-
validate
public void validate(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps) throws com.opensymphony.workflow.InvalidInputException Takes the name of a variables in the transient vars map, if it exists then calls validate- Specified by:
validate
in interfacecom.opensymphony.workflow.Validator
- Overrides:
validate
in classPermissionValidator
- Throws:
com.opensymphony.workflow.InvalidInputException
-