Serialized Form
-
Package org.odpi.openmetadata.accessservices.dataengine.event
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DatabaseEvent extends DataEngineEventHeader implements Serializable
-
Serialized Fields
-
database
Database database
The database to be created
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DatabaseSchemaEvent extends DataEngineEventHeader implements Serializable
-
Serialized Fields
-
databaseQualifiedName
String databaseQualifiedName
The database qualified name to which the database schema will be linked, if it exists -
databaseSchema
DatabaseSchema databaseSchema
The database schema to be created -
incomplete
boolean incomplete
Determines if the database schema is an incomplete asset
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader extends Object implements Serializable
-
Serialized Fields
-
eventType
DataEngineEventType eventType
The Data Engine event type -
eventVersionId
long eventVersionId
Event version ID -
externalSourceName
String externalSourceName
The external source type unique name -
userId
String userId
Producer user ID
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineRegistrationEvent extends DataEngineEventHeader implements Serializable
-
Serialized Fields
-
softwareServerCapability
SoftwareServerCapability softwareServerCapability
Software server capability
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DataFileEvent extends DataEngineEventHeader implements Serializable
-
Serialized Fields
-
dataFile
DataFile dataFile
The data file to be created -
incomplete
boolean incomplete
Determines if the data file is incomplete or not
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DeleteEvent extends DataEngineEventHeader implements Serializable
-
Serialized Fields
-
deleteSemantic
DeleteSemantic deleteSemantic
The delete semantic -
guid
String guid
The unique identifier of the entity -
qualifiedName
String qualifiedName
The qualified name of the entity
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.FindEvent extends DataEngineEventHeader implements Serializable
-
Serialized Fields
-
findRequestBody
FindRequestBody findRequestBody
The find request body
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.LineageMappingsEvent extends DataEngineEventHeader implements Serializable
-
Serialized Fields
-
lineageMappings
List<LineageMapping> lineageMappings
The lineage mappings
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.PortAliasEvent extends DataEngineEventHeader implements Serializable
-
Class org.odpi.openmetadata.accessservices.dataengine.event.PortImplementationEvent extends DataEngineEventHeader implements Serializable
-
Serialized Fields
-
portImplementation
PortImplementation portImplementation
The port implementation -
processQualifiedName
String processQualifiedName
The process qualified name
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.ProcessEvent extends DataEngineEventHeader implements Serializable
-
Serialized Fields
-
process
Process process
The process
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.ProcessHierarchyEvent extends DataEngineEventHeader implements Serializable
-
Serialized Fields
-
processHierarchy
ProcessHierarchy processHierarchy
The process hierarchy
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.ProcessListEvent extends DataEngineEventHeader implements Serializable
-
Class org.odpi.openmetadata.accessservices.dataengine.event.RelationalTableEvent extends DataEngineEventHeader implements Serializable
-
Serialized Fields
-
databaseSchemaQualifiedName
String databaseSchemaQualifiedName
The qualified name of the database schema -
incomplete
boolean incomplete
Determines if the relational table is an incomplete asset -
relationalTable
RelationalTable relationalTable
The relational table to be created
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.SchemaTypeEvent extends DataEngineEventHeader implements Serializable
-
Serialized Fields
-
portQualifiedName
String portQualifiedName
The port qualified name -
schemaType
SchemaType schemaType
The schema type
-
-
-
-
Package org.odpi.openmetadata.accessservices.dataengine.ffdc
-
Class org.odpi.openmetadata.accessservices.dataengine.ffdc.DataEngineException extends OCFCheckedExceptionBase implements Serializable
-
-
Package org.odpi.openmetadata.accessservices.dataengine.model
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Asset extends Referenceable implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
The stored description property associated with the asset -
displayName
String displayName
The stored display name property for the asset -
originBusinessCapabilityGUID
String originBusinessCapabilityGUID
The unique identifier of the business capability that originated this asset -
originOrganizationGUID
String originOrganizationGUID
The unique identifier for the organization that originated this asset -
otherOriginValues
Map<String,String> otherOriginValues
The properties that characterize where this asset is from -
owner
String owner
The name of the owner for this asset -
ownerType
OwnerType ownerType
The owner type for this asset -
zoneMembership
List<String> zoneMembership
The names of the zones that this asset is a member of
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Attribute extends Referenceable implements Serializable
-
Serialized Fields
-
aliases
List<String> aliases
A list of alternative names for the attribute -
allowsDuplicateValues
boolean allowsDuplicateValues
Indicates whether the same value can be used by more than one instance of this attribute -
dataType
String dataType
The data type for this element -
defaultValue
String defaultValue
The default value for the element -
defaultValueOverride
String defaultValueOverride
Default value override -
description
String description
The stored description property for the schema element -
displayName
String displayName
The simple name of the schema element -
externalTypeGUID
String externalTypeGUID
The unique identifier of this column's type -
fixedValue
String fixedValue
A fixed literal value - an alternative to default value -
isDeprecated
boolean isDeprecated
Indicates if the schema element is deprecated -
isNullable
boolean isNullable
Indicates whether the field is nullable or not -
length
int length
The length of the data field -
maxCardinality
int maxCardinality
The maximum number of instances allowed for this attribute -
minCardinality
int minCardinality
This minimum number of instances allowed for this attribute -
minimumLength
int minimumLength
The minimum length of the data -
nativeClass
String nativeClass
The name of the Java class to use to represent this type -
orderedValues
boolean orderedValues
Indicates whether the attribute instances are arranged in an order -
position
int position
The position of this schema attribute in its parent schema -
precision
int precision
The number of significant digits to the right of decimal point -
sortOrder
DataItemSortOrder sortOrder
The order that the attribute instances are arranged in -
typeGuid
String typeGuid
Unique identifier of the type for this schema element -
typeName
String typeName
The name of the type for this schema element -
validValuesSetGUID
String validValuesSetGUID
The set of valid values for this column
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Collection extends Referenceable implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Connection extends Referenceable implements Serializable
-
Serialized Fields
-
assetSummary
String assetSummary
The asset summary -
clearPassword
String clearPassword
The clear password -
configurationProperties
Map<String,String> configurationProperties
The configuration properties -
connectorType
ConnectorType connectorType
The connector type -
description
String description
The description -
displayName
String displayName
The display name -
encryptedPassword
String encryptedPassword
The encrypted password -
endpoint
Endpoint endpoint
The endpoint -
securedProperties
Map<String,String> securedProperties
The secured properties -
userId
String userId
The user id
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.ConnectorType extends Referenceable implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorFrameworkName
String connectorFrameworkName
-
connectorInterfaceLanguage
String connectorInterfaceLanguage
-
connectorInterfaces
List<String> connectorInterfaces
-
connectorProviderClassName
String connectorProviderClassName
-
description
String description
-
displayName
String displayName
-
expectedDataFormat
String expectedDataFormat
-
recognizedAdditionalProperties
List<String> recognizedAdditionalProperties
-
recognizedConfigurationProperties
List<String> recognizedConfigurationProperties
-
recognizedSecuredProperties
List<String> recognizedSecuredProperties
-
supportedAssetTypeName
String supportedAssetTypeName
-
targetTechnologyInterfaces
List<String> targetTechnologyInterfaces
-
targetTechnologyName
String targetTechnologyName
-
targetTechnologySource
String targetTechnologySource
-
targetTechnologyVersions
List<String> targetTechnologyVersions
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.CSVFile extends DataFile implements Serializable
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Database extends DataStore implements Serializable
-
Serialized Fields
-
databaseImportedFrom
String databaseImportedFrom
The the source (typically connection name) of the database information -
databaseInstance
String databaseInstance
The name of this database instance -
databaseSchema
DatabaseSchema databaseSchema
The database schema -
databaseType
String databaseType
The description of the database type -
databaseVersion
String databaseVersion
The version of the database -
networkAddress
String networkAddress
The Endpoint network address -
protocol
String protocol
The Endpoint protocol
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.DatabaseSchema extends Asset implements Serializable
- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.model.DataFile extends DataStore implements Serializable
-
Class org.odpi.openmetadata.accessservices.dataengine.model.DataStore extends Asset implements Serializable
-
Serialized Fields
-
createTime
Date createTime
The time that the data store was created -
encodingDescription
String encodingDescription
The description of the encoding used in the data store -
encodingLanguage
String encodingLanguage
The name of the natural language used for text strings within the data store -
encodingProperties
Map<String,String> encodingProperties
The additional properties associated with the encoding process -
encodingType
String encodingType
The name of the encoding style used in the data store -
modifiedTime
Date modifiedTime
The last known time the data store was modified -
pathName
String pathName
The fully qualified physical location of the data store
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Endpoint extends Referenceable implements Serializable
-
Class org.odpi.openmetadata.accessservices.dataengine.model.FileFolder extends DataStore implements Serializable
-
Class org.odpi.openmetadata.accessservices.dataengine.model.LineageMapping extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.model.ParentProcess extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
processContainmentType
ProcessContainmentType processContainmentType
The process containment type -
qualifiedName
String qualifiedName
The qualified name
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Port extends Referenceable implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
displayName
String displayName
The display name -
portType
PortType portType
The port type -
updateSemantic
UpdateSemantic updateSemantic
The update semantic
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.PortAlias extends Port implements Serializable
-
Serialized Fields
-
delegatesTo
String delegatesTo
Delegates to
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.PortImplementation extends Port implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaType
SchemaType schemaType
The schema type
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Process extends Asset implements Serializable
-
Serialized Fields
-
collection
Collection collection
The collection to which the process belongs -
formula
String formula
The description of the processing performed by this process -
implementationLanguage
String implementationLanguage
The name of the programming language that this process is implemented in -
lineageMappings
List<LineageMapping> lineageMappings
The lineage mappings -
name
String name
The process name -
parentProcesses
List<ParentProcess> parentProcesses
The parent processes -
portAliases
List<PortAlias> portAliases
The port aliases -
portImplementations
List<PortImplementation> portImplementations
The port implementations -
updateSemantic
UpdateSemantic updateSemantic
The update semantic
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.ProcessHierarchy extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
childProcess
String childProcess
The child process -
parentProcess
String parentProcess
The parent process -
processContainmentType
ProcessContainmentType processContainmentType
The process containment type
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.model.RelationalColumn extends Attribute implements Serializable
-
Serialized Fields
-
formula
String formula
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.RelationalTable extends Referenceable implements Serializable
- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.model.SchemaType extends Referenceable implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeList
List<Attribute> attributeList
The attribute list -
author
String author
The author -
displayName
String displayName
The display name -
encodingStandard
String encodingStandard
The encoding standard -
type
String type
The type -
usage
String usage
The usage -
versionNumber
String versionNumber
The version number
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.SoftwareServerCapability extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,String> additionalProperties
Additional properties -
description
String description
The description -
engineType
String engineType
The engine type -
engineVersion
String engineVersion
The engine version -
name
String name
The display name -
patchLevel
String patchLevel
The patch level -
qualifiedName
String qualifiedName
The qualified name -
source
String source
The source
-
-
-
Package org.odpi.openmetadata.accessservices.dataengine.rest
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DatabaseRequestBody extends DataEngineOMASAPIRequestBody implements Serializable
-
Serialized Fields
-
database
Database database
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DatabaseSchemaRequestBody extends DataEngineOMASAPIRequestBody implements Serializable
-
Serialized Fields
-
databaseQualifiedName
String databaseQualifiedName
-
databaseSchema
DatabaseSchema databaseSchema
-
incomplete
boolean incomplete
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
externalSourceName
String externalSourceName
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineRegistrationRequestBody extends DataEngineOMASAPIRequestBody implements Serializable
-
Serialized Fields
-
softwareServerCapability
SoftwareServerCapability softwareServerCapability
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DataFileRequestBody extends DataEngineOMASAPIRequestBody implements Serializable
-
Serialized Fields
-
dataFile
DataFile dataFile
-
incomplete
boolean incomplete
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DeleteRequestBody extends DataEngineOMASAPIRequestBody implements Serializable
-
Serialized Fields
-
deleteSemantic
DeleteSemantic deleteSemantic
The delete semantic -
guid
String guid
The unique identifier of the entity -
qualifiedName
String qualifiedName
The qualified name of the entity
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.FindRequestBody extends Object implements Serializable
-
Serialized Fields
-
externalSourceName
String externalSourceName
The externalSourceName of the entity -
identifiers
Identifiers identifiers
The identifiers name of the entity -
type
String type
The type of the entity
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.LineageMappingsRequestBody extends DataEngineOMASAPIRequestBody implements Serializable
-
Serialized Fields
-
lineageMappings
List<LineageMapping> lineageMappings
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.PortAliasRequestBody extends DataEngineOMASAPIRequestBody implements Serializable
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.PortImplementationRequestBody extends DataEngineOMASAPIRequestBody implements Serializable
-
Serialized Fields
-
portImplementation
PortImplementation portImplementation
-
processQualifiedName
String processQualifiedName
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.PortListRequestBody extends DataEngineOMASAPIRequestBody implements Serializable
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.ProcessHierarchyRequestBody extends DataEngineOMASAPIRequestBody implements Serializable
-
Serialized Fields
-
processHierarchy
ProcessHierarchy processHierarchy
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.ProcessRequestBody extends DataEngineOMASAPIRequestBody implements Serializable
-
Serialized Fields
-
process
Process process
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.RelationalTableRequestBody extends DataEngineOMASAPIRequestBody implements Serializable
-
Serialized Fields
-
databaseSchemaQualifiedName
String databaseSchemaQualifiedName
-
incomplete
boolean incomplete
-
relationalTable
RelationalTable relationalTable
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.SchemaTypeRequestBody extends DataEngineOMASAPIRequestBody implements Serializable
-
Serialized Fields
-
schemaType
SchemaType schemaType
-
-
-