com.atlassian.jira.workflow.condition
Class InProjectRoleCondition

java.lang.Object
  extended by com.atlassian.jira.workflow.WorkflowFunctionUtils
      extended by com.atlassian.jira.workflow.condition.AbstractJiraCondition
          extended by com.atlassian.jira.workflow.condition.InProjectRoleCondition
All Implemented Interfaces:
com.opensymphony.workflow.Condition

public class InProjectRoleCondition
extends AbstractJiraCondition

A workflow condition that requires the user to be in a role.


Field Summary
static String KEY_PROJECT_ROLE_ID
           
 
Fields inherited from class com.atlassian.jira.workflow.WorkflowFunctionUtils
ORIGINAL_ISSUE_KEY, ORIGNAL_ISSUE_KEY
 
Constructor Summary
InProjectRoleCondition()
           
 
Method Summary
 boolean passesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet propertySet)
           
 
Methods inherited from class com.atlassian.jira.workflow.condition.AbstractJiraCondition
getIssue
 
Methods inherited from class com.atlassian.jira.workflow.WorkflowFunctionUtils
getCaller, getCallerKey, getCallerName, getCallerUser, getCallerUserFromArgs, populateParamsWithUser, populateParamsWithUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_PROJECT_ROLE_ID

public static final String KEY_PROJECT_ROLE_ID
See Also:
Constant Field Values
Constructor Detail

InProjectRoleCondition

public InProjectRoleCondition()
Method Detail

passesCondition

public boolean passesCondition(Map transientVars,
                               Map args,
                               com.opensymphony.module.propertyset.PropertySet propertySet)
                        throws com.opensymphony.workflow.WorkflowException
Throws:
com.opensymphony.workflow.WorkflowException


Copyright © 2002-2014 Atlassian. All Rights Reserved.