Uses of Package
de.xima.fc.interfaces.workflow.value
-
Packages that use de.xima.fc.interfaces.workflow.value Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.mixin The workflow engine is generic in the sense that it never checks the type of atrigger
ornode
for special types, all logic is implemented in terms of theITriggerHandler
andINodeHandler
interfaces.de.xima.fc.interfaces.workflow.params de.xima.fc.interfaces.workflow.value de.xima.fc.mdl.workflow de.xima.fc.workflow.mixin de.xima.fc.workflow.model.list_item_source de.xima.fc.workflow.processor.logic.execution de.xima.fc.workflow.processor.value de.xima.fc.workflow.processor.value.common de.xima.fc.workflow.processor.value.wrapper de.xima.fc.workflow.retval.node de.xima.fc.workflow.retval.trigger -
Classes in de.xima.fc.interfaces.workflow.value used by de.xima.fc.exceptions Class Description IDiscriminatedUnionMember Represents a member of a discriminated union, in the form of tuples(Discriminator, Value)
. -
Classes in de.xima.fc.interfaces.workflow.value used by de.xima.fc.interfaces.workflow.execution Class Description IDiscriminatedUnionMember Represents a member of a discriminated union, in the form of tuples(Discriminator, Value)
.IUnionValueDescriptor AIValueDescriptor
for a union value.IValueBuilder Base interface for builders that can create a value of a certain type.IValueCreator A consumer that is passed a value builder and may call its methods to adjust the value created by the builder.IValueDescriptor Base class for all value descriptors that describe the shape of (mostly JSON-like) data.IValueDescriptorFactory Factory for creatingIValueDescriptor
s. -
Classes in de.xima.fc.interfaces.workflow.value used by de.xima.fc.interfaces.workflow.mixin Class Description IUnionValueDescriptor AIValueDescriptor
for a union value.IValueBuilder Base interface for builders that can create a value of a certain type.IValueDescriptor Base class for all value descriptors that describe the shape of (mostly JSON-like) data.IValueDescriptorFactory Factory for creatingIValueDescriptor
s. -
Classes in de.xima.fc.interfaces.workflow.value used by de.xima.fc.interfaces.workflow.params Class Description IUnionValueBuilder AIValueBuilder
for creating a union value.IValueCreator A consumer that is passed a value builder and may call its methods to adjust the value created by the builder. -
Classes in de.xima.fc.interfaces.workflow.value used by de.xima.fc.interfaces.workflow.value Class Description EValueType Enumeration of different value types for a JSON like data structure.IAnyValueBuilder AIValueBuilder
for creating a value of any type.IAnyValueDescriptor AIValueDescriptor
for a value of any type.IAnyValueDescriptorBuilder AIValueDescriptorBuilder
for creating a value descriptor of any type.IBooleanValueBuilder AIValueBuilder
for creating a boolean value.IBooleanValueDescriptor AIValueDescriptor
for a boolean value.IBooleanValueDescriptorBuilder AIValueDescriptorBuilder
for creating a boolean value descriptor.IConstValueBuilder AIValueBuilder
for creating a constant value.IConstValueDescriptor AIValueDescriptor
for a constant value.IConstValueDescriptorBuilder AIValueDescriptorBuilder
for creating a constant value descriptor.IDiscriminatedUnionMember Represents a member of a discriminated union, in the form of tuples(Discriminator, Value)
.IFloatValueBuilder AIValueBuilder
for creating a 64-bit floating point value.IFloatValueDescriptor AIValueDescriptor
for a float value.IFloatValueDescriptorBuilder AIValueDescriptorBuilder
for creating a 64-bit floating point value descriptor.IIntegerValueBuilder AIValueBuilder
for creating an integer value.IIntegerValueDescriptor AIValueDescriptor
for an integer value.IIntegerValueDescriptorBuilder AIValueDescriptorBuilder
for creating a 64-bit integer value descriptor.ILargeStringValueBuilder AIValueBuilder
for creating a large string value.ILargeStringValueDescriptor AIValueDescriptor
for string value.ILargeStringValueDescriptorBuilder AIValueDescriptorBuilder
for creating a large string value descriptors.IListValueBuilder AIValueBuilder
for creating a list value.IListValueDescriptor AIValueDescriptor
for a list value.IListValueDescriptorBuilder AIValueDescriptorBuilder
for creating a list value descriptor.IMapValueBuilder AIValueBuilder
for creating a map value.IMapValueDescriptor AIValueDescriptor
for a map value.IMapValueDescriptorBuilder AIValueDescriptorBuilder
for creating a map value descriptor.INullValueBuilder AIValueBuilder
for creating a null value.INullValueDescriptor AIValueDescriptor
for a null value.INullValueDescriptorBuilder AIValueDescriptorBuilder
for creating a null value descriptor.IProperty Describes a property that is part of a value.IRecordMember A member (property, key-value pair) of a record value as described by aIRecordValueDescriptor
.IRecordValueBuilder IRecordValueDescriptor AIValueDescriptor
for a record value, i.e.IRecordValueDescriptorBuilder A builder for aIRecordValueDescriptor
.IStringValueBuilder AIValueBuilder
for creating a string value.IStringValueDescriptor AIValueDescriptor
for string value.IStringValueDescriptorBuilder AIValueDescriptorBuilder
for creating a string value descriptors.ISubTypeValueBuilder Base for specificIValueBuilder
.ITupleValueBuilder AIValueBuilder
for creating a tuple value.ITupleValueDescriptor AIValueDescriptor
for a tuple value.ITupleValueDescriptorBuilder AIValueDescriptorBuilder
for creating a tuple value descriptor.IUnionValueBuilder AIValueBuilder
for creating a union value.IUnionValueDescriptor AIValueDescriptor
for a union value.IUnionValueDescriptorBuilder AIValueDescriptorBuilder
for creating a union value descriptor.IValueBuilder Base interface for builders that can create a value of a certain type.IValueConfigurator Base interface for builders that can configure a value of a certain type.IValueCreator A consumer that is passed a value builder and may call its methods to adjust the value created by the builder.IValueDescriptor Base class for all value descriptors that describe the shape of (mostly JSON-like) data.IValueDescriptorBuilder Base interface for builders that create aIValueDescriptor
which imposes certain restrictions on the values it allows.IValueDescriptorCreator A function that takes a value descriptor factory and returns a value descriptor created via the methods of the passed factory.IVoidValueBuilder AIValueBuilder
for creating a void value.IVoidValueDescriptor AIValueDescriptor
for a void value. -
Classes in de.xima.fc.interfaces.workflow.value used by de.xima.fc.mdl.workflow Class Description IUnionValueBuilder AIValueBuilder
for creating a union value. -
Classes in de.xima.fc.interfaces.workflow.value used by de.xima.fc.workflow.mixin Class Description IRecordValueDescriptorBuilder A builder for aIRecordValueDescriptor
.IUnionValueDescriptor AIValueDescriptor
for a union value.IValueBuilder Base interface for builders that can create a value of a certain type.IValueDescriptor Base class for all value descriptors that describe the shape of (mostly JSON-like) data.IValueDescriptorFactory Factory for creatingIValueDescriptor
s. -
Classes in de.xima.fc.interfaces.workflow.value used by de.xima.fc.workflow.model.list_item_source Class Description IUnionValueDescriptorBuilder AIValueDescriptorBuilder
for creating a union value descriptor.IValueDescriptor Base class for all value descriptors that describe the shape of (mostly JSON-like) data.IValueDescriptorFactory Factory for creatingIValueDescriptor
s. -
Classes in de.xima.fc.interfaces.workflow.value used by de.xima.fc.workflow.processor.logic.execution Class Description IDiscriminatedUnionMember Represents a member of a discriminated union, in the form of tuples(Discriminator, Value)
. -
Classes in de.xima.fc.interfaces.workflow.value used by de.xima.fc.workflow.processor.value Class Description IAnyValueDescriptorBuilder AIValueDescriptorBuilder
for creating a value descriptor of any type.IBooleanValueDescriptorBuilder AIValueDescriptorBuilder
for creating a boolean value descriptor.IConstValueDescriptorBuilder AIValueDescriptorBuilder
for creating a constant value descriptor.IDiscriminatedUnionMember Represents a member of a discriminated union, in the form of tuples(Discriminator, Value)
.IFloatValueDescriptorBuilder AIValueDescriptorBuilder
for creating a 64-bit floating point value descriptor.IIntegerValueDescriptorBuilder AIValueDescriptorBuilder
for creating a 64-bit integer value descriptor.ILargeStringValueDescriptorBuilder AIValueDescriptorBuilder
for creating a large string value descriptors.IListValueDescriptorBuilder AIValueDescriptorBuilder
for creating a list value descriptor.IMapValueDescriptorBuilder AIValueDescriptorBuilder
for creating a map value descriptor.INullValueDescriptorBuilder AIValueDescriptorBuilder
for creating a null value descriptor.IRecordValueDescriptorBuilder A builder for aIRecordValueDescriptor
.IStringValueDescriptorBuilder AIValueDescriptorBuilder
for creating a string value descriptors.ITupleValueDescriptorBuilder AIValueDescriptorBuilder
for creating a tuple value descriptor.IUnionValueDescriptorBuilder AIValueDescriptorBuilder
for creating a union value descriptor.IValueBuilder Base interface for builders that can create a value of a certain type.IValueDescriptor Base class for all value descriptors that describe the shape of (mostly JSON-like) data.IValueDescriptorCreator A function that takes a value descriptor factory and returns a value descriptor created via the methods of the passed factory.IValueDescriptorFactory Factory for creatingIValueDescriptor
s.IVoidValueDescriptor AIValueDescriptor
for a void value. -
Classes in de.xima.fc.interfaces.workflow.value used by de.xima.fc.workflow.processor.value.common Class Description IRecordValueDescriptor AIValueDescriptor
for a record value, i.e.IValueDescriptor Base class for all value descriptors that describe the shape of (mostly JSON-like) data. -
Classes in de.xima.fc.interfaces.workflow.value used by de.xima.fc.workflow.retval.node Class Description IRecordValueDescriptor AIValueDescriptor
for a record value, i.e.IUnionValueDescriptor AIValueDescriptor
for a union value.IValueBuilder Base interface for builders that can create a value of a certain type.IValueDescriptor Base class for all value descriptors that describe the shape of (mostly JSON-like) data.IValueDescriptorFactory Factory for creatingIValueDescriptor
s. -
Classes in de.xima.fc.interfaces.workflow.value used by de.xima.fc.workflow.retval.trigger Class Description IValueBuilder Base interface for builders that can create a value of a certain type.IValueDescriptor Base class for all value descriptors that describe the shape of (mostly JSON-like) data.IValueDescriptorFactory Factory for creatingIValueDescriptor
s.