Interface ProjectOperationManager
- All Known Implementing Classes:
DefaultProjectOperationManager
public interface ProjectOperationManager
Provides some logic to retrieve all project operations for a particular project.
- Since:
- v3.12
-
Method Summary
Modifier and TypeMethodDescriptiongetVisibleProjectOperations
(Project project, ApplicationUser user) Returns a list ofPluggableProjectOperation
s
-
Method Details
-
getVisibleProjectOperations
Returns a list ofPluggableProjectOperation
s- 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.
-