Serialized Form
-
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 -
GUID
String GUID
The GUID -
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 -
validValuesSetGUID
String validValuesSetGUID
The set of valid values for this column
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Connection extends Referenceable implements Serializable
-
Serialized Fields
-
clearPassword
String clearPassword
The clear password -
configurationProperties
Map<String,String> configurationProperties
The configuration properties -
description
String description
The description -
displayName
String displayName
The display name -
encryptedPassword
String encryptedPassword
The encrypted password -
securedProperties
Map<String,String> securedProperties
The secured properties -
userId
String userId
The user id
-
-
-
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
-
Class org.odpi.openmetadata.accessservices.dataengine.model.ParentProcess extends Object implements Serializable
-
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
-
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
-
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.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
-
-
-
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.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
-
databaseQualifiedName
String databaseQualifiedName
-
relationalTable
RelationalTable relationalTable
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.SchemaTypeRequestBody extends DataEngineOMASAPIRequestBody implements Serializable
-
Serialized Fields
-
schemaType
SchemaType schemaType
-
-
-