Uses of Interface
org.alfresco.service.cmr.security.OwnableService
-
Packages that use OwnableService Package Description org.alfresco.filesys.repo The Alfesco filesystem to repository translation layerorg.alfresco.repo.action.executer org.alfresco.repo.coci org.alfresco.repo.importer org.alfresco.repo.ownable.impl org.alfresco.repo.security.permissions.dynamic org.alfresco.repo.security.permissions.impl org.alfresco.repo.security.permissions.impl.acegi org.alfresco.repo.security.person org.alfresco.repo.service org.alfresco.repo.solr org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of OwnableService in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return OwnableService Modifier and Type Method Description OwnableServiceContentDiskDriver. getOwnableService()Get the ownable serviceMethods in org.alfresco.filesys.repo with parameters of type OwnableService Modifier and Type Method Description voidContentDiskDriver. setOwnableService(OwnableService ownableService)Set the ownable servive -
Uses of OwnableService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type OwnableService Modifier and Type Method Description voidTakeOwnershipActionExecuter. setOwnableService(OwnableService service) -
Uses of OwnableService in org.alfresco.repo.coci
Methods in org.alfresco.repo.coci with parameters of type OwnableService Modifier and Type Method Description voidCheckOutCheckInServiceImpl. setOwnableService(OwnableService ownableService)Set the ownable service -
Uses of OwnableService in org.alfresco.repo.importer
Methods in org.alfresco.repo.importer with parameters of type OwnableService Modifier and Type Method Description voidImporterComponent. setOwnableService(OwnableService ownableService) -
Uses of OwnableService in org.alfresco.repo.ownable.impl
Classes in org.alfresco.repo.ownable.impl that implement OwnableService Modifier and Type Class Description classOwnableServiceImplOwnership service support.classOwnableServiceNOOPImplA simple implementation that does not support ownership. -
Uses of OwnableService in org.alfresco.repo.security.permissions.dynamic
Methods in org.alfresco.repo.security.permissions.dynamic with parameters of type OwnableService Modifier and Type Method Description voidOwnerDynamicAuthority. setOwnableService(OwnableService ownableService)Set the ownable service -
Uses of OwnableService in org.alfresco.repo.security.permissions.impl
Fields in org.alfresco.repo.security.permissions.impl declared as OwnableService Modifier and Type Field Description protected OwnableServicePermissionServiceImpl. ownableServiceMethods in org.alfresco.repo.security.permissions.impl with parameters of type OwnableService Modifier and Type Method Description voidPermissionServiceImpl. setOwnableService(OwnableService ownableService)Set the ownable service. -
Uses of OwnableService in org.alfresco.repo.security.permissions.impl.acegi
Methods in org.alfresco.repo.security.permissions.impl.acegi that return OwnableService Modifier and Type Method Description OwnableServiceACLEntryVoter. getOwnableService()Get the ownable serviceMethods in org.alfresco.repo.security.permissions.impl.acegi with parameters of type OwnableService Modifier and Type Method Description voidACLEntryVoter. setOwnableService(OwnableService ownableService)Set the ownable service -
Uses of OwnableService in org.alfresco.repo.security.person
Methods in org.alfresco.repo.security.person with parameters of type OwnableService Modifier and Type Method Description voidPermissionsManagerImpl. setOwnableService(OwnableService ownableService) -
Uses of OwnableService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return OwnableService Modifier and Type Method Description OwnableServiceServiceDescriptorRegistry. getOwnableService() -
Uses of OwnableService in org.alfresco.repo.solr
Methods in org.alfresco.repo.solr with parameters of type OwnableService Modifier and Type Method Description voidSOLRTrackingComponentImpl. setOwnableService(OwnableService ownableService) -
Uses of OwnableService in org.alfresco.service
Methods in org.alfresco.service that return OwnableService Modifier and Type Method Description OwnableServiceServiceRegistry. getOwnableService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API.
-