Class IdContentLocator

    • Constructor Detail

      • IdContentLocator

        public IdContentLocator​(ContentEntityManager contentEntityManager,
                                long contentId)
    • Method Detail

      • getEntity

        public ConfluenceEntityObject getEntity()
        Description copied from interface: SingleEntityLocator
        Get the entities that matches the query represented by this locator. If no entities match the query, this method will return null.
        Returns:
        the entity matching the locator's query, or null if no such object is found.
      • getContentId

        public long getContentId()