Package | Description |
---|---|
be.SIRAPRISE.client |
This package contains all the classes and interfaces that can be useful on the client side of an application involving SIRA_PRISE.
|
be.SIRAPRISE.client.jsba |
This package contains all the classes and interfaces for the
Java
SIRA_PRISE
Bridging
Architecture, as well as classes that can be used to manipulate catalog objects using the JSBA.
|
be.SIRAPRISE.typeimplementations |
This package contains the SIRA_PRISE type and operator implementations.
|
be.SIRAPRISE.util |
This package contains various utility methods.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferToValueBufferMapTransformer |
Modifier and Type | Class and Description |
---|---|
class |
DBObjectToDmlAddCommandTransformer
DBObjectToDmlAddCommandTransformer can be used in conjunction with the
CollectionTransformer for getting the DmlAddCommand for collections of DBObjects |
class |
DBObjectToDmlAssertCommandTransformer
DBObjectToDmlAssertCommandTransformer can be used in conjunction with the
CollectionTransformer for getting the DmlAssertCommand for collections of DBObjects |
class |
DBObjectToDmlDeleteCommandTransformer
DBObjectToDmlDeleteCommandTransformer can be used in conjunction with the
CollectionTransformer for getting the DmlDeleteCommand for collections of DBObjects |
class |
DBObjectToDmlUnassertCommandTransformer
DBObjectToDmlUnassertCommandTransformer can be used in conjunction with the
CollectionTransformer for getting the DmlUnassertCommand for collections of DBObjects |
Modifier and Type | Class and Description |
---|---|
class |
NameIdentifierMapToStringMapConverter<V> |
class |
NameIdentifierToStringTransformer
Transformer for getting the NameIdentifier that is equivalent to a ValueBuffer holding an encoded NAME value
|
class |
StringMapToNameIdentifierMapConverter<V> |
class |
StringToNameIdentifierTransformer
Transformer for getting the NameIdentifier that is equivalent to a String
|
class |
TrimStringToNameIdentifierTransformer
Transformer for getting the NameIdentifier that is equivalent to a String
|
class |
TypeDeclarationToStringTransformer
Transformer for getting the NameIdentifier that is equivalent to a String
|
class |
ValueBufferToNameIdentifierTransformer
Transformer for getting the NameIdentifier that is equivalent to a ValueBuffer holding an encoded NAME value
|
Modifier and Type | Class and Description |
---|---|
class |
MapEntryKeyTransformer<S1,S2,V>
MapEntryKeyTransformer is a specialized transformer that transforms Map.Entry objects into other Map.Entry objects, with the Value component of the Entry being unaltered, and the Key component being transformed to another type
|
class |
MapEntryValueTransformer<K,VI,VO>
MapEntryValueTransformer is a transformer for transforming Map.Entry objects where the Key component is to remain unaltered and the Value component is to be transformed using another transformer
|
class |
StringToLongTransformer |
Constructor and Description |
---|
CollectionTransformer(Transformer<S1,S2> transformer)
Creates the CollectionTransformer
|
MapEntryKeyTransformer(Transformer<S1,S2> transformer)
Creates the MapEntryKeyTransformer
|
MapEntryValueTransformer(Transformer<VI,VO> valueTransformer)
Creates the MapEntryValueTransformer
|