java.lang.Object
com.atlassian.confluence.legacyapi.model.content.locator.ContentLocator

@Deprecated public final class ContentLocator extends Object
Deprecated.
since 7.0.1 , use ContentLocator
Criteria for looking up a piece of content. You must construct these using the ContentLocatorBuilder to ensure you end up with something that the ContentService can actually use.
  • Method Details

    • builder

      public static ContentLocatorBuilder builder()
      Deprecated.
    • getTitle

      public String getTitle()
      Deprecated.
    • getSpaceKey

      public String getSpaceKey()
      Deprecated.
    • getPostingDay

      public org.joda.time.LocalDate getPostingDay()
      Deprecated.
    • getContentTypes

      public ContentType[] getContentTypes()
      Deprecated.
    • isForContent

      public boolean isForContent(ContentType contentType)
      Deprecated.