Uses of Class
com.atlassian.confluence.labels.LabelableType
-
Packages that use LabelableType Package Description com.atlassian.confluence.it.rpc com.atlassian.confluence.it.rpc.xmlrpc com.atlassian.confluence.labels -
-
Uses of LabelableType in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc with parameters of type LabelableType Modifier and Type Method Description voidLabelsRpc. addLabelToLabelable(long labelableId, LabelableType type, String label)Hashtable<String,Object>LabelsRpc. getForLabels(LabelableType labelableType, int offset, int maxResults, String labelsString) -
Uses of LabelableType in com.atlassian.confluence.it.rpc.xmlrpc
Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type LabelableType Modifier and Type Method Description voidXmlRpcLabelsClient. addLabelToLabelable(long labelableId, LabelableType type, String label)Hashtable<String,Object>XmlRpcLabelsClient. getForLabels(LabelableType labelableType, int offset, int maxResults, String labelsString) -
Uses of LabelableType in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return LabelableType Modifier and Type Method Description static LabelableTypeLabelableType. getFromTypeString(String typeString)static LabelableTypeLabelableType. getType(Class<? extends EditableLabelable> labelableClass)static LabelableTypeLabelableType. valueOf(String name)Returns the enum constant of this type with the specified name.static LabelableType[]LabelableType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-