Uses of Class
com.flowable.platform.api.translation.TranslationCreateRequest
Packages that use TranslationCreateRequest
Package
Description
-
Uses of TranslationCreateRequest in com.flowable.dataobject.engine.impl.master
Method parameters in com.flowable.dataobject.engine.impl.master with type arguments of type TranslationCreateRequestModifier and TypeMethodDescriptionprotected static voidMasterDataInstanceDataImporter.handleTranslations(MasterDataInstance masterDataInstance, tools.jackson.databind.JsonNode itemNode, String nameField, boolean isNewInstance, TranslationService translationService, Map<String, Translation> existingTranslationsMap, List<TranslationCreateRequest> newTranslations) -
Uses of TranslationCreateRequest in com.flowable.platform.api.translation
Method parameters in com.flowable.platform.api.translation with type arguments of type TranslationCreateRequestModifier and TypeMethodDescriptionvoidTranslationService.createTranslations(List<TranslationCreateRequest> requests) Batch-create new translations. -
Uses of TranslationCreateRequest in com.flowable.platform.engine.impl.cmd
Fields in com.flowable.platform.engine.impl.cmd with type parameters of type TranslationCreateRequestModifier and TypeFieldDescriptionprotected List<TranslationCreateRequest> BatchCreateTranslationsCmd.requestsConstructor parameters in com.flowable.platform.engine.impl.cmd with type arguments of type TranslationCreateRequestModifierConstructorDescription -
Uses of TranslationCreateRequest in com.flowable.platform.engine.impl.translation
Method parameters in com.flowable.platform.engine.impl.translation with type arguments of type TranslationCreateRequestModifier and TypeMethodDescriptionvoidTranslationServiceImpl.createTranslations(List<TranslationCreateRequest> requests)