Uses of Class
org.alfresco.service.cmr.view.ImporterBinding.UUID_BINDING
-
Packages that use ImporterBinding.UUID_BINDING Package Description org.alfresco.repo.importer org.alfresco.service.cmr.view -
-
Uses of ImporterBinding.UUID_BINDING in org.alfresco.repo.importer
Methods in org.alfresco.repo.importer with parameters of type ImporterBinding.UUID_BINDING Modifier and Type Method Description voidImporterBootstrap. setUuidBinding(ImporterBinding.UUID_BINDING uuidBinding)Set the behaviour for generating UUIDs in the import. -
Uses of ImporterBinding.UUID_BINDING in org.alfresco.service.cmr.view
Methods in org.alfresco.service.cmr.view that return ImporterBinding.UUID_BINDING Modifier and Type Method Description ImporterBinding.UUID_BINDINGImporterBinding. getUUIDBinding()Gets the Node UUID Bindingstatic ImporterBinding.UUID_BINDINGImporterBinding.UUID_BINDING. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImporterBinding.UUID_BINDING[]ImporterBinding.UUID_BINDING. values()Returns an array containing the constants of this enum type, in the order they are declared.
-