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 List<IPlaceholderProperty<?, ?>> WorkflowReferenceHelper.readDefaultPlaceholders(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<Model> 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 classReadPlaceholdersParams<TData>Default POJO implementation ofIReadPlaceholdersParams.