Uses of Interface
com.axemble.vdoc.sdk.interfaces.IDynamicLocalizationsWrapper
Packages that use IDynamicLocalizationsWrapper
-
Uses of IDynamicLocalizationsWrapper in com.axemble.vdoc.sdk.impl
Methods in com.axemble.vdoc.sdk.impl that return IDynamicLocalizationsWrapperModifier and TypeMethodDescriptionWorkflowModuleImpl.createDynamicLocalizationsWrapper
(IContext context, ICatalog catalog) WorkflowModuleImpl.setDynamicLocalizationsWrapperMessageForLanguage
(IContext context, IDynamicLocalizationsWrapper dynamicLocalizationsWrapper, ICatalog catalog, String language, String message) Methods in com.axemble.vdoc.sdk.impl with parameters of type IDynamicLocalizationsWrapperModifier and TypeMethodDescriptionCoreModule.getStaticString
(IDynamicLocalizationsWrapper localizationsWrapper) PortalModule.getStaticString
(IDynamicLocalizationsWrapper localizationsWrapper) WorkflowModuleImpl.setDynamicLocalizationsWrapperMessageForLanguage
(IContext context, IDynamicLocalizationsWrapper dynamicLocalizationsWrapper, ICatalog catalog, String language, String message) -
Uses of IDynamicLocalizationsWrapper in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IDynamicLocalizationsWrapperModifier and TypeMethodDescriptionIBaseWorkflowModule.createDynamicLocalizationsWrapper
(IContext context, ICatalog catalog) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalog
object.IBaseWorkflowModule.setDynamicLocalizationsWrapperMessageForLanguage
(IContext context, IDynamicLocalizationsWrapper dynamicLocalizationsWrapper, ICatalog catalog, String language, String message) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalog
object.Methods in com.axemble.vdoc.sdk.modules with parameters of type IDynamicLocalizationsWrapperModifier and TypeMethodDescriptionIModule.getStaticString
(IDynamicLocalizationsWrapper localizationsWrapper) Retrieves a java.lang.String form the localizationsWrapper.IBaseWorkflowModule.setDynamicLocalizationsWrapperMessageForLanguage
(IContext context, IDynamicLocalizationsWrapper dynamicLocalizationsWrapper, ICatalog catalog, String language, String message) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalog
object.