com.atlassian.jira.sharing.type
Class ProjectSharePermission

java.lang.Object
  extended by com.atlassian.jira.sharing.type.ProjectSharePermission

public class ProjectSharePermission
extends Object

wrapper for ProjectShareType SharePermission with convenience accessors and assertions.

Since:
v3.13

Constructor Summary
ProjectSharePermission(SharePermission permission)
           
 
Method Summary
 Long getProjectId()
           
 Long getRoleId()
           
 ProjectShareTypeSearchParameter getSearchParameter()
           
 boolean hasRole()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectSharePermission

public ProjectSharePermission(SharePermission permission)
Method Detail

getProjectId

public Long getProjectId()

getRoleId

public Long getRoleId()

hasRole

public boolean hasRole()

getSearchParameter

public ProjectShareTypeSearchParameter getSearchParameter()


Copyright © 2002-2012 Atlassian. All Rights Reserved.