Uses of Interface
de.xima.fc.interfaces.workflow.value.ITupleValueDescriptor
Packages that use ITupleValueDescriptor
Package
Description
-
Uses of ITupleValueDescriptor in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type ITupleValueDescriptor in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueDescriptorBuilderfor creating a tuple value descriptor.Methods in de.xima.fc.interfaces.workflow.value that return ITupleValueDescriptorModifier and TypeMethodDescriptionIValueDescriptor.asTuple()Casts this descriptor to a tuple value descriptor type.ValueDescriptorNode.TupleIndex.container()default ITupleValueDescriptorIValueDescriptorFactory.tuple()Creates an empty tuple descriptor.default ITupleValueDescriptorIValueDescriptorFactory.tuple(IValueDescriptor<?, ? extends IValueBuilder<?>>... types) default ITupleValueDescriptorIValueDescriptorFactory.tuple(IValueDescriptorCreator... types) default <V> ITupleValueDescriptorIValueDescriptorFactory.tupleOfSame(int count, IValueDescriptor<V, ? extends IValueBuilder<V>> type) default ITupleValueDescriptorIValueDescriptorFactory.tupleOfSame(int count, IValueDescriptorCreator creator) ITupleValueDescriptor.withAddedAttribute(String key, Object value) ITupleValueDescriptor.withAddedAttributes(Map<String, Object> newAttributes) ITupleValueDescriptor.withAttributes(Map<String, Object> attributes) ITupleValueDescriptor.withDefaultValue(Object defaultValue) ITupleValueDescriptor.withDescription(String description) Deprecated.Methods in de.xima.fc.interfaces.workflow.value with parameters of type ITupleValueDescriptorModifier and TypeMethodDescriptionIValueDescriptorTypeCoercer.coerceTuple(Object value, ITupleValueDescriptor descriptor) Attempts to coerce the given value to a tuple value.default RIValueDescriptorTypeMatcher.matchTuple(ITupleValueDescriptor descriptor) ValueDescriptorNode.tuple(ITupleValueDescriptor descriptor, int index) Wraps a tuple element of a tuple value descriptor at a given index into aValueDescriptorNode.TupleIndexnode. -
Uses of ITupleValueDescriptor in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper that return ITupleValueDescriptor