Uses of Interface
com.atlassian.jira.sharing.type.ShareType

Packages that use ShareType
com.atlassian.jira.sharing.type   
com.atlassian.jira.web.bean   
 

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

Classes in com.atlassian.jira.sharing.type that implement ShareType
 class AbstractShareType
          Abstract class for ShareType classes.
 class GlobalShareType
          Implementation of the ShareType that allows a SharedEntity to be shared with all users on a JIRA instance.
 class GroupShareType
          Represents sharing a SharedEntity with a group of JIRA users.
 class ProjectShareType
          Represents sharing a SharedEntity with a all users that can browse a given project or is in a specified project role
 

Methods in com.atlassian.jira.sharing.type that return ShareType
 ShareType ShareTypeFactory.getShareType(ShareType.Name type)
          Returns a ShareType based on a given key.
 ShareType DefaultShareTypeFactory.getShareType(ShareType.Name type)
           
 

Uses of ShareType in com.atlassian.jira.web.bean
 

Constructors in com.atlassian.jira.web.bean with parameters of type ShareType
ShareTypeRendererBean(ShareType shareType, JiraAuthenticationContext authenticationContext, ShareTypeRenderer.RenderMode renderMode, SharedEntity.TypeDescriptor typeDescriptor)
           
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.