Uses of Interface
de.xima.fc.interfaces.workflow.placeholder.IPlaceholderReference
-
Packages that use IPlaceholderReference Package Description de.xima.fc.interfaces.workflow.placeholder de.xima.fc.workflow de.xima.fc.workflow.processor.iface -
-
Uses of IPlaceholderReference in de.xima.fc.interfaces.workflow.placeholder
Methods in de.xima.fc.interfaces.workflow.placeholder that return types with arguments of type IPlaceholderReference Modifier and Type Method Description Iterable<IPlaceholderReference<Location>>
IPlaceholderProperty. getPlaceholders()
-
Uses of IPlaceholderReference in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IPlaceholderReference Modifier and Type Class Description class
PlaceholderReference<Location>
Methods in de.xima.fc.workflow that return types with arguments of type IPlaceholderReference Modifier and Type Method Description Iterable<IPlaceholderReference<Location>>
PlaceholderProperty. getPlaceholders()
Constructor parameters in de.xima.fc.workflow with type arguments of type IPlaceholderReference Constructor Description PlaceholderProperty(Key propertyKey, List<IPlaceholderReference<Location>> placeholders)
-
Uses of IPlaceholderReference in de.xima.fc.workflow.processor.iface
Methods in de.xima.fc.workflow.processor.iface that return IPlaceholderReference Modifier and Type Method Description <T> IPlaceholderReference<T>
IPlaceholderRefactorMapper. refactor(IPlaceholderReference<T> placeholder)
Methods in de.xima.fc.workflow.processor.iface with parameters of type IPlaceholderReference Modifier and Type Method Description <T> IPlaceholderReference<T>
IPlaceholderRefactorMapper. refactor(IPlaceholderReference<T> placeholder)
-