Uses of Interface
org.alfresco.module.org_alfresco_module_rm.identifier.IdentifierService
Packages that use IdentifierService
Package
Description
-
Uses of IdentifierService in org.alfresco.module.org_alfresco_module_rm
Methods in org.alfresco.module.org_alfresco_module_rm that return IdentifierServiceModifier and TypeMethodDescriptionRecordsManagementServiceRegistry.getIdentifierService()RecordsManagementServiceRegistryImpl.getIdentifierService() -
Uses of IdentifierService in org.alfresco.module.org_alfresco_module_rm.action
Methods in org.alfresco.module.org_alfresco_module_rm.action that return IdentifierServiceModifier and TypeMethodDescriptionRMActionExecuterAbstractBase.getIdentifierService()Gets the identifier serviceMethods in org.alfresco.module.org_alfresco_module_rm.action with parameters of type IdentifierServiceModifier and TypeMethodDescriptionvoidRMActionExecuterAbstractBase.setIdentifierService(IdentifierService identifierService) Sets the identifier service -
Uses of IdentifierService in org.alfresco.module.org_alfresco_module_rm.forms
Fields in org.alfresco.module.org_alfresco_module_rm.forms declared as IdentifierServiceModifier and TypeFieldDescriptionprotected IdentifierServiceRecordsManagementTypeFormFilter.identifierServiceIdentifier serviceMethods in org.alfresco.module.org_alfresco_module_rm.forms with parameters of type IdentifierServiceModifier and TypeMethodDescriptionvoidRecordsManagementTypeFormFilter.setIdentifierService(IdentifierService identifierService) -
Uses of IdentifierService in org.alfresco.module.org_alfresco_module_rm.identifier
Classes in org.alfresco.module.org_alfresco_module_rm.identifier that implement IdentifierServiceMethods in org.alfresco.module.org_alfresco_module_rm.identifier with parameters of type IdentifierServiceModifier and TypeMethodDescriptionvoidIdentifierGeneratorBase.setIdentifierService(IdentifierService identifierService) Set identifier service. -
Uses of IdentifierService in org.alfresco.module.org_alfresco_module_rm.model.rma.aspect
Methods in org.alfresco.module.org_alfresco_module_rm.model.rma.aspect with parameters of type IdentifierServiceModifier and TypeMethodDescriptionvoidRecordComponentIdentifierAspect.setIdentifierService(IdentifierService identifierService) -
Uses of IdentifierService in org.alfresco.module.org_alfresco_module_rm.model.rma.type
Fields in org.alfresco.module.org_alfresco_module_rm.model.rma.type declared as IdentifierServiceModifier and TypeFieldDescriptionprotected IdentifierServiceRecordFolderType.identifierServiceidentifier serviceprotected IdentifierServiceRecordsManagementContainerType.identifierServiceidentifier serviceMethods in org.alfresco.module.org_alfresco_module_rm.model.rma.type that return IdentifierServiceModifier and TypeMethodDescriptionprotected IdentifierServiceFilePlanType.getIdentifierService()Methods in org.alfresco.module.org_alfresco_module_rm.model.rma.type with parameters of type IdentifierServiceModifier and TypeMethodDescriptionvoidFilePlanType.setIdentifierService(IdentifierService identifierService) voidRecordFolderType.setIdentifierService(IdentifierService identifierService) voidRecordsManagementContainerType.setIdentifierService(IdentifierService identifierService) -
Uses of IdentifierService in org.alfresco.module.org_alfresco_module_rm.record
Methods in org.alfresco.module.org_alfresco_module_rm.record with parameters of type IdentifierServiceModifier and TypeMethodDescriptionstatic voidRecordUtils.generateRecordIdentifier(NodeService nodeService, IdentifierService identifierService, NodeRef record) Utility method that generates a record identifier and adds the new identifier to the record's namevoidRecordServiceImpl.setIdentifierService(IdentifierService identifierService)