public class

NotNullPermissionValidator

extends PermissionValidator
java.lang.Object
   ↳ com.atlassian.jira.workflow.validator.AbstractPermissionValidator
     ↳ com.atlassian.jira.workflow.validator.PermissionValidator
       ↳ com.atlassian.jira.workflow.validator.NotNullPermissionValidator

Summary

Public Constructors
NotNullPermissionValidator()
Public Methods
void validate(Map transientVars, Map args, PropertySet ps)
Takes the name of a variables in the transient vars map, if it exists then calls validate
[Expand]
Inherited Methods
From class com.atlassian.jira.workflow.validator.PermissionValidator
From class java.lang.Object
From interface com.opensymphony.workflow.Validator

Public Constructors

public NotNullPermissionValidator ()

Public Methods

public void validate (Map transientVars, Map args, PropertySet ps)

Takes the name of a variables in the transient vars map, if it exists then calls validate

Throws
InvalidInputException