Class ContentBlueprintId
java.lang.Object
com.atlassian.confluence.api.model.content.template.ContentBlueprintId
- Direct Known Subclasses:
ContentBlueprintId.ContentBlueprintIdWithId,ContentBlueprintId.ContentBlueprintIdWithKeys
Model for Content Blueprint Id
ContentId-like wrapper with everything required to specify a given Blueprint
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classBlueprint Id resolved by Module key and Space key -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDelimiter to separate FullModuleKey and Space -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContentBlueprintIdfromKeyAndSpaceString(String moduleCompleteKey, String space) static ContentBlueprintIdfromString(String value) This method MUST be called fromString in order to make Jersey happy to deserialise it from path.abstract String
-
Field Details
-
KEY_SPACE_DELIMITER
Delimiter to separate FullModuleKey and Space- See Also:
-
-
Constructor Details
-
ContentBlueprintId
protected ContentBlueprintId()
-
-
Method Details
-
fromString
This method MUST be called fromString in order to make Jersey happy to deserialise it from path.- Parameters:
value-- Returns:
-
fromKeyAndSpaceString
-
serialise
-