com.atlassian.jira.workflow.validator
Class NotNullPermissionValidator

java.lang.Object
  extended by com.atlassian.jira.workflow.validator.AbstractPermissionValidator
      extended by com.atlassian.jira.workflow.validator.PermissionValidator
          extended by com.atlassian.jira.workflow.validator.NotNullPermissionValidator
All Implemented Interfaces:
com.opensymphony.workflow.Validator

public class NotNullPermissionValidator
extends PermissionValidator


Constructor Summary
NotNullPermissionValidator()
           
 
Method Summary
 void validate(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
          Takes the name of a variables in the transient vars map, if it exists then calls validate
 
Methods inherited from class com.atlassian.jira.workflow.validator.PermissionValidator
makeDescriptor
 
Methods inherited from class com.atlassian.jira.workflow.validator.AbstractPermissionValidator
hasUserPermission
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotNullPermissionValidator

public NotNullPermissionValidator()
Method Detail

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 interface com.opensymphony.workflow.Validator
Overrides:
validate in class PermissionValidator
Throws:
com.opensymphony.workflow.InvalidInputException


Copyright © 2002-2009 Atlassian. All Rights Reserved.