Uses of Interface
de.xima.fc.interfaces.workflow.params.IReadPlaceholdersParams
Packages that use IReadPlaceholdersParams
Package
Description
Package für konkrete Helperklassen
-
Uses of IReadPlaceholdersParams in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IReadPlaceholdersParamsModifier and TypeMethodDescriptionstatic final <TData> List<IPlaceholderProperty<?,
?>> WorkflowReferenceHelper.readDefaultPlaceholders
(Class<?> dataModelClass, IReadPlaceholdersParams<?> params) Iterates over all fields via reflection and looks for placeholders in string fields. -
Uses of IReadPlaceholdersParams in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements with parameters of type IReadPlaceholdersParamsModifier and TypeMethodDescriptiondefault Iterable<IPlaceholderProperty<?,
?>> IElementHandler.readPlaceholders
(IReadPlaceholdersParams<TData> params) Finds and returns all placeholders that are contained in the given properties model. -
Uses of IReadPlaceholdersParams in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IReadPlaceholdersParamsModifier and TypeClassDescriptionfinal class
ReadPlaceholdersParams<TData>
Default POJO implementation ofIReadPlaceholdersParams
.