com.atlassian.jira.bc.project.projectoperation
Class DefaultProjectOperationManager

java.lang.Object
  extended by com.atlassian.jira.bc.project.projectoperation.DefaultProjectOperationManager
All Implemented Interfaces:
ProjectOperationManager

public class DefaultProjectOperationManager
extends Object
implements ProjectOperationManager

Since:
v3.12

Constructor Summary
DefaultProjectOperationManager(com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 
Method Summary
 List<PluggableProjectOperation> getVisibleProjectOperations(Project project, User user)
          Returns a list of PluggableProjectOperations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProjectOperationManager

public DefaultProjectOperationManager(com.atlassian.plugin.PluginAccessor pluginAccessor)
Method Detail

getVisibleProjectOperations

public List<PluggableProjectOperation> getVisibleProjectOperations(Project project,
                                                                   User user)
Description copied from interface: ProjectOperationManager
Returns a list of PluggableProjectOperations

Specified by:
getVisibleProjectOperations in interface ProjectOperationManager
Parameters:
project - The project for which to retrieve the operations
user - The logged in user
Returns:
A sorted list of PluggableProjectOperations. Empty list if none exist.


Copyright © 2002-2010 Atlassian. All Rights Reserved.