Class ContentLocator


  • @ExperimentalApi
    public final class ContentLocator
    extends Object
    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 Detail

      • getTitle

        public String getTitle()
      • getSpaceKey

        public String getSpaceKey()
      • getPostingDay

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

        public ContentType[] getContentTypes()
      • isForContent

        public boolean isForContent​(ContentType contentType)