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 TypeMethodDescriptionvoid
RMActionExecuterAbstractBase.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 IdentifierService
RecordsManagementTypeFormFilter.identifierService
Identifier serviceMethods in org.alfresco.module.org_alfresco_module_rm.forms with parameters of type IdentifierServiceModifier and TypeMethodDescriptionvoid
RecordsManagementTypeFormFilter.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 TypeMethodDescriptionvoid
IdentifierGeneratorBase.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 TypeMethodDescriptionvoid
RecordComponentIdentifierAspect.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 IdentifierService
RecordFolderType.identifierService
identifier serviceprotected IdentifierService
RecordsManagementContainerType.identifierService
identifier serviceMethods in org.alfresco.module.org_alfresco_module_rm.model.rma.type that return IdentifierServiceModifier and TypeMethodDescriptionprotected IdentifierService
FilePlanType.getIdentifierService()
Methods in org.alfresco.module.org_alfresco_module_rm.model.rma.type with parameters of type IdentifierServiceModifier and TypeMethodDescriptionvoid
FilePlanType.setIdentifierService
(IdentifierService identifierService) void
RecordFolderType.setIdentifierService
(IdentifierService identifierService) void
RecordsManagementContainerType.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 void
RecordUtils.generateRecordIdentifier
(NodeService nodeService, IdentifierService identifierService, NodeRef record) Utility method that generates a record identifier and adds the new identifier to the record's namevoid
RecordServiceImpl.setIdentifierService
(IdentifierService identifierService)