Uses of Interface
de.xima.fc.interfaces.workflow.value.IConstValueDescriptor
Packages that use IConstValueDescriptor
Package
Description
-
Uses of IConstValueDescriptor in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type IConstValueDescriptor in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueDescriptorBuilderfor creating a constant value descriptor.Methods in de.xima.fc.interfaces.workflow.value that return IConstValueDescriptorModifier and TypeMethodDescription<T> IConstValueDescriptor<T> IValueDescriptor.asConst()Casts this descriptor to a constant value descriptor type.default IConstValueDescriptor<Boolean> IValueDescriptorFactory.constant(boolean value) Creates a value descriptor that only admits the given constant value.default IConstValueDescriptor<Double> IValueDescriptorFactory.constant(double value) default IConstValueDescriptor<Long> IValueDescriptorFactory.constant(long value) default IConstValueDescriptor<LargeString> IValueDescriptorFactory.constant(LargeString value) default IConstValueDescriptor<String> IConstValueDescriptor.withAddedAttribute(String key, Object value) IConstValueDescriptor.withAddedAttributes(Map<String, Object> newAttributes) IConstValueDescriptor.withAttributes(Map<String, Object> attributes) IConstValueDescriptor.withDefaultValue(Object defaultValue) IConstValueDescriptor.withDescription(String description) Deprecated.Methods in de.xima.fc.interfaces.workflow.value with parameters of type IConstValueDescriptorModifier and TypeMethodDescriptionIValueDescriptorTypeCoercer.coerceConst(Object value, IConstValueDescriptor<?> descriptor) Attempts to coerce the given value to a constant value.default RIValueDescriptorTypeMatcher.matchConst(IConstValueDescriptor<?> descriptor) -
Uses of IConstValueDescriptor in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper that return IConstValueDescriptorModifier and TypeMethodDescription<T> IConstValueDescriptor<T> RecordValueDescriptorWrapper.asConst()