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 class
static class
Blueprint Id resolved by Module key and Space key -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Delimiter to separate FullModuleKey and Space -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContentBlueprintId
fromKeyAndSpaceString
(String moduleCompleteKey, String space) static ContentBlueprintId
fromString
(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
-