Interface NodeActionService
- All Known Implementing Classes:
NodeActionServiceImpl
public interface NodeActionService
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable NodeActionService.EntityUriResult
getEntityUri
(String httpUri) Get the entity URI of the delegate of the resolved ContentTreeNode.getUrlForEntity
(String entityType, String key, String pageUrl, boolean isPublicUrl)
-
Method Details
-
getUrlForEntity
-
getEntityUri
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.
-