Uses of Interface
de.xima.fc.interfaces.workflow.params.IWritePlaceholdersParams
-
Packages that use IWritePlaceholdersParams Package Description de.xima.fc.helper Package für konkrete Helperklassende.xima.fc.interfaces.workflow.elements de.xima.fc.workflow -
-
Uses of IWritePlaceholdersParams in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IWritePlaceholdersParams Modifier and Type Method Description static <TData> void
WorkflowReferenceHelper. 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 IWritePlaceholdersParams Modifier and Type Method Description default void
IElementHandler. 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 IWritePlaceholdersParams Modifier and Type Class Description class
WritePlaceholdersParams<TData>
Default POJO implementation ofIWritePlaceholdersParams
.
-