com.atlassian.jira.bc.project.projectoperation
Class DefaultProjectOperationManager
java.lang.Object
com.atlassian.jira.bc.project.projectoperation.DefaultProjectOperationManager
- All Implemented Interfaces:
- ProjectOperationManager
public class DefaultProjectOperationManager
- extends Object
- implements ProjectOperationManager
- Since:
- v3.12
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultProjectOperationManager
public DefaultProjectOperationManager(com.atlassian.plugin.PluginAccessor pluginAccessor)
getVisibleProjectOperations
public List<PluggableProjectOperation> getVisibleProjectOperations(Project project,
com.atlassian.crowd.embedded.api.User user)
- Description copied from interface:
ProjectOperationManager
- Returns a list of
PluggableProjectOperation
s
- Specified by:
getVisibleProjectOperations
in interface ProjectOperationManager
- Parameters:
project
- The project for which to retrieve the operationsuser
- The logged in user
- Returns:
- A sorted list of PluggableProjectOperations. Empty list if none exist.
Copyright © 2002-2012 Atlassian. All Rights Reserved.