com.atlassian.jira.workflow.condition
Class AllowOnlyAssignee

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

public class AllowOnlyAssignee
extends AbstractJiraCondition


Field Summary
 
Fields inherited from class com.atlassian.jira.workflow.WorkflowFunctionUtils
ORIGNAL_ISSUE_KEY
 
Constructor Summary
AllowOnlyAssignee()
           
 
Method Summary
 boolean passesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 
Methods inherited from class com.atlassian.jira.workflow.condition.AbstractJiraCondition
getIssue
 
Methods inherited from class com.atlassian.jira.workflow.WorkflowFunctionUtils
getCaller, getCallerName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllowOnlyAssignee

public AllowOnlyAssignee()
Method Detail

passesCondition

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


Copyright © 2002-2006 Atlassian. All Rights Reserved.