Uses of Enum Class
fr.becpg.model.BeCPGModel.EntityFormat
Packages that use BeCPGModel.EntityFormat
-
Uses of BeCPGModel.EntityFormat in fr.becpg.model
Methods in fr.becpg.model that return BeCPGModel.EntityFormatModifier and TypeMethodDescriptionstatic BeCPGModel.EntityFormatReturns the enum constant of this class with the specified name.static BeCPGModel.EntityFormat[]BeCPGModel.EntityFormat.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BeCPGModel.EntityFormat in fr.becpg.repo.entity
Methods in fr.becpg.repo.entity with parameters of type BeCPGModel.EntityFormatModifier and TypeMethodDescriptionvoidEntityFormatService.convertToFormat(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, BeCPGModel.EntityFormat toFormat) convertToFormat.EntityFormatService.generateEntityData(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, BeCPGModel.EntityFormat toFormat) generateEntityData.EntityFormatService.generateEntityData(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, BeCPGModel.EntityFormat toFormat, Map<String, Object> extraParams) generateEntityData.voidEntityFormatService.updateEntityFormat(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, BeCPGModel.EntityFormat format, String data) updateEntityFormat. -
Uses of BeCPGModel.EntityFormat in fr.becpg.repo.entity.impl
Methods in fr.becpg.repo.entity.impl with parameters of type BeCPGModel.EntityFormatModifier and TypeMethodDescriptionvoidEntityFormatServiceImpl.convertToFormat(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, BeCPGModel.EntityFormat targetFormat) convertToFormat.EntityFormatServiceImpl.generateEntityData(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, BeCPGModel.EntityFormat toFormat) generateEntityData.EntityFormatServiceImpl.generateEntityData(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, BeCPGModel.EntityFormat toFormat, Map<String, Object> extraParams) generateEntityData.voidEntityFormatServiceImpl.updateEntityFormat(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, BeCPGModel.EntityFormat format, String data) updateEntityFormat.