Class RemoteServiceRegistryImpl

java.lang.Object
fr.becpg.repo.entity.remote.impl.RemoteServiceRegistryImpl
All Implemented Interfaces:
RemoteServiceRegisty

@Service public class RemoteServiceRegistryImpl extends Object implements RemoteServiceRegisty

RemoteServiceRegistryImpl class.

Author:
matthieu
  • Field Details

    • serviceRegistry

      @Autowired @Qualifier("ServiceRegistry") private org.alfresco.service.ServiceRegistry serviceRegistry
    • siteService

      @Autowired @Qualifier("SiteService") private org.alfresco.service.cmr.site.SiteService siteService
    • nodeService

      @Autowired @Qualifier("NodeService") private org.alfresco.service.cmr.repository.NodeService nodeService
    • mlNodeService

      @Autowired @Qualifier("mlAwareNodeService") protected org.alfresco.service.cmr.repository.NodeService mlNodeService
    • namespaceService

      @Autowired private org.alfresco.service.namespace.NamespaceService namespaceService
    • contentService

      @Autowired @Qualifier("ContentService") private org.alfresco.service.cmr.repository.ContentService contentService
    • attributeExtractor

      @Autowired private AttributeExtractorService attributeExtractor
    • transactionService

      @Autowired private org.alfresco.service.transaction.TransactionService transactionService
    • policyBehaviourFilter

      @Autowired private org.alfresco.repo.policy.BehaviourFilter policyBehaviourFilter
    • entityDictionaryService

      @Autowired private EntityDictionaryService entityDictionaryService
    • associationService

      @Autowired private AssociationService associationService
    • entityListDAO

      @Autowired private EntityListDAO entityListDAO
    • versionService

      @Autowired private org.alfresco.service.cmr.version.VersionService versionService
    • sysAdminParams

      @Autowired private org.alfresco.repo.admin.SysAdminParams sysAdminParams
    • lockService

      @Autowired private org.alfresco.service.cmr.lock.LockService lockService
  • Constructor Details

    • RemoteServiceRegistryImpl

      public RemoteServiceRegistryImpl()
  • Method Details