Uses of Interface
de.xima.fc.interfaces.workflow.params.IWritePlaceholdersParams
Packages that use IWritePlaceholdersParams
Package
Description
Package für konkrete Helperklassen
-
Uses of IWritePlaceholdersParams in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IWritePlaceholdersParamsModifier and TypeMethodDescriptionstatic final <TData> voidWorkflowReferenceHelper.writeDefaultPlaceholders(Class<?> dataModelClass, IWritePlaceholdersParams<?> params) Writes back the placeholders to string fields via reflection. -
Uses of IWritePlaceholdersParams in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements with parameters of type IWritePlaceholdersParamsModifier and TypeMethodDescriptiondefault voidIElementHandler.writePlaceholders(IWritePlaceholdersParams<TData> params) Writes all placeholders to the given properties model. -
Uses of IWritePlaceholdersParams in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IWritePlaceholdersParamsModifier and TypeClassDescriptionfinal classWritePlaceholdersParams<TData>Default POJO implementation ofIWritePlaceholdersParams.