Uses of Class
com.atlassian.jira.sharing.type.ShareType.Name

Packages that use ShareType.Name
com.atlassian.jira.sharing   
com.atlassian.jira.sharing.search   
com.atlassian.jira.sharing.type   
 

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

Methods in com.atlassian.jira.sharing that return ShareType.Name
 ShareType.Name SharePermissionImpl.getType()
           
 ShareType.Name SharePermission.getType()
          The type of the share (e.g.
 

Constructors in com.atlassian.jira.sharing with parameters of type ShareType.Name
SharePermissionImpl(Long id, ShareType.Name type, String param1, String param2)
           
SharePermissionImpl(ShareType.Name type, String param1, String param2)
           
 

Uses of ShareType.Name in com.atlassian.jira.sharing.search
 

Methods in com.atlassian.jira.sharing.search that return ShareType.Name
 ShareType.Name ShareTypeSearchParameter.getType()
          Return the type of ShareType this parameter is associated with.
 

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

Fields in com.atlassian.jira.sharing.type declared as ShareType.Name
static ShareType.Name ShareType.Name.GLOBAL
           
 

Methods in com.atlassian.jira.sharing.type that return ShareType.Name
 ShareType.Name ShareType.getType()
          Unique identifier for the ShareType.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.