com.atlassian.jira.workflow.validator
Class PermissionValidator

java.lang.Object
  |
  +--com.atlassian.jira.workflow.validator.PermissionValidator
All Implemented Interfaces:
com.opensymphony.workflow.Validator

public class PermissionValidator
extends java.lang.Object
implements com.opensymphony.workflow.Validator

An OSWorkflow validator that validates a given permission is correct.


Constructor Summary
PermissionValidator()
           
 
Method Summary
 void validate(java.util.Map transientVars, java.util.Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionValidator

public PermissionValidator()
Method Detail

validate

public void validate(java.util.Map transientVars,
                     java.util.Map args,
                     com.opensymphony.module.propertyset.PropertySet ps)
              throws com.opensymphony.workflow.InvalidInputException
Specified by:
validate in interface com.opensymphony.workflow.Validator
com.opensymphony.workflow.InvalidInputException


Copyright © 2002-2003 Atlassian. All Rights Reserved.