Uses of Interface
org.alfresco.module.org_alfresco_module_rm.identifier.IdentifierService
-
-
Uses of IdentifierService in org.alfresco.module.org_alfresco_module_rm
Methods in org.alfresco.module.org_alfresco_module_rm that return IdentifierService Modifier and Type Method Description IdentifierService
RecordsManagementServiceRegistry. getIdentifierService()
IdentifierService
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 IdentifierService Modifier and Type Method Description IdentifierService
RMActionExecuterAbstractBase. getIdentifierService()
Gets the identifier serviceMethods in org.alfresco.module.org_alfresco_module_rm.action with parameters of type IdentifierService Modifier and Type Method Description void
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 IdentifierService Modifier and Type Field Description protected IdentifierService
RecordsManagementTypeFormFilter. identifierService
Identifier serviceMethods in org.alfresco.module.org_alfresco_module_rm.forms with parameters of type IdentifierService Modifier and Type Method Description void
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 IdentifierService Modifier and Type Class Description class
IdentifierServiceImpl
Methods in org.alfresco.module.org_alfresco_module_rm.identifier with parameters of type IdentifierService Modifier and Type Method Description void
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 IdentifierService Modifier and Type Method Description void
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 IdentifierService Modifier and Type Field Description protected IdentifierService
RecordFolderType. identifierService
identifier serviceprotected IdentifierService
RecordsManagementContainerType. identifierService
identifier serviceMethods in org.alfresco.module.org_alfresco_module_rm.model.rma.type that return IdentifierService Modifier and Type Method Description protected IdentifierService
FilePlanType. getIdentifierService()
Methods in org.alfresco.module.org_alfresco_module_rm.model.rma.type with parameters of type IdentifierService Modifier and Type Method Description void
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 IdentifierService Modifier and Type Method Description static void
RecordUtils. generateRecordIdentifier(org.alfresco.service.cmr.repository.NodeService nodeService, IdentifierService identifierService, org.alfresco.service.cmr.repository.NodeRef record)
Utility method that generates a record identifier and adds the new identifier to the record's namevoid
RecordServiceImpl. setIdentifierService(IdentifierService identifierService)
-