Uses of Interface
de.xima.fc.interfaces.workflow.value.IAttributeConfigurable
Packages that use IAttributeConfigurable
Package
Description
-
Uses of IAttributeConfigurable in de.xima.fc.interfaces.workflow.execution
Subinterfaces of IAttributeConfigurable in de.xima.fc.interfaces.workflow.executionModifier and TypeInterfaceDescriptioninterfaceA descriptor for a list of files provided by a workflow trigger or node when the trigger fires or the node gets executed.interfaceDescriptor for the files provided by a workflow element, such as the files made available when a trigger fires or when a workflow node gets executed. -
Uses of IAttributeConfigurable in de.xima.fc.interfaces.workflow.value
Subinterfaces of IAttributeConfigurable in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueDescriptorfor a value of any type.interfaceAIValueDescriptorfor a boolean value.interfaceAIValueDescriptorfor a constant value.interfaceAIValueDescriptorfor a float value.interfaceAIValueDescriptorfor an integer value.interfaceAIValueDescriptorfor string value.interfaceAIValueDescriptorfor a list value.interfaceAIValueDescriptorfor a map value.interfaceAIValueDescriptorfor a null value.interfaceDescribes a property that is part of a value.interfaceAIValueDescriptorfor a record value, i.e. aMapwith a certain shape.interfaceAIValueDescriptorfor string value.interfaceAIValueDescriptorfor a tuple value.interfaceAIValueDescriptorfor a union value.interfaceIValueDescriptor<Value, Builder extends IValueBuilder<Value>>Base class for all value descriptors that describe the shape of (mostly JSON-like) data.interfaceAIValueDescriptorfor a void value. -
Uses of IAttributeConfigurable in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IAttributeConfigurableModifier and TypeClassDescriptionfinal classBasic POJO implementation ofIFileListDescriptorwith a builder.final classPOJO implementation ofIFileValueDescriptor. -
Uses of IAttributeConfigurable in de.xima.fc.workflow.processor.value.common
Classes in de.xima.fc.workflow.processor.value.common that implement IAttributeConfigurableModifier and TypeClassDescriptionfinal classAIValueDescriptorfor the metadata of anattachment, consisting of its UUID, source, and optionally a file.final classAIValueDescriptorfor the metadata of a file, consisting of a file name, base name, extension, and file size.final classAIValueDescriptorfor the metadata of aform record chat.final classAIValueDescriptorfor the metadata of aform record message.final classAIValueDescriptorfor the metadata of aform record message upload request.final classAIValueDescriptorfor a mime type, consisting of the components of a mime type (a main type, a subtype, and an optional set of parameters).final classAIValueDescriptorfor the data of auser.final classAIValueDescriptorfor the data of auser profile, consisting of a display name, email addresses, etc. -
Uses of IAttributeConfigurable in de.xima.fc.workflow.processor.value.wrapper
Classes in de.xima.fc.workflow.processor.value.wrapper that implement IAttributeConfigurableModifier and TypeClassDescriptionclassA wrapper that delegates to anotherIRecordValueDescriptor.