Liferay 7.0-ce-b4

com.liferay.portal.security.permission
Interface ResourceActionsBag

All Known Subinterfaces:
ModelResourceActionsBag, PortletResourceActionsBag
All Known Implementing Classes:
ModelResourceActionsBagImpl, PortletResourceActionsBagImpl, ResourceActionsBagImpl

public interface ResourceActionsBag


Method Summary
 Set<String> getResourceActions()
           
 Set<String> getResourceGroupDefaultActions()
           
 Set<String> getResourceGuestDefaultActions()
           
 Set<String> getResourceGuestUnsupportedActions()
           
 Set<String> getResources()
           
 

Method Detail

getResourceActions

Set<String> getResourceActions()

getResourceGroupDefaultActions

Set<String> getResourceGroupDefaultActions()

getResourceGuestDefaultActions

Set<String> getResourceGuestDefaultActions()

getResourceGuestUnsupportedActions

Set<String> getResourceGuestUnsupportedActions()

getResources

Set<String> getResources()

Liferay 7.0-ce-b4