Uses of Interface
de.xima.fc.interfaces.workflow.placeholder.IPlaceholderProperty
Packages that use IPlaceholderProperty
Package
Description
Package für konkrete Helperklassen
- 
Uses of IPlaceholderProperty in de.xima.fc.helper
Methods in de.xima.fc.helper that return types with arguments of type IPlaceholderPropertyModifier 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 IPlaceholderProperty in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return types with arguments of type IPlaceholderPropertyModifier and TypeMethodDescriptiondefault 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 IPlaceholderPropertyModifier and TypeMethodDescriptionIterable<IPlaceholderProperty<?,?>> IWritePlaceholdersParams.getPlaceholderProperties() - 
Uses of IPlaceholderProperty in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IPlaceholderPropertyMethods in de.xima.fc.workflow that return types with arguments of type IPlaceholderPropertyModifier and TypeMethodDescriptionIterable<IPlaceholderProperty<?,?>> WritePlaceholdersParams.getPlaceholderProperties()Constructor parameters in de.xima.fc.workflow with type arguments of type IPlaceholderPropertyModifierConstructorDescriptionWritePlaceholdersParams(TData data, Iterable<IPlaceholderProperty<?, ?>> placeholderProperties) Creates a new POJO with the given data.