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