com.atlassian.greenhopper.service.version
Interface VersionPermissionService

All Known Implementing Classes:
VersionPermissionServiceImpl

public interface VersionPermissionService


Method Summary
 ServiceOutcome<java.lang.Void> canCreateAnyVersion(com.atlassian.crowd.embedded.api.User user, java.util.Collection<com.atlassian.jira.project.Project> projects)
          Can the specified user create a version in any of the specified projects
 

Method Detail

canCreateAnyVersion

@Nonnull
ServiceOutcome<java.lang.Void> canCreateAnyVersion(com.atlassian.crowd.embedded.api.User user,
                                                           @Nonnull
                                                           java.util.Collection<com.atlassian.jira.project.Project> projects)
Can the specified user create a version in any of the specified projects

Parameters:
user - the user
projects - the projects
Returns:
error if not allowed


Copyright © 2007-2014 Atlassian. All Rights Reserved.