Interface | Description |
---|---|
Choice | |
ChoiceWithTransition |
An extension to the choice interface, with the choice object
also providing the authorized transitions to the next values
|
CompactArrayEltType<E extends DataElt> | |
ObjectIdInterface |
Defines interface for business object id.
|
SimpleDataElementCreator<E extends SimpleDataElt,F> |
an interface to create a simple data element.
|
Class | Description |
---|---|
ArrayDataElt<E extends DataElt> |
An ArrayDataElement is a list of data elements with identical type and name
for batch processing.This is the most basic way to send an array.
|
ArrayDataEltType<E extends DataEltType> | |
BooleanDataElt | |
BooleanDataEltType | |
ChoiceDataElt<E extends Choice> |
A data element providing one of a defined list of choices
|
ChoiceDataEltType |
type for a choice data element
|
DataElt |
A Data Element allows to transport some application data.
|
DataEltType |
type of data element
|
DateDataElt | |
DateDataEltType |
type of date data element
|
DecimalDataElt |
A data element storing a decimal (java BigDecimal)
|
DecimalDataEltType |
type of data element storing a decimal (java Big Decimal)
|
EncryptedTextDataElt |
builds a text data element that is encrypted during the network transmission
|
EncryptedTextDataEltType |
type of data element transmitting
|
FaultyTextDataElt |
a simple element storing a faulty text information.
|
FaultyTextDataEltType |
type of faulty text data element
|
IntegerDataElt |
a data element storing an integer payload
|
IntegerDataEltType |
type of integer data element
|
LargeBinaryDataElt |
a data element to transport a large binary, typically a file
|
LargeBinaryDataEltType |
type for a large binary data element
|
MultipleChoiceDataElt<E extends Choice> |
A data element to transport a multi-value choice
|
MultipleChoiceDataEltType | |
NodeTreeDataElt<E extends DataElt> |
An element that can store a hierarchical tree.
|
NodeTreeDataEltType<E extends DataEltType> |
type of a node tree
|
ObjectDataElt |
an object storing several fields (simple data elements)
|
ObjectDataEltType |
type of object data element
|
ObjectIdDataElt |
a data element that stores the uniqueid of an object
|
ObjectIdDataEltType |
type of object id data element
|
ObjectMasterIdDataElt |
a master id for an object.
|
ObjectMasterIdDataEltType |
type of data element for master id
|
ObjectTreeDataElt<E extends ObjectDataElt> |
A tree of objects
|
ObjectTreeDataEltType<E extends ObjectDataEltType> |
a type of tree with object data elements
|
SimpleDataElt |
a data element that stores a unique value
|
SimpleDataEltType |
type for simple data element type
|
TextDataElt |
a simple element storing a text information
|
TextDataEltType |
type of text data element
|
TimePeriodDataElt | |
TimePeriodDataEltType |