Uses of Interface
de.xima.fc.interfaces.workflow.value.IProperty
-
Packages that use IProperty Package Description de.xima.fc.interfaces.workflow.value de.xima.fc.workflow.processor.value.wrapper -
-
Uses of IProperty in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IProperty Modifier and Type Method Description IProperty
IProperty. optional()
IProperty
IProperty. withDefaultDescription(String description)
Methods in de.xima.fc.interfaces.workflow.value that return types with arguments of type IProperty Modifier and Type Method Description List<IProperty>
IValueDescriptor. getKnownProperties(String basePath)
List<IProperty>
IValueDescriptor. getKnownProperties(String jsonPath, String basePath, int nestingLevel)
-
Uses of IProperty in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper that return types with arguments of type IProperty Modifier and Type Method Description List<IProperty>
RecordValueDescriptorWrapper. getKnownProperties(String basePath)
List<IProperty>
RecordValueDescriptorWrapper. getKnownProperties(String jsonPath, String basePath, int nestingLevel)
-