com.atlassian.confluence.labels
Class ParsedLabelName
java.lang.Object
com.atlassian.confluence.labels.ParsedLabelName
- public class ParsedLabelName
- extends Object
The label reference object encapsulates the unique string representation of a label within confluence.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParsedLabelName
public ParsedLabelName(String name)
ParsedLabelName
public ParsedLabelName(String name,
String owner)
ParsedLabelName
public ParsedLabelName(String name,
String owner,
String prefix)
getName
public String getName()
- The label name.
getOwner
public String getOwner()
- The name of the labels owner, or null if this label does not have an owner.
getPrefix
public String getPrefix()
setPrefix
public void setPrefix(String prefix)
isOwnerSpecified
public boolean isOwnerSpecified()
addLabel
public Label addLabel(Labelable labelable,
LabelManager labelManager)
toLabel
public Label toLabel()