Package de.xima.fc.workflow
Class PlaceholderProperty<Key,Location>
java.lang.Object
de.xima.fc.workflow.PlaceholderProperty<Key,Location>
- All Implemented Interfaces:
IPlaceholderProperty<Key,Location>
public final class PlaceholderProperty<Key,Location>
extends Object
implements IPlaceholderProperty<Key,Location>
-
Constructor Summary
ConstructorsConstructorDescriptionPlaceholderProperty(Key propertyKey, List<IPlaceholderReference<Location>> placeholders) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PlaceholderProperty
-
-
Method Details
-
getPlaceholders
- Specified by:
getPlaceholdersin interfaceIPlaceholderProperty<Key,Location> - Returns:
- All placeholders contained in this property.
-
getPropertyKey
- Specified by:
getPropertyKeyin interfaceIPlaceholderProperty<Key,Location> - Returns:
- The key that uniquely identifies this placeholder container in the workflow element's properties model. For example, this could be a JSON path.
-