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> 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 IWritePlaceholdersParamsModifier and TypeMethodDescriptiondefault 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 IWritePlaceholdersParamsModifier and TypeClassDescriptionfinal class
WritePlaceholdersParams<TData>
Default POJO implementation ofIWritePlaceholdersParams
.