Uses of Class
com.atlassian.jira.workflow.WorkflowFunctionUtils

Packages that use WorkflowFunctionUtils
com.atlassian.jira.dev.reference.plugin.workflow   
com.atlassian.jira.workflow.condition   
com.atlassian.jira.workflow.function.issue   
 

Uses of WorkflowFunctionUtils in com.atlassian.jira.dev.reference.plugin.workflow
 

Subclasses of WorkflowFunctionUtils in com.atlassian.jira.dev.reference.plugin.workflow
 class ReferenceCondition
          Reference implementation of Condition for JIRA reference plugin.
 

Uses of WorkflowFunctionUtils in com.atlassian.jira.workflow.condition
 

Subclasses of WorkflowFunctionUtils in com.atlassian.jira.workflow.condition
 class AbstractJiraCondition
          Abstract base class for all JIRA workflow Conditions.
 class AllowOnlyAssignee
           
 class AllowOnlyReporter
          A Condition which passes when the user is the issue's reporter.
 class CloseCondition
           
 class InGroupCFCondition
          Returns true if the current user is in a group specified by a custom field.
 class InProjectRoleCondition
          A workflow condition that requires the user to be in a role.
 class PermissionCondition
           
 class SubTaskBlockingCondition
           
 class UserInGroupCondition
          Workflow condition that checks if the caller is in the required argument "group".
 

Uses of WorkflowFunctionUtils in com.atlassian.jira.workflow.function.issue
 

Subclasses of WorkflowFunctionUtils in com.atlassian.jira.workflow.function.issue
 class AbstractJiraFunctionProvider
          Abstract base class for all JIRA workflow FunctionProviders (eg.
 class AssignToCurrentUserFunction
          Assigns the issue to the current user.
 class AssignToLeadFunction
           
 class UpdateIssueFieldFunction
          Function to update an arbitrary field in a JIRA issue.
 class UpdateNotNullIssueFieldFunction
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.