Uses of Interface
de.xima.fc.interfaces.workflow.placeholder.IPlaceholderProperty
-
Packages that use IPlaceholderProperty Package Description de.xima.fc.helper Package für konkrete Helperklassende.xima.fc.interfaces.workflow.elements de.xima.fc.interfaces.workflow.params de.xima.fc.workflow -
-
Uses of IPlaceholderProperty in de.xima.fc.helper
Methods in de.xima.fc.helper that return types with arguments of type IPlaceholderProperty 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 IPlaceholderProperty in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return types with arguments of type IPlaceholderProperty 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 IPlaceholderProperty in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return types with arguments of type IPlaceholderProperty Modifier and Type Method Description Iterable<IPlaceholderProperty<?,?>>
IWritePlaceholdersParams. getPlaceholderProperties()
-
Uses of IPlaceholderProperty in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IPlaceholderProperty Modifier and Type Class Description class
PlaceholderProperty<Key,Location>
Methods in de.xima.fc.workflow that return types with arguments of type IPlaceholderProperty Modifier and Type Method Description Iterable<IPlaceholderProperty<?,?>>
WritePlaceholdersParams. getPlaceholderProperties()
Constructor parameters in de.xima.fc.workflow with type arguments of type IPlaceholderProperty Constructor Description WritePlaceholdersParams(TData data, Iterable<IPlaceholderProperty<?,?>> placeholderProperties)
Creates a new POJO with the given data.
-