@PublicApi
public interface ShareTypeFactory
ShareTypes 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
SharePermissions 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()
SharePermissions for display.Copyright © 2002-2021 Atlassian. All Rights Reserved.