Uses of Interface
com.atlassian.jira.sharing.SharePermission

Packages that use SharePermission
com.atlassian.jira.sharing   
com.atlassian.jira.sharing.type   
 

Uses of SharePermission in com.atlassian.jira.sharing
 

Classes in com.atlassian.jira.sharing that implement SharePermission
 class SharePermissionImpl
          Simple Bean implementation of SharePermission.
 

Methods in com.atlassian.jira.sharing that return types with arguments of type SharePermission
 Set<SharePermission> SharedEntity.SharePermissions.getPermissionSet()
           
 Iterator<SharePermission> SharedEntity.SharePermissions.iterator()
           
 

Methods in com.atlassian.jira.sharing with parameters of type SharePermission
 void ShareManager.deleteSharePermissionsLike(SharePermission permission)
          Deletes SharePermission's that have the same "shape" as the provided share permission.
 

Constructor parameters in com.atlassian.jira.sharing with type arguments of type SharePermission
SharedEntity.SharePermissions(Set<? extends SharePermission> permissions)
           
 

Uses of SharePermission in com.atlassian.jira.sharing.type
 

Methods in com.atlassian.jira.sharing.type that return types with arguments of type SharePermission
 Comparator<SharePermission> ShareType.getComparator()
          Return a comparator that can order a SharePermission of this type.
 

Methods in com.atlassian.jira.sharing.type with parameters of type SharePermission
 boolean ShareTypeValidator.checkSharePermission(JiraServiceContext ctx, SharePermission permission)
          Checks if the passed SharePermission is valid for the associated ShareType.
 org.apache.lucene.document.Field ShareQueryFactory.getField(SharedEntity entity, SharePermission permission)
          Get the Field we will later search for.
 String ShareTypeRenderer.getSimpleDescription(SharePermission permission, JiraAuthenticationContext userCtx)
          Return a simple text only description of the share.
 boolean ShareTypePermissionChecker.hasPermission(com.atlassian.crowd.embedded.api.User user, SharePermission permission)
          Checks if the passed user is given rights by the ShareType to user/view a SharedEntity with the passed permission.
 String ShareTypeRenderer.renderPermission(SharePermission permission, JiraAuthenticationContext userCtx)
          Return HTML that shows the configured share.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.