Class ContentBlueprintId

java.lang.Object
com.atlassian.confluence.api.model.content.template.ContentBlueprintId
Direct Known Subclasses:
ContentBlueprintId.ContentBlueprintIdWithId, ContentBlueprintId.ContentBlueprintIdWithKeys

public abstract class ContentBlueprintId extends Object
Model for Content Blueprint Id ContentId-like wrapper with everything required to specify a given Blueprint
  • Field Details

    • KEY_SPACE_DELIMITER

      public static final String KEY_SPACE_DELIMITER
      Delimiter to separate FullModuleKey and Space
      See Also:
  • Constructor Details

    • ContentBlueprintId

      protected ContentBlueprintId()
  • Method Details

    • fromString

      public static ContentBlueprintId fromString(String value)
      This method MUST be called fromString in order to make Jersey happy to deserialise it from path.
      Parameters:
      value -
      Returns:
    • fromKeyAndSpaceString

      public static ContentBlueprintId fromKeyAndSpaceString(String moduleCompleteKey, String space)
    • serialise

      public abstract String serialise()