Interface NodeActionService

All Known Implementing Classes:
NodeActionServiceImpl

public interface NodeActionService
  • Method Details

    • getUrlForEntity

      String getUrlForEntity(String entityType, String key, String pageUrl, boolean isPublicUrl)
    • getEntityUri

      @Nullable @Nullable NodeActionService.EntityUriResult getEntityUri(String httpUri)
      Get the entity URI of the delegate of the resolved ContentTreeNode.
      Parameters:
      httpUri - The HTTP URI of the ContentTreeNode to resolve.
      Returns:
      the entity URI of the delegate entity.