Interface AvailableActionsResolver
- All Known Implementing Classes:
AvailableActionsResolverImpl
public interface AvailableActionsResolver
-
Method Summary
Modifier and TypeMethodDescriptionlonggetContentItemAvailableActions(String username, String siteId, String path) Get content item available actions for given site and path
-
Method Details
-
getContentItemAvailableActions
long getContentItemAvailableActions(String username, String siteId, String path) throws ServiceLayerException, UserNotFoundException Get content item available actions for given site and path- Parameters:
username- username of user to validate permissionssiteId- site identifierpath- path of the content- Returns:
- Throws:
ServiceLayerExceptionUserNotFoundException
-