Uses of Class
it.sistematica.isharedoc.action.iservice.AccessControlEntry

Packages that use AccessControlEntry
it.sistematica.isharedoc.action.iservice   
it.sistematica.isharedoc.service   
 

Uses of AccessControlEntry in it.sistematica.isharedoc.action.iservice
 

Methods in it.sistematica.isharedoc.action.iservice that return types with arguments of type AccessControlEntry
 java.util.List<AccessControlEntry> AccessAction.getTrakerActionsAvailable()
           
 

Uses of AccessControlEntry in it.sistematica.isharedoc.service
 

Methods in it.sistematica.isharedoc.service that return types with arguments of type AccessControlEntry
 java.util.List<AccessControlEntry> TrackerClientServiceImpl.getSearchActions()
           
 java.util.List<AccessControlEntry> TrackerClientService.getSearchActions()
          Gets the search actions.
 

Method parameters in it.sistematica.isharedoc.service with type arguments of type AccessControlEntry
 void TrackerClientServiceImpl.setSearchActions(java.util.List<AccessControlEntry> searchActions)