Uses of Interface
de.xima.fc.interfaces.workflow.value.IProperty
Packages that use IProperty
Package
Description
-
Uses of IProperty in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type IProperty in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceDescribes a property that is part of a value.Methods in de.xima.fc.interfaces.workflow.value that return IPropertyModifier and TypeMethodDescriptionIProperty.optional()default IPropertyIProperty.withDefaultDescription(String description) Deprecated.IProperty.withLogicalDisplayPath(String newPath) Changes thedisplay pathof this property.IProperty.withUnionMember(boolean unionMember) Changes whether this property is a member of a union type.Methods in de.xima.fc.interfaces.workflow.value that return types with arguments of type IPropertyModifier and TypeMethodDescriptionIValueDescriptor.getKnownProperties(String basePath) Deprecated.IValueDescriptor.getKnownProperties(String jsonPath, String basePath, int nestingLevel) Deprecated. -
Uses of IProperty in de.xima.fc.workflow.processor.value
Methods in de.xima.fc.workflow.processor.value that return types with arguments of type IPropertyModifier and TypeMethodDescriptionValueDescriptorPropertyExtractor.getKnownProperties(IValueDescriptor<?, ?> descriptor, String basePath) -
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 IPropertyModifier and TypeMethodDescriptionRecordValueDescriptorWrapper.getKnownProperties(String basePath) Deprecated.RecordValueDescriptorWrapper.getKnownProperties(String jsonPath, String basePath, int nestingLevel) Deprecated.
IAttributeConfigurable.withAddedAttribute(String, Object)with the keyVALUE_DESCRIPTOR_ATTR_DESCRIPTION.