Uses of Interface
org.alfresco.service.cmr.attributes.AttributeService
-
Packages that use AttributeService Package Description org.alfresco.email.server org.alfresco.encryption org.alfresco.repo.admin.patch.impl org.alfresco.repo.attributes org.alfresco.repo.quickshare org.alfresco.repo.security.sync org.alfresco.repo.service org.alfresco.repo.usage org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of AttributeService in org.alfresco.email.server
Methods in org.alfresco.email.server that return AttributeService Modifier and Type Method Description AttributeServiceAliasableAspect. getAttributeService()AttributeServiceEmailServiceImpl. getAttributeService()Methods in org.alfresco.email.server with parameters of type AttributeService Modifier and Type Method Description voidAliasableAspect. setAttributeService(AttributeService attributeService)voidEmailServiceImpl. setAttributeService(AttributeService attributeService) -
Uses of AttributeService in org.alfresco.encryption
Methods in org.alfresco.encryption with parameters of type AttributeService Modifier and Type Method Description voidEncryptionKeysRegistryImpl. setAttributeService(AttributeService attributeService) -
Uses of AttributeService in org.alfresco.repo.admin.patch.impl
Methods in org.alfresco.repo.admin.patch.impl that return AttributeService Modifier and Type Method Description AttributeServiceAliasableAspectPatch. getAttributeService()Methods in org.alfresco.repo.admin.patch.impl with parameters of type AttributeService Modifier and Type Method Description voidAliasableAspectPatch. setAttributeService(AttributeService attributeService)voidMigrateTenantsFromAttrsToTablePatch. setAttributeService(AttributeService attributeService) -
Uses of AttributeService in org.alfresco.repo.attributes
Classes in org.alfresco.repo.attributes that implement AttributeService Modifier and Type Class Description classAttributeServiceImplLayers on the storage of property values to provide generic attribute storage -
Uses of AttributeService in org.alfresco.repo.quickshare
Methods in org.alfresco.repo.quickshare with parameters of type AttributeService Modifier and Type Method Description voidQuickShareServiceImpl. setAttributeService(AttributeService attributeService)Set the attribute service -
Uses of AttributeService in org.alfresco.repo.security.sync
Methods in org.alfresco.repo.security.sync with parameters of type AttributeService Modifier and Type Method Description voidChainingUserRegistrySynchronizer. setAttributeService(AttributeService attributeService)Sets the attribute service. -
Uses of AttributeService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return AttributeService Modifier and Type Method Description AttributeServiceServiceDescriptorRegistry. getAttributeService() -
Uses of AttributeService in org.alfresco.repo.usage
Methods in org.alfresco.repo.usage with parameters of type AttributeService Modifier and Type Method Description voidRepoUsageComponentImpl. setAttributeService(AttributeService attributeService) -
Uses of AttributeService in org.alfresco.service
Methods in org.alfresco.service that return AttributeService Modifier and Type Method Description AttributeServiceServiceRegistry. getAttributeService()Get the attribute service (or null if one is not provided)
-