com.atlassian.jira.permission
Interface WorkflowPermission

All Known Implementing Classes:
DefaultWorkflowPermission, DenyWorkflowPermission

public interface WorkflowPermission

Represents a single permission granted in the JIRA workflow XML.


Method Summary
 boolean allows(int permission, Issue issue, User user)
           
 Set getUsers(PermissionContext ctx)
           
 

Method Detail

getUsers

Set getUsers(PermissionContext ctx)

allows

boolean allows(int permission,
               Issue issue,
               User user)


Copyright © 2002-2007 Atlassian. All Rights Reserved.