Package | Description |
---|---|
com.atlassian.confluence.it.rpc | |
com.atlassian.confluence.it.rpc.xmlrpc | |
com.atlassian.confluence.labels |
Modifier and Type | Method and Description |
---|---|
void |
LabelsRpc.addLabelToLabelable(long labelableId,
LabelableType type,
String label) |
Hashtable<String,Object> |
LabelsRpc.getForLabels(LabelableType labelableType,
int offset,
int maxResults,
String labelsString) |
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcLabelsClient.addLabelToLabelable(long labelableId,
LabelableType type,
String label) |
Hashtable<String,Object> |
XmlRpcLabelsClient.getForLabels(LabelableType labelableType,
int offset,
int maxResults,
String labelsString) |
Modifier and Type | Method and Description |
---|---|
static LabelableType |
LabelableType.getFromTypeString(String typeString) |
static LabelableType |
LabelableType.getType(Class<? extends EditableLabelable> labelableClass) |
static LabelableType |
LabelableType.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.
|
Copyright © 2003–2016 Atlassian. All rights reserved.