@PublicApi
public interface ShareTypeFactory
ShareType
s that are available in the system.Modifier and Type | Method and Description |
---|---|
Collection<ShareType> |
getAllShareTypes()
Returns a Collection of all
ShareType instnaces available. |
Comparator<SharePermission> |
getPermissionComparator()
Return a comparator that can order
SharePermission s for display. |
ShareType |
getShareType(ShareType.Name type)
Returns a
ShareType based on a given key. |
Collection<ShareType> getAllShareTypes()
ShareType
instnaces available.ShareType
instnaces available.ShareType getShareType(ShareType.Name type)
ShareType
based on a given key.Comparator<SharePermission> getPermissionComparator()
SharePermission
s for display.Copyright © 2002-2017 Atlassian. All Rights Reserved.