Serialized Form
-
Package org.odpi.openmetadata.accessservices.assetcatalog.exception
-
Exception org.odpi.openmetadata.accessservices.assetcatalog.exception.AssetCatalogException
class AssetCatalogException extends OMAGCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.assetcatalog.model
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.AssetCatalogBean
class AssetCatalogBean extends Element implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relationships
List<Relationship> relationships
The list of relationships
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.AssetCatalogEvent
class AssetCatalogEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asset
Asset asset
The asset
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.AssetCatalogItemElement
class AssetCatalogItemElement extends Element implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connections
List<Connection> connections
The connection for the asset -
context
List<Element> context
The context for an entity
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.Classification
class Classification extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
createdBy
String createdBy
The author of the classification -
createTime
Date createTime
The creation date of the classification -
name
String name
The name of the classification -
origin
String origin
The origin of the classification -
originGUID
String originGUID
The origin unique identifier -
properties
Map<String,
String> properties The properties of the classification -
status
String status
The status of the classification -
type
Type type
The type of the classification -
updatedBy
String updatedBy
The author of the last update of the classification -
updateTime
Date updateTime
The update date of the classification -
version
Long version
The version of the classification
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.Connection
class Connection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
The description of the connection -
displayName
String displayName
The display name of the connection -
guid
String guid
The unique identifier of the connection -
qualifiedName
String qualifiedName
The qualified name of the connection -
securedProperties
Map<String,
String> securedProperties The secured properties of the connection
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.Element
class Element extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties The additional properties of the element -
classifications
List<Classification> classifications
The classifications of the element -
createdBy
String createdBy
The name of the users that created the asset -
createTime
Date createTime
The date when the asset has been created -
guid
String guid
The unique identifier of the asset -
name
String name
The name of the asset -
origin
ElementOrigin origin
The origin of the element -
parentElement
Element parentElement
The parent of the element -
properties
Map<String,
String> properties The properties of the element -
status
String status
The status of the asset -
type
Type type
The type definition of the asset -
updatedBy
String updatedBy
The name of the user that updated the asset last time -
updateTime
Date updateTime
The date when the asset has been created -
url
String url
The URL -
version
Long version
The version of the asset
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.ElementOrigin
class ElementOrigin extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
instanceLicense
String instanceLicense
The license string for this instance -
metadataCollectionId
String metadataCollectionId
The id of the metadata collection. -
metadataCollectionName
String metadataCollectionName
The name of the metadata collection. -
originCategory
ElementOriginCategory originCategory
The origin category of the element -
sourceServer
String sourceServer
The name of the server where the element was retrieved from.
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.Elements
class Elements extends Element implements Serializable-
Serialized Fields
-
assetCatalogItemElements
List<AssetCatalogItemElement> assetCatalogItemElements
The list of item elements returned by the search method
-
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.Relationship
class Relationship extends Element implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.Type
class Type extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.assetcatalog.model.rest.body
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.rest.body.SearchParameters
class SearchParameters extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
caseInsensitive
boolean caseInsensitive
The case sensitivity for the search criteria -
entityTypes
List<String> entityTypes
The list of entity types to search for -
exactMatch
boolean exactMatch
The exact match for the search criteria -
from
@PositiveOrZero Integer from
The start from of the result -
level
@PositiveOrZero Integer level
The number of the relationships out from the starting entity -
limitResultsByClassification
List<String> limitResultsByClassification
The list of classifications that must be present on all returned entities -
pageSize
@PositiveOrZero Integer pageSize
The maximum number of elements that can be returned on a request -
relationshipTypeGUIDs
List<String> relationshipTypeGUIDs
The list of relationship types to include in the query results -
sequencingOrder
SequencingOrder sequencingOrder
The enum defining how the results should be ordered -
sequencingProperty
String sequencingProperty
The name of the property that is to be used to sequence the results
-
-
-
Package org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses.AssetCatalogListResponse
class AssetCatalogListResponse extends AssetCatalogOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetCatalogBeanList
List<AssetCatalogBean> assetCatalogBeanList
The list of assets
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses.RelationshipResponse
class RelationshipResponse extends AssetCatalogOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relationship
Relationship relationship
The relationship
-
-
-
Package org.odpi.openmetadata.accessservices.assetlineage.event
-
Class org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventHeader
class AssetLineageEventHeader extends Object implements Serializable-
Serialized Fields
-
assetLineageEventType
AssetLineageEventType assetLineageEventType
-
eventVersionId
long eventVersionId
-
-
-
Class org.odpi.openmetadata.accessservices.assetlineage.event.LineageEntityEvent
class LineageEntityEvent extends AssetLineageEventHeader implements Serializable-
Serialized Fields
-
lineageEntity
LineageEntity lineageEntity
-
-
-
Class org.odpi.openmetadata.accessservices.assetlineage.event.LineageRelationshipEvent
class LineageRelationshipEvent extends AssetLineageEventHeader implements Serializable-
Serialized Fields
-
lineageRelationship
LineageRelationship lineageRelationship
-
-
-
Class org.odpi.openmetadata.accessservices.assetlineage.event.LineageRelationshipsEvent
class LineageRelationshipsEvent extends AssetLineageEventHeader implements Serializable-
Serialized Fields
-
relationshipsContext
RelationshipsContext relationshipsContext
-
-
-
Class org.odpi.openmetadata.accessservices.assetlineage.event.LineageSyncEvent
class LineageSyncEvent extends AssetLineageEventHeader implements Serializable-
Serialized Fields
-
publishSummary
LineagePublishSummary publishSummary
LineagePublishSummary is used to describe summary as result of AssetLineage lineagePublish activity that completed. -
syncUpdateContext
LineageSyncUpdateContext syncUpdateContext
-
-
-
-
Package org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception
-
Exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.AssetLineageException
class AssetLineageException extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.assetlineage.model
-
Class org.odpi.openmetadata.accessservices.assetlineage.model.GenericStub
class GenericStub extends Object implements Serializable
-
-
Package org.odpi.openmetadata.accessservices.assetmanager.events
-
Class org.odpi.openmetadata.accessservices.assetmanager.events.AssetManagerOutTopicEvent
class AssetManagerOutTopicEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
elementHeader
ElementHeader elementHeader
-
elementProperties
Map<String,
Object> elementProperties -
endOneElementHeader
ElementHeader endOneElementHeader
-
endOneElementProperties
Map<String,
Object> endOneElementProperties -
endTwoElementHeader
ElementHeader endTwoElementHeader
-
endTwoElementProperties
Map<String,
Object> endTwoElementProperties -
eventTime
Date eventTime
-
eventType
AssetManagerEventType eventType
-
eventVersionId
long eventVersionId
-
previousClassificationProperties
Map<String,
Object> previousClassificationProperties -
previousElementHeader
ElementHeader previousElementHeader
-
previousElementProperties
Map<String,
Object> previousElementProperties
-
-
-
Package org.odpi.openmetadata.accessservices.assetmanager.metadataelements
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ActionTargetElement
class ActionTargetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionTargetGUID
String actionTargetGUID
-
actionTargetName
String actionTargetName
-
completionDate
Date completionDate
-
startDate
Date startDate
-
status
GovernanceActionStatus status
-
targetElement
ElementStub targetElement
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.AssetElement
class AssetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetProperties
AssetProperties assetProperties
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.AssetManagerElement
class AssetManagerElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
softwareCapabilitiesProperties
SoftwareCapabilitiesProperties softwareCapabilitiesProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.CommentElement
class CommentElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
acceptedAnswers
List<RelatedElement> acceptedAnswers
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
feedbackTargetElement
FeedbackTargetElement feedbackTargetElement
-
properties
CommentProperties properties
-
questionsAnswered
List<RelatedElement> questionsAnswered
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ConnectionElement
class ConnectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionProperties
ConnectionProperties connectionProperties
-
connectorType
ElementStub connectorType
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
embeddedConnections
List<EmbeddedConnection> embeddedConnections
-
endpoint
ElementStub endpoint
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ConnectorTypeElement
class ConnectorTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorTypeProperties
ConnectorTypeProperties connectorTypeProperties
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ControlFlowElement
class ControlFlowElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
controlFlowHeader
ElementHeader controlFlowHeader
-
controlFlowProperties
ControlFlowProperties controlFlowProperties
-
currentStep
ElementHeader currentStep
-
nextStep
ElementHeader nextStep
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.DataAssetElement
class DataAssetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
dataAssetProperties
DataAssetProperties dataAssetProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.DataFlowElement
class DataFlowElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataConsumer
ElementHeader dataConsumer
-
dataFlowHeader
ElementHeader dataFlowHeader
-
dataFlowProperties
DataFlowProperties dataFlowProperties
-
dataSupplier
ElementHeader dataSupplier
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.EmbeddedConnection
class EmbeddedConnection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Map<String,
Object> arguments -
displayName
String displayName
-
embeddedConnection
ElementStub embeddedConnection
-
position
int position
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.EndpointElement
class EndpointElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
endpointProperties
EndpointProperties endpointProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ExternalGlossaryElementLinkElement
class ExternalGlossaryElementLinkElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
linkProperties
ExternalGlossaryElementLinkProperties linkProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ExternalGlossaryLinkElement
class ExternalGlossaryLinkElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
linkProperties
ExternalGlossaryLinkProperties linkProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ExternalReferenceElement
class ExternalReferenceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
properties
ExternalReferenceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ExternalReferenceLinkElement
class ExternalReferenceLinkElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
link
ExternalReferenceLinkProperties link
-
properties
ExternalReferenceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.FeedbackTargetElement
class FeedbackTargetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isPublic
boolean isPublic
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GlossaryCategoryElement
class GlossaryCategoryElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
glossaryCategoryProperties
GlossaryCategoryProperties glossaryCategoryProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GlossaryElement
class GlossaryElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
glossaryProperties
GlossaryProperties glossaryProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GovernanceActionElement
class GovernanceActionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionTargetElements
List<ActionTargetElement> actionTargetElements
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
properties
GovernanceActionProperties properties
-
requestSourceElements
List<RequestSourceElement> requestSourceElements
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GovernanceActionProcessElement
class GovernanceActionProcessElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
processProperties
GovernanceActionProcessProperties processProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GovernanceActionTypeElement
class GovernanceActionTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionTypeProperties
GovernanceActionTypeProperties actionTypeProperties
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.InformalTagElement
class InformalTagElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
feedbackTargetElement
FeedbackTargetElement feedbackTargetElement
-
properties
InformalTagProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.LikeElement
class LikeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
feedbackTargetElement
FeedbackTargetElement feedbackTargetElement
-
properties
LikeProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.LineageMappingElement
class LineageMappingElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lineageMappingHeader
ElementHeader lineageMappingHeader
-
lineageMappingProperties
LineageMappingProperties lineageMappingProperties
-
sourceElement
ElementHeader sourceElement
-
targetElement
ElementHeader targetElement
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NextGovernanceActionTypeElement
class NextGovernanceActionTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
guard
String guard
-
ignoreMultipleTriggers
boolean ignoreMultipleTriggers
-
mandatoryGuard
boolean mandatoryGuard
-
nextActionLinkGUID
String nextActionLinkGUID
-
nextActionType
GovernanceActionTypeElement nextActionType
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteElement
class NoteElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
feedbackTargetElement
FeedbackTargetElement feedbackTargetElement
-
lastUpdate
Date lastUpdate
-
properties
NoteProperties properties
-
user
String user
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteLogElement
class NoteLogElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
feedbackTargetElement
FeedbackTargetElement feedbackTargetElement
-
properties
NoteLogProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.PortElement
class PortElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
portProperties
PortProperties portProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ProcessCallElement
class ProcessCallElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
called
ElementHeader called
-
caller
ElementHeader caller
-
processCallHeader
ElementHeader processCallHeader
-
processCallProperties
ProcessCallProperties processCallProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ProcessElement
class ProcessElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
processProperties
ProcessProperties processProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.RatingElement
class RatingElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
feedbackTargetElement
FeedbackTargetElement feedbackTargetElement
-
properties
RatingProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.RelatedElement
class RelatedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.RelationshipElement
class RelationshipElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
end1GUID
ElementHeader end1GUID
-
end2GUID
ElementHeader end2GUID
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.RequestSourceElement
class RequestSourceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
originGovernanceEngine
String originGovernanceEngine
-
originGovernanceService
String originGovernanceService
-
requestSourceElement
ElementStub requestSourceElement
-
requestSourceName
String requestSourceName
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.SchemaAttributeElement
class SchemaAttributeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
schemaAttributeProperties
SchemaAttributeProperties schemaAttributeProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.SoftwareCapabilityElement
class SoftwareCapabilityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
softwareCapabilitiesProperties
SoftwareCapabilitiesProperties softwareCapabilitiesProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ValidValueElement
class ValidValueElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
validValueProperties
ValidValueProperties validValueProperties
-
-
-
Package org.odpi.openmetadata.accessservices.assetowner.events
-
Class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
class AssetOwnerOutTopicEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
elementHeader
ElementHeader elementHeader
-
elementProperties
Map<String,
Object> elementProperties -
eventTime
Date eventTime
-
eventType
AssetOwnerEventType eventType
-
eventVersionId
long eventVersionId
-
previousClassificationProperties
Map<String,
Object> previousClassificationProperties -
previousElementHeader
ElementHeader previousElementHeader
-
previousElementProperties
Map<String,
Object> previousElementProperties
-
-
-
Package org.odpi.openmetadata.accessservices.assetowner.properties
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationTypeProperties
class CertificationTypeProperties extends GovernanceDefinitionProperties implements Serializable-
Serialized Fields
-
details
String details
-
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
class GovernanceDefinitionProperties extends Object implements Serializable-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
description
String description
-
documentIdentifier
String documentIdentifier
-
domainIdentifier
int domainIdentifier
-
extendedProperties
Map<String,
Object> extendedProperties -
implications
List<String> implications
-
outcomes
List<String> outcomes
-
priority
String priority
-
results
List<String> results
-
scope
String scope
-
summary
String summary
-
title
String title
-
typeName
String typeName
-
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseTypeProperties
class LicenseTypeProperties extends GovernanceDefinitionProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
details
String details
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
class SchemaAttributeRelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.assetowner.rest
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.EmbeddedConnectionRequestBody
class EmbeddedConnectionRequestBody extends Object implements Serializable
-
-
Package org.odpi.openmetadata.accessservices.communityprofile.events
-
Class org.odpi.openmetadata.accessservices.communityprofile.events.CommunityProfileEventHeader
class CommunityProfileEventHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventVersionId
long eventVersionId
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.events.CommunityProfileOutboundEvent
class CommunityProfileOutboundEvent extends CommunityProfileEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
elementProperties
Map<String,
Object> elementProperties -
endOneElement
ElementStub endOneElement
-
endTwoElement
ElementStub endTwoElement
-
eventTime
Date eventTime
-
eventType
CommunityProfileOutboundEventType eventType
-
eventVersionId
long eventVersionId
-
isPublic
boolean isPublic
-
plateau
long plateau
-
pointsTotal
long pointsTotal
-
previousClassificationProperties
Map<String,
Object> previousClassificationProperties -
previousElementHeader
ElementStub previousElementHeader
-
previousElementProperties
Map<String,
Object> previousElementProperties -
principleElement
ElementStub principleElement
-
userId
String userId
-
-
-
Package org.odpi.openmetadata.accessservices.communityprofile.ffdc.exceptions
-
Exception org.odpi.openmetadata.accessservices.communityprofile.ffdc.exceptions.CommunityProfileCheckedExceptionBase
class CommunityProfileCheckedExceptionBase extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.accessservices.communityprofile.ffdc.exceptions.NoProfileForUserException
class NoProfileForUserException extends CommunityProfileCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
userId
String userId
-
-
-
Package org.odpi.openmetadata.accessservices.communityprofile.metadataelements
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ActorProfileElement
class ActorProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
businessCapability
List<RelatedElement> businessCapability
-
contactMethods
List<ContactMethodElement> contactMethods
-
contributionRecord
ContributionRecordElement contributionRecord
-
elementHeader
ElementHeader elementHeader
-
linkedInfrastructure
List<ElementStub> linkedInfrastructure
-
locations
List<ProfileLocationElement> locations
-
peers
List<ElementStub> peers
-
personRoles
List<ElementStub> personRoles
-
profileProperties
ActorProfileProperties profileProperties
-
subTeams
List<ElementStub> subTeams
-
superTeam
ElementStub superTeam
-
teamLeaderRoles
List<ElementStub> teamLeaderRoles
-
teamMemberRoles
List<ElementStub> teamMemberRoles
-
userIdentities
List<ProfileIdentityElement> userIdentities
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CollectionElement
class CollectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
CollectionProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CommentElement
class CommentElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
CommentProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CommunityElement
class CommunityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
CommunityProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CommunityMembershipElement
class CommunityMembershipElement extends PersonalRoleElement implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
community
ElementStub community
-
membershipType
CommunityMembershipType membershipType
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ContactMethodElement
class ContactMethodElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ContactMethodProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ContributionRecordElement
class ContributionRecordElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ContributionRecord properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ExternalReferenceElement
class ExternalReferenceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ExternalReferenceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.InformalTagElement
class InformalTagElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
InformalTagProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.LikeElement
class LikeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
LikeProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.LocationElement
class LocationElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
locationProperties
LocationProperties locationProperties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.MetadataSourceElement
class MetadataSourceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
MetadataSourceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.NoteLogEntryElement
class NoteLogEntryElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
NoteLogEntryProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.NoteLogHeaderElement
class NoteLogHeaderElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
NoteLogHeaderProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.PersonalRoleElement
class PersonalRoleElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
PersonalRoleProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.PersonRoleAppointee
class PersonRoleAppointee extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
profile
ActorProfileElement profile
-
properties
AppointmentProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.PersonRoleElement
class PersonRoleElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
PersonRoleProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ProfileIdentityElement
class ProfileIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
profileIdentity
ProfileIdentityProperties profileIdentity
-
properties
UserIdentityElement properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ProfileLocationElement
class ProfileLocationElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
location
ElementStub location
-
properties
ProfileLocationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.RatingElement
class RatingElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
RatingProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.RelationshipElement
class RelationshipElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
end1GUID
ElementHeader end1GUID
-
end2GUID
ElementHeader end2GUID
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ResourceElement
class ResourceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ResourceProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.SecurityGroupElement
class SecurityGroupElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SecurityGroupProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.TeamMembershipElement
class TeamMembershipElement extends PersonalRoleElement implements Serializable-
Serialized Fields
-
leadershipRole
boolean leadershipRole
-
position
String position
-
team
ElementStub team
-
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.TeamProfileElement
class TeamProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
TeamProfileProperties properties
-
subTeams
List<ElementStub> subTeams
-
superTeam
ElementStub superTeam
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ToDoElement
class ToDoElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ToDoProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.UserIdentityElement
class UserIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
UserIdentityProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ValidValueElement
class ValidValueElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
relatedElement
RelatedElement relatedElement
-
validValueProperties
ValidValueProperties validValueProperties
-
-
-
Package org.odpi.openmetadata.accessservices.communityprofile.properties
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.AppointmentProperties
class AppointmentProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ClassificationProperties
class ClassificationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ContactMethodProperties
class ContactMethodProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethodService
String contactMethodService
-
contactMethodType
ContactMethodType contactMethodType
-
contactMethodValue
String contactMethodValue
-
contactType
String contactType
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
extendedProperties
Map<String,
Object> extendedProperties -
name
String name
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.DigitalLocationProperties
class DigitalLocationProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
networkAddress
String networkAddress
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ExternalReferenceProperties
class ExternalReferenceProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
extendedProperties
Map<String,
Object> extendedProperties -
linkDescription
String linkDescription
-
linkId
String linkId
-
owningOrganization
String owningOrganization
-
resourceDescription
String resourceDescription
-
resourceDisplayName
String resourceDisplayName
-
resourceId
String resourceId
-
resourceURL
String resourceURL
-
resourceVersion
String resourceVersion
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.FixedLocationProperties
class FixedLocationProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.GovernanceDefinitionProperties
class GovernanceDefinitionProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
description
String description
-
documentIdentifier
String documentIdentifier
-
domainIdentifier
int domainIdentifier
-
extendedProperties
Map<String,
Object> extendedProperties -
implications
List<String> implications
-
outcomes
List<String> outcomes
-
priority
String priority
-
results
List<String> results
-
scope
String scope
-
status
GovernanceDefinitionStatus status
-
summary
String summary
-
title
String title
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.InformalTagProperties
class InformalTagProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.LikeProperties
class LikeProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isPublic
boolean isPublic
-
user
String user
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.RatingProperties
class RatingProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isPublic
boolean isPublic
-
review
String review
-
starRating
StarRating starRating
-
user
String user
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.SecureLocationProperties
class SecureLocationProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.SecurityGroupProperties
class SecurityGroupProperties extends GovernanceDefinitionProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
distinguishedName
String distinguishedName
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.communityprofile.rest
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.EffectiveTimeRequestBody
class EffectiveTimeRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveTime
Date effectiveTime
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.TemplateRequestBody
class TemplateRequestBody extends TemplateProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.dataengine.event
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DatabaseEvent
class DatabaseEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
database
Database database
The database to be created
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DatabaseSchemaEvent
class DatabaseSchemaEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
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
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
class DataEngineEventHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataEngineEventType
DataEngineEventType dataEngineEventType
The Data Engine event type -
externalSourceName
String externalSourceName
The external source type unique name -
userId
String userId
Producer user ID
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineRegistrationEvent
class DataEngineRegistrationEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
engine
Engine engine
Engine
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DataFileEvent
class DataFileEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataFile
DataFile dataFile
The data file to be created
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DataFlowsEvent
class DataFlowsEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DeleteEvent
class DeleteEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
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.EventTypeEvent
class EventTypeEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.event.FindEvent
class FindEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
findRequestBody
FindRequestBody findRequestBody
The find request body
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.PortImplementationEvent
class PortImplementationEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
portImplementation
PortImplementation portImplementation
The port implementation -
processQualifiedName
String processQualifiedName
The process qualified name
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.ProcessEvent
class ProcessEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
process
Process process
The process
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.ProcessHierarchyEvent
class ProcessHierarchyEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processHierarchy
ProcessHierarchy processHierarchy
The process hierarchy
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.ProcessingStateEvent
class ProcessingStateEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processingState
ProcessingState processingState
The processing state.
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.ProcessListEvent
class ProcessListEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.event.RelationalTableEvent
class RelationalTableEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseSchemaQualifiedName
String databaseSchemaQualifiedName
The qualified name of the database schema -
relationalTable
RelationalTable relationalTable
The relational table to be created
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.SchemaTypeEvent
class SchemaTypeEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
portQualifiedName
String portQualifiedName
The port qualified name -
schemaType
SchemaType schemaType
The schema type
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.TopicEvent
class TopicEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
topic
Topic topic
The topic to be created
-
-
-
Package org.odpi.openmetadata.accessservices.dataengine.model
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Asset
class 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
class 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
class Collection extends Referenceable implements Serializable-
Serialized Fields
-
name
String name
The name of the collection
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Connection
class 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
class 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
class CSVFile extends DataFile implements Serializable -
Class org.odpi.openmetadata.accessservices.dataengine.model.Database
class Database extends DataStore implements Serializable-
Serialized Fields
-
databaseImportedFrom
String databaseImportedFrom
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 -
incomplete
boolean incomplete
Determines if the database is incomplete -
networkAddress
String networkAddress
The Endpoint network address -
protocol
String protocol
The Endpoint protocol -
tables
List<RelationalTable> tables
The relational tables inside the database
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.DatabaseSchema
class DatabaseSchema extends Asset implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
incomplete
boolean incomplete
Determines if the database schema is incomplete
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.DataFile
class DataFile extends DataStore implements Serializable-
Serialized Fields
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.DataFlow
class DataFlow extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.model.DataStore
class 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
class Endpoint extends Referenceable implements Serializable-
Serialized Fields
-
description
String description
The description of the endpoint -
displayName
String displayName
The display name of the endpoint -
encryptionMethod
String encryptionMethod
The encryption method of the endpoint -
name
String name
The name of the endpoint -
networkAddress
String networkAddress
The network address of the endpoint -
protocol
String protocol
The protocol of the endpoint
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Engine
class Engine 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
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.EventType
class EventType extends SchemaType implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.model.FileFolder
class FileFolder extends DataStore implements Serializable -
Class org.odpi.openmetadata.accessservices.dataengine.model.ParentProcess
class 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
class 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.PortImplementation
class PortImplementation extends Port implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaType
SchemaType schemaType
The schema type
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Process
class Process extends Asset implements Serializable-
Serialized Fields
-
collection
Collection collection
The collection to which the process belongs -
dataFlows
List<DataFlow> dataFlows
The data flows -
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 -
name
String name
The process name -
parentProcesses
List<ParentProcess> parentProcesses
The parent processes -
portImplementations
List<PortImplementation> portImplementations
The port implementations -
updateSemantic
UpdateSemantic updateSemantic
The update semantic
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.ProcessHierarchy
class 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.ProcessingState
class ProcessingState extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
class Referenceable extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.model.RelationalColumn
class RelationalColumn extends Attribute implements Serializable-
Serialized Fields
-
formula
String formula
The name of the formula
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.RelationalTable
class RelationalTable extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aliases
List<String> aliases
The list of aliases of the relational table -
columns
List<RelationalColumn> columns
The list of columns of the relational table -
description
String description
The description of the relational table -
displayName
String displayName
The display name of the relational table -
incomplete
boolean incomplete
Determines if the table is incomplete -
isDeprecated
boolean isDeprecated
Determines if the relational table if deprecated -
type
String type
The type of the relational table
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.SchemaType
class SchemaType extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeList
List<Attribute> attributeList
The attribute list -
author
String author
The author -
description
String description
The stored description property associated with the schema type -
displayName
String displayName
The display name -
encodingStandard
String encodingStandard
The encoding standard -
isDeprecated
boolean isDeprecated
Determines if the schema type is deprecated -
namespace
String namespace
The he name of the namespace that this schema type belongs to -
type
String type
The type -
usage
String usage
The usage -
versionNumber
String versionNumber
The version number
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Topic
class Topic extends Asset implements Serializable
-
-
Package org.odpi.openmetadata.accessservices.dataengine.rest
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DatabaseRequestBody
class DatabaseRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
database
Database database
The database to be created
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DatabaseSchemaRequestBody
class DatabaseSchemaRequestBody extends DataEngineOMASAPIRequestBody 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
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
class DataEngineOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
externalSourceName
String externalSourceName
The unique name of the external source
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineRegistrationRequestBody
class DataEngineRegistrationRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
engine
Engine engine
Engine
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DataFileRequestBody
class DataFileRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
dataFile
DataFile dataFile
The data file to be created
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DataFlowsRequestBody
class DataFlowsRequestBody extends DataEngineOMASAPIRequestBody implements Serializable -
Class org.odpi.openmetadata.accessservices.dataengine.rest.DeleteRequestBody
class 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.EventTypeRequestBody
class EventTypeRequestBody extends DataEngineOMASAPIRequestBody implements Serializable -
Class org.odpi.openmetadata.accessservices.dataengine.rest.FindRequestBody
class 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.PortImplementationRequestBody
class PortImplementationRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
portImplementation
PortImplementation portImplementation
The port implementation -
processQualifiedName
String processQualifiedName
The process qualified name
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.ProcessHierarchyRequestBody
class ProcessHierarchyRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
processHierarchy
ProcessHierarchy processHierarchy
The process hierarchy
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.ProcessingStateRequestBody
class ProcessingStateRequestBody extends DataEngineOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processingState
ProcessingState processingState
The sync state to be created
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.ProcessRequestBody
class ProcessRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
process
Process process
The process
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.RelationalTableRequestBody
class RelationalTableRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
databaseSchemaQualifiedName
String databaseSchemaQualifiedName
The qualified name of the database schema -
relationalTable
RelationalTable relationalTable
The relational table to be created
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.SchemaTypeRequestBody
class SchemaTypeRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
schemaType
SchemaType schemaType
The schema type
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.TopicRequestBody
class TopicRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
topic
Topic topic
The topic to be created
-
-
-
-
Package org.odpi.openmetadata.accessservices.datamanager.events
-
Class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerEventHeader
class DataManagerEventHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventVersionId
long eventVersionId
-
-
Class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
class DataManagerOutboundEvent extends DataManagerEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
endOneElement
ElementStub endOneElement
-
endTwoElement
ElementStub endTwoElement
-
eventType
DataManagerOutboundEventType eventType
-
principleElement
ElementStub principleElement
-
-
-
Package org.odpi.openmetadata.accessservices.datamanager.metadataelements
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.APIElement
class APIElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
apiProperties
APIProperties apiProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.APIOperationElement
class APIOperationElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
APIOperationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.APIParameterElement
class APIParameterElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
APIParameterProperties properties
-
type
SchemaTypeElement type
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.APIParameterListElement
class APIParameterListElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
parameterCount
int parameterCount
-
parameterListType
APIParameterListType parameterListType
-
properties
APIParameterListProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ConnectionElement
class ConnectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionProperties
ConnectionProperties connectionProperties
-
connectorType
ElementStub connectorType
-
elementHeader
ElementHeader elementHeader
-
embeddedConnections
List<EmbeddedConnection> embeddedConnections
-
endpoint
ElementStub endpoint
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ConnectorTypeElement
class ConnectorTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorTypeProperties
ConnectorTypeProperties connectorTypeProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
class DatabaseColumnElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseColumnProperties
DatabaseColumnProperties databaseColumnProperties
-
elementHeader
ElementHeader elementHeader
-
foreignKeyProperties
DatabaseForeignKeyProperties foreignKeyProperties
-
primaryKeyProperties
DatabasePrimaryKeyProperties primaryKeyProperties
-
referencedColumnGUID
String referencedColumnGUID
-
referencedColumnQualifiedName
String referencedColumnQualifiedName
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnTypeElement
class DatabaseColumnTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseColumnTypeProperties
SchemaTypeProperties databaseColumnTypeProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseElement
class DatabaseElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseProperties
DatabaseProperties databaseProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseSchemaElement
class DatabaseSchemaElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseSchemaProperties
DatabaseSchemaProperties databaseSchemaProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseTableElement
class DatabaseTableElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseColumnCount
int databaseColumnCount
-
databaseTableProperties
DatabaseTableProperties databaseTableProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseViewElement
class DatabaseViewElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseViewProperties
DatabaseViewProperties databaseViewProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DataContainerElement
class DataContainerElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
DataContainerProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DataFieldElement
class DataFieldElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
DataFieldProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DataFileElement
class DataFileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataFileProperties
DataFileProperties dataFileProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.EmbeddedConnection
class EmbeddedConnection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Map<String,
Object> arguments -
displayName
String displayName
-
embeddedConnection
ElementStub embeddedConnection
-
position
int position
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.EndpointElement
class EndpointElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
endpointProperties
EndpointProperties endpointProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.EventTypeElement
class EventTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
EventTypeProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ExternalReferenceElement
class ExternalReferenceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ExternalReferenceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileFolderElement
class FileFolderElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
fileFolderProperties
FileFolderProperties fileFolderProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileSystemElement
class FileSystemElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
fileSystemProperties
FileSystemProperties fileSystemProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FormElement
class FormElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
FormProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.QueryElement
class QueryElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
QueryProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.RelatedElement
class RelatedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.RelationshipElement
class RelationshipElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
end1GUID
ElementHeader end1GUID
-
end2GUID
ElementHeader end2GUID
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ReportElement
class ReportElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ReportProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.SchemaAttributeElement
class SchemaAttributeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SchemaAttributeProperties properties
-
type
SchemaTypeElement type
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.SoftwareCapabilityElement
class SoftwareCapabilityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
softwareCapabilitiesProperties
SoftwareCapabilitiesProperties softwareCapabilitiesProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.TabularColumnElement
class TabularColumnElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
tabularColumnProperties
TabularColumnProperties tabularColumnProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.TopicElement
class TopicElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
TopicProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.TopicSchemaElement
class TopicSchemaElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
EventSchemaAttributeProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ValidValueElement
class ValidValueElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
relatedElement
RelatedElement relatedElement
-
validValueProperties
ValidValueProperties validValueProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ValidValueSetElement
class ValidValueSetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ValidValueSetProperties properties
-
-
-
Package org.odpi.openmetadata.accessservices.datamanager.properties
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.APIManagerProperties
class APIManagerProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.APIOperationProperties
class APIOperationProperties extends ComplexSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.APIParameterListProperties
class APIParameterListProperties extends ComplexSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
required
boolean required
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.APIParameterProperties
class APIParameterProperties extends SchemaAttributeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parameterType
String parameterType
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.APIProperties
class APIProperties extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ApplicationProperties
class ApplicationProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ArchiveProperties
class ArchiveProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
class AssetProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ClassificationProperties
class ClassificationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ComplexSchemaTypeProperties
class ComplexSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ConnectionProperties
class ConnectionProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ConnectorTypeProperties
class ConnectorTypeProperties extends ReferenceableProperties 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.datamanager.properties.DatabaseColumnProperties
class DatabaseColumnProperties extends TabularColumnProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formula
String formula
-
queries
List<DatabaseQueryProperties> queries
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
class DatabaseForeignKeyProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseManagerProperties
class DatabaseManagerProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabasePrimaryKeyProperties
class DatabasePrimaryKeyProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
keyPattern
KeyPattern keyPattern
-
name
String name
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
class DatabaseProperties extends DataStoreProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseQueryProperties
class DatabaseQueryProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseSchemaProperties
class DatabaseSchemaProperties extends DataSetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseSchemaTypeProperties
class DatabaseSchemaTypeProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseTableProperties
class DatabaseTableProperties extends SchemaElementProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseViewProperties
class DatabaseViewProperties extends DatabaseTableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formula
String formula
-
queries
List<DatabaseQueryProperties> queries
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DataContainerProperties
class DataContainerProperties extends SchemaElementProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementPosition
int elementPosition
-
maxCardinality
int maxCardinality
-
minCardinality
int minCardinality
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DataFieldProperties
class DataFieldProperties extends SchemaAttributeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DataFileProperties
class DataFileProperties extends DataStoreProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fileType
String fileType
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DataProcessingEngineProperties
class DataProcessingEngineProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DataSetProperties
class DataSetProperties extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
class DataStoreProperties extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DerivedSchemaTypeQueryTargetProperties
class DerivedSchemaTypeQueryTargetProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
class EndpointProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.EnumSchemaTypeProperties
class EnumSchemaTypeProperties extends SimpleSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueSetGUID
String validValueSetGUID
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.EventBrokerProperties
class EventBrokerProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.EventSchemaAttributeProperties
class EventSchemaAttributeProperties extends SchemaAttributeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.EventTypeListProperties
class EventTypeListProperties extends SchemaTypeChoiceProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.EventTypeProperties
class EventTypeProperties extends ComplexSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ExternalReferenceProperties
class ExternalReferenceProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
extendedProperties
Map<String,
Object> extendedProperties -
linkDescription
String linkDescription
-
linkId
String linkId
-
owningOrganization
String owningOrganization
-
resourceDescription
String resourceDescription
-
resourceDisplayName
String resourceDisplayName
-
resourceId
String resourceId
-
resourceURL
String resourceURL
-
resourceVersion
String resourceVersion
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ExternalSchemaTypeProperties
class ExternalSchemaTypeProperties extends SimpleSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.FileFolderProperties
class FileFolderProperties extends DataStoreProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.FileManagerProperties
class FileManagerProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
class FileSystemProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.FormProperties
class FormProperties extends DataSetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.LiteralSchemaTypeProperties
class LiteralSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.MapSchemaTypeProperties
class MapSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.PrimitiveSchemaTypeProperties
class PrimitiveSchemaTypeProperties extends SimpleSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.QueryProperties
class QueryProperties extends DataSetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceValueAssignmentProperties
class ReferenceValueAssignmentProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.RelationshipProperties
class RelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ReportProperties
class ReportProperties extends DataSetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
class SchemaAttributeProperties extends SchemaElementProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aliases
List<String> aliases
-
allowsDuplicateValues
boolean allowsDuplicateValues
-
dataType
String dataType
-
defaultValue
String defaultValue
-
defaultValueOverride
String defaultValueOverride
-
elementPosition
int elementPosition
-
externalTypeGUID
String externalTypeGUID
-
fixedValue
String fixedValue
-
isNullable
boolean isNullable
-
length
int length
-
maxCardinality
int maxCardinality
-
minCardinality
int minCardinality
-
minimumLength
int minimumLength
-
nativeJavaClass
String nativeJavaClass
-
orderedValues
boolean orderedValues
-
precision
int precision
-
sortOrder
DataItemSortOrder sortOrder
-
validValuesSetGUID
String validValuesSetGUID
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
class SchemaElementProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeChoiceProperties
class SchemaTypeChoiceProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
class SchemaTypeProperties extends SchemaElementProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.SimpleSchemaTypeProperties
class SimpleSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareCapabilitiesProperties
class SoftwareCapabilitiesProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.StructSchemaTypeProperties
class StructSchemaTypeProperties extends ComplexSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.TabularColumnProperties
class TabularColumnProperties extends SchemaAttributeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.TabularSchemaTypeProperties
class TabularSchemaTypeProperties extends ComplexSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.TopicProperties
class TopicProperties extends DataSetProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
topicType
String topicType
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ValidValueAssignmentProperties
class ValidValueAssignmentProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
strictRequirement
boolean strictRequirement
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ValidValueMembershipProperties
class ValidValueMembershipProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isDefaultValue
boolean isDefaultValue
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ValidValueProperties
class ValidValueProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ValidValueSetProperties
class ValidValueSetProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.datamanager.rest
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIManagerRequestBody
class APIManagerRequestBody extends APIManagerProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIOperationRequestBody
class APIOperationRequestBody extends APIOperationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIParameterListRequestBody
class APIParameterListRequestBody extends APIParameterListProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIRequestBody
class APIRequestBody extends APIProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ApplicationRequestBody
class ApplicationRequestBody extends ApplicationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ArchiveRequestBody
class ArchiveRequestBody extends ArchiveProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.AssetConnectionRequestBody
class AssetConnectionRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetSummary
String assetSummary
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ClassificationRequestBody
class ClassificationRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ClassificationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ConnectionRequestBody
class ConnectionRequestBody extends ConnectionProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ConnectorTypeRequestBody
class ConnectorTypeRequestBody extends ConnectorTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseManagerRequestBody
class DatabaseManagerRequestBody extends DatabaseManagerProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataContainerRequestBody
class DataContainerRequestBody extends DataContainerProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataFieldRequestBody
class DataFieldRequestBody extends DataFieldProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataFileRequestBody
class DataFileRequestBody extends DataFileProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataFolderRequestBody
class DataFolderRequestBody extends FileFolderProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataManagerOMASAPIRequestBody
class DataManagerOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataProcessingEngineRequestBody
class DataProcessingEngineRequestBody extends DataProcessingEngineProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DerivedSchemaTypeQueryTargetRequestBody
class DerivedSchemaTypeQueryTargetRequestBody extends DerivedSchemaTypeQueryTargetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.EmbeddedConnectionRequestBody
class EmbeddedConnectionRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.EndpointRequestBody
class EndpointRequestBody extends EndpointProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.EnumSchemaTypeRequestBody
class EnumSchemaTypeRequestBody extends EnumSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.EventBrokerRequestBody
class EventBrokerRequestBody extends EventBrokerProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.EventTypeRequestBody
class EventTypeRequestBody extends EventTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ExternalReferenceLinkRequestBody
class ExternalReferenceLinkRequestBody extends DataManagerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ExternalReferenceRequestBody
class ExternalReferenceRequestBody extends ExternalReferenceProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
anchorGUID
String anchorGUID
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ExternalSourceRequestBody
class ExternalSourceRequestBody extends DataManagerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.FileManagerRequestBody
class FileManagerRequestBody extends FileManagerProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.FileSystemRequestBody
class FileSystemRequestBody extends FileSystemProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.FormRequestBody
class FormRequestBody extends FormProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.FormulaRequestBody
class FormulaRequestBody extends DataManagerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.LiteralSchemaTypeRequestBody
class LiteralSchemaTypeRequestBody extends LiteralSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.MapSchemaTypeRequestBody
class MapSchemaTypeRequestBody extends MapSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody
class MetadataSourceRequestBody extends DataManagerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.PathNameRequestBody
class PathNameRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fullPath
String fullPath
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.PrimitiveSchemaTypeRequestBody
class PrimitiveSchemaTypeRequestBody extends PrimitiveSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.QueryRequestBody
class QueryRequestBody extends QueryProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ReferenceableRequestBody
class ReferenceableRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parentGUID
String parentGUID
-
properties
ReferenceableProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.RelationshipRequestBody
class RelationshipRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
RelationshipProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ReportRequestBody
class ReportRequestBody extends ReportProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.SchemaAttributeRequestBody
class SchemaAttributeRequestBody extends SchemaAttributeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.SchemaTypeChoiceRequestBody
class SchemaTypeChoiceRequestBody extends SchemaTypeChoiceProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.SchemaTypeRequestBody
class SchemaTypeRequestBody extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.SoftwareCapabilityRequestBody
class SoftwareCapabilityRequestBody extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.StructSchemaTypeRequestBody
class StructSchemaTypeRequestBody extends StructSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody
class TemplateRequestBody extends TemplateProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.TopicRequestBody
class TopicRequestBody extends TopicProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.dataprivacy.properties
-
Class org.odpi.openmetadata.accessservices.dataprivacy.properties.Classification
class Classification extends DataPrivacyElementHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataprivacy.properties.DataPrivacyElementHeader
class DataPrivacyElementHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataprivacy.properties.DigitalService
class DigitalService extends DataPrivacyElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
Object> additionalProperties -
classifications
List<Classification> classifications
-
description
String description
-
displayName
String displayName
-
guid
String guid
-
implementationStyle
DigitalServiceImplementationStyle implementationStyle
-
qualifiedName
String qualifiedName
-
responsibility
DigitalServiceResponsibility responsibility
-
status
DigitalServiceStatus status
-
typeDescription
String typeDescription
-
typeId
String typeId
-
typeName
String typeName
-
typeVersion
long typeVersion
-
url
String url
-
visibility
DigitalServiceVisibility visibility
-
-
Class org.odpi.openmetadata.accessservices.dataprivacy.properties.DigitalServiceDependency
class DigitalServiceDependency extends DataPrivacyElementHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataprivacy.properties.DigitalServiceDependencyGraph
class DigitalServiceDependencyGraph extends DataPrivacyElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
digitalServiceDependencies
List<DigitalServiceDependency> digitalServiceDependencies
-
direction
DigitalServiceDependencyDirection direction
-
relatedDigitalServices
List<DigitalService> relatedDigitalServices
-
root
DigitalService root
-
-
-
Package org.odpi.openmetadata.accessservices.datascience.rest
-
Class org.odpi.openmetadata.accessservices.datascience.rest.DataScienceOMASAPIRequestBody
class DataScienceOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.designmodel.rest
-
Class org.odpi.openmetadata.accessservices.designmodel.rest.DesignModelOMASAPIRequestBody
class DesignModelOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.devops.metadataelements
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.AssetElement
class AssetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
AssetProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.ConnectionElement
class ConnectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionProperties
ConnectionProperties connectionProperties
-
connectorType
ElementStub connectorType
-
elementHeader
ElementHeader elementHeader
-
embeddedConnections
List<EmbeddedConnection> embeddedConnections
-
endpoint
ElementStub endpoint
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.ConnectorTypeElement
class ConnectorTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorTypeProperties
ConnectorTypeProperties connectorTypeProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.ContactMethodElement
class ContactMethodElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ContactMethodProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.EmbeddedConnection
class EmbeddedConnection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Map<String,
Object> arguments -
displayName
String displayName
-
embeddedConnection
ElementStub embeddedConnection
-
position
int position
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.EndpointElement
class EndpointElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
endpointProperties
EndpointProperties endpointProperties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.HostElement
class HostElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
HostProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.ITProfileElement
class ITProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethods
List<ContactMethodElement> contactMethods
-
elementHeader
ElementHeader elementHeader
-
linkedInfrastructure
List<ElementStub> linkedInfrastructure
-
profileProperties
ITProfileProperties profileProperties
-
userIdentities
List<ProfileIdentityElement> userIdentities
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.OperatingPlatformElement
class OperatingPlatformElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
endpointProperties
EndpointProperties endpointProperties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.PlatformDeploymentElement
class PlatformDeploymentElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
hostElement
ElementStub hostElement
-
platformDeploymentProperties
PlatformDeploymentProperties platformDeploymentProperties
-
platformElement
ElementStub platformElement
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.ProfileIdentityElement
class ProfileIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
profileIdentity
ProfileIdentityProperties profileIdentity
-
properties
UserIdentityElement properties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.ServerAssetUseElement
class ServerAssetUseElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asset
AssetElement asset
-
capabilityStub
ElementStub capabilityStub
-
serverAssetUse
ServerAssetUseProperties serverAssetUse
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.SoftwareCapabilityElement
class SoftwareCapabilityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SoftwareCapabilityProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.SoftwareServerElement
class SoftwareServerElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SoftwareServerProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.SoftwareServerPlatformElement
class SoftwareServerPlatformElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SoftwareServerPlatformProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.SupportedCapabilityElement
class SupportedCapabilityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
capabilityElement
SoftwareCapabilityElement capabilityElement
-
elementHeader
ElementHeader elementHeader
-
supportedCapabilityProperties
SupportedCapabilityProperties supportedCapabilityProperties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.UserIdentityElement
class UserIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
UserIdentityProperties properties
-
-
-
Package org.odpi.openmetadata.accessservices.devops.properties
-
Class org.odpi.openmetadata.accessservices.devops.properties.ActorProfileProperties
class ActorProfileProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.AssetProperties
class AssetProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.ConfigurationItemProperties
class ConfigurationItemProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.ConfigurationItemRelationshipProperties
class ConfigurationItemRelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.ConnectionProperties
class ConnectionProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.devops.properties.ConnectorTypeProperties
class ConnectorTypeProperties extends ConfigurationItemProperties 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.devops.properties.ContactMethodProperties
class ContactMethodProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.EndpointProperties
class EndpointProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.HostProperties
class HostProperties extends ITInfrastructureProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.ITInfrastructureProperties
class ITInfrastructureProperties extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.ITProfileProperties
class ITProfileProperties extends ActorProfileProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.OperatingPlatformProperties
class OperatingPlatformProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
byteOrdering
ByteOrdering byteOrdering
-
description
String description
-
displayName
String displayName
-
operatingSystem
String operatingSystem
-
-
Class org.odpi.openmetadata.accessservices.devops.properties.PlatformDeploymentProperties
class PlatformDeploymentProperties extends ConfigurationItemRelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deployer
String deployer
-
deploymentTime
Date deploymentTime
-
platformDeploymentStatus
OperationalStatus platformDeploymentStatus
-
-
Class org.odpi.openmetadata.accessservices.devops.properties.ProfileIdentityProperties
class ProfileIdentityProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.ServerAssetUseProperties
class ServerAssetUseProperties extends ConfigurationItemRelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
maximumInstances
int maximumInstances
-
maximumInstancesSet
boolean maximumInstancesSet
-
minimumInstances
int minimumInstances
-
minimumInstancesSet
boolean minimumInstancesSet
-
useType
ServerAssetUseType useType
-
-
Class org.odpi.openmetadata.accessservices.devops.properties.SoftwareCapabilityProperties
class SoftwareCapabilityProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.SoftwareServerPlatformProperties
class SoftwareServerPlatformProperties extends ITInfrastructureProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.SoftwareServerProperties
class SoftwareServerProperties extends ITInfrastructureProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.SupportedCapabilityProperties
class SupportedCapabilityProperties extends ConfigurationItemRelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deployer
String deployer
-
deployerPropertyName
String deployerPropertyName
-
deployerTypeName
String deployerTypeName
-
deploymentTime
Date deploymentTime
-
serverCapabilityStatus
OperationalStatus serverCapabilityStatus
-
-
Class org.odpi.openmetadata.accessservices.devops.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.UserIdentityProperties
class UserIdentityProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
distinguishedName
String distinguishedName
-
-
-
Package org.odpi.openmetadata.accessservices.devops.rest
-
Class org.odpi.openmetadata.accessservices.devops.rest.AssetConnectionRequestBody
class AssetConnectionRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetSummary
String assetSummary
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.AssetRequestBody
class AssetRequestBody extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.ConnectionRequestBody
class ConnectionRequestBody extends ConnectionProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.ConnectorTypeRequestBody
class ConnectorTypeRequestBody extends ConnectorTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.ContactMethodRequestBody
class ContactMethodRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ContactMethodProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.DevOpsOMASAPIRequestBody
class DevOpsOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.EffectiveDatesRequestBody
class EffectiveDatesRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.EffectiveTimeMetadataSourceRequestBody
class EffectiveTimeMetadataSourceRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveTime
Date effectiveTime
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.EmbeddedConnectionRequestBody
class EmbeddedConnectionRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.EndpointRequestBody
class EndpointRequestBody extends EndpointProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.HostRequestBody
class HostRequestBody extends HostProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.ITProfileRequestBody
class ITProfileRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
itInfrastructureGUID
String itInfrastructureGUID
-
itUserId
String itUserId
-
properties
ITProfileProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.MetadataSourceRequestBody
class MetadataSourceRequestBody extends DevOpsOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.PlatformDeploymentRequestBody
class PlatformDeploymentRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
PlatformDeploymentProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.ProfileIdentityRequestBody
class ProfileIdentityRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ProfileIdentityProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.RelatedAssetsRequestBody
class RelatedAssetsRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.ServerAssetUseRequestBody
class ServerAssetUseRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ServerAssetUseProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.SoftwareCapabilityRequestBody
class SoftwareCapabilityRequestBody extends SoftwareCapabilityProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.SoftwareServerPlatformRequestBody
class SoftwareServerPlatformRequestBody extends SoftwareServerPlatformProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.SoftwareServerRequestBody
class SoftwareServerRequestBody extends SoftwareServerProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.SupportedCapabilityRequestBody
class SupportedCapabilityRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
SupportedCapabilityProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.TemplateRequestBody
class TemplateRequestBody extends TemplateProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.UserIdentityRequestBody
class UserIdentityRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
UserIdentityProperties properties
-
-
-
Package org.odpi.openmetadata.accessservices.digitalarchitecture.events
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
class DigitalArchitectureOutTopicEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
elementHeader
ElementHeader elementHeader
-
elementProperties
Map<String,
Object> elementProperties -
eventTime
Date eventTime
-
eventType
DigitalArchitectureEventType eventType
-
eventVersionId
long eventVersionId
-
previousClassificationProperties
Map<String,
Object> previousClassificationProperties -
previousElementHeader
ElementHeader previousElementHeader
-
previousElementProperties
Map<String,
Object> previousElementProperties
-
-
-
Package org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.CollectionElement
class CollectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
CollectionProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.CollectionMember
class CollectionMember extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dateAddedToCollection
Date dateAddedToCollection
-
elementHeader
ElementHeader elementHeader
-
membershipRationale
String membershipRationale
-
properties
ReferenceableProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ConnectionElement
class ConnectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionProperties
ConnectionProperties connectionProperties
-
connectorType
ElementStub connectorType
-
elementHeader
ElementHeader elementHeader
-
embeddedConnections
List<EmbeddedConnection> embeddedConnections
-
endpoint
ElementStub endpoint
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ConnectorTypeElement
class ConnectorTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorTypeProperties
ConnectorTypeProperties connectorTypeProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.EmbeddedConnection
class EmbeddedConnection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Map<String,
Object> arguments -
displayName
String displayName
-
embeddedConnection
ElementStub embeddedConnection
-
position
int position
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.EndpointElement
class EndpointElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
endpointProperties
EndpointProperties endpointProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.LocationElement
class LocationElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
locationProperties
LocationProperties locationProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ReferenceableElement
class ReferenceableElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
referenceableProperties
ReferenceableProperties referenceableProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ReferenceDataAssetElement
class ReferenceDataAssetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
referenceDataAssetProperties
ReferenceDataAssetProperties referenceDataAssetProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ReferenceValueAssignmentDefinitionElement
class ReferenceValueAssignmentDefinitionElement extends ReferenceValueAssignmentProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueElement
ValidValueElement validValueElement
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ReferenceValueAssignmentItemElement
class ReferenceValueAssignmentItemElement extends ReferenceValueAssignmentProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assignedItem
ReferenceableElement assignedItem
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.RelatedElement
class RelatedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.SubjectAreaElement
class SubjectAreaElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
associatedGovernanceDefinitions
List<ElementStub> associatedGovernanceDefinitions
-
elementHeader
ElementHeader elementHeader
-
nestedSubjectAreaGUIDs
List<String> nestedSubjectAreaGUIDs
-
parentSubjectAreaGUID
String parentSubjectAreaGUID
-
properties
SubjectAreaProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueAssignmentConsumerElement
class ValidValueAssignmentConsumerElement extends ValidValueAssignmentProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
consumer
ReferenceableElement consumer
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueAssignmentDefinitionElement
class ValidValueAssignmentDefinitionElement extends ValidValueAssignmentProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueElement
ValidValueElement validValueElement
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueElement
class ValidValueElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
isDefaultValue
boolean isDefaultValue
-
setGUID
String setGUID
-
validValueProperties
ValidValueProperties validValueProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueImplAssetElement
class ValidValueImplAssetElement extends ValidValuesImplProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
referenceDataAsset
ReferenceDataAssetElement referenceDataAsset
-
referenceDataConnections
List<Connection> referenceDataConnections
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueImplDefinitionElement
class ValidValueImplDefinitionElement extends ValidValuesImplProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueElement
ValidValueElement validValueElement
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueMappingElement
class ValidValueMappingElement extends ValidValuesMappingProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueElement
ValidValueElement validValueElement
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValuesMappingElement
class ValidValuesMappingElement extends ValidValuesMappingProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueElements
List<ValidValueElement> validValueElements
-
-
-
Package org.odpi.openmetadata.accessservices.digitalarchitecture.properties
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ClassificationProperties
class ClassificationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.CollectionProperties
class CollectionProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionOrdering
CollectionOrder collectionOrdering
-
description
String description
-
name
String name
-
orderPropertyName
String orderPropertyName
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ConnectionProperties
class ConnectionProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ConnectorTypeProperties
class ConnectorTypeProperties extends ReferenceableProperties 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.digitalarchitecture.properties.EndpointProperties
class EndpointProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.LocationProperties
class LocationProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.MeaningProperties
class MeaningProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceDataAssetProperties
class ReferenceDataAssetProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceValueAssignmentProperties
class ReferenceValueAssignmentProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.RelationshipProperties
class RelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.SubjectAreaClassificationProperties
class SubjectAreaClassificationProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
subjectAreaName
String subjectAreaName
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.SubjectAreaProperties
class SubjectAreaProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValueAssignmentProperties
class ValidValueAssignmentProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
strictRequirement
boolean strictRequirement
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValueMembershipProperties
class ValidValueMembershipProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isDefaultValue
boolean isDefaultValue
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValueProperties
class ValidValueProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValuesImplProperties
class ValidValuesImplProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValuesMappingProperties
class ValidValuesMappingProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.digitalarchitecture.rest
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.DigitalLocationRequestBody
class DigitalLocationRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
networkAddress
String networkAddress
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.EmbeddedConnectionRequestBody
class EmbeddedConnectionRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.FixedLocationRequestBody
class FixedLocationRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.SecureLocationRequestBody
class SecureLocationRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.digitalservice.events
-
Class org.odpi.openmetadata.accessservices.digitalservice.events.DigitalServiceEventHeader
class DigitalServiceEventHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventVersionId
long eventVersionId
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.events.DigitalServiceOutboundEvent
class DigitalServiceOutboundEvent extends DigitalServiceEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
endOneElement
ElementStub endOneElement
-
endTwoElement
ElementStub endTwoElement
-
eventType
DigitalServiceOutboundEventType eventType
-
principleElement
ElementStub principleElement
-
-
-
Package org.odpi.openmetadata.accessservices.digitalservice.metadataelements
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.AgreementRoleAppointee
class AgreementRoleAppointee extends PersonRoleAppointee implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
agreementRoleProperties
AgreementRoleProperties agreementRoleProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.Appointee
class Appointee extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
endDate
Date endDate
-
profile
ProfileElement profile
-
startDate
Date startDate
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.BusinessCapabilityElement
class BusinessCapabilityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
BusinessCapabilityProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.CollectionElement
class CollectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
CollectionProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.CollectionMember
class CollectionMember extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dateAddedToCollection
Date dateAddedToCollection
-
elementHeader
ElementHeader elementHeader
-
membershipRationale
String membershipRationale
-
properties
ReferenceableProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.ContactMethodElement
class ContactMethodElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ContactMethodProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.DigitalServiceElement
class DigitalServiceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
DigitalServiceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.PersonRoleAppointee
class PersonRoleAppointee extends PersonRoleElement implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.PersonRoleElement
class PersonRoleElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
PersonRoleProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.PersonRoleHistory
class PersonRoleHistory extends PersonRoleAppointee implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.ProfileElement
class ProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethods
List<ContactMethodElement> contactMethods
-
elementHeader
ElementHeader elementHeader
-
profileProperties
ActorProfileProperties profileProperties
-
userIdentities
List<UserIdentityElement> userIdentities
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.RelatedElement
class RelatedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.TeamProfileElement
class TeamProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
TeamProfileProperties properties
-
subTeams
List<ElementStub> subTeams
-
superTeam
ElementStub superTeam
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.UserIdentityElement
class UserIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
UserIdentityProperties properties
-
-
-
Package org.odpi.openmetadata.accessservices.digitalservice.properties
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.ActorProfileProperties
class ActorProfileProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.AgreementProperties
class AgreementProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.AgreementRoleProperties
class AgreementRoleProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
roleName
String roleName
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.BusinessCapabilityProperties
class BusinessCapabilityProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.CertificationTypeProperties
class CertificationTypeProperties extends GovernanceDefinitionProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
details
String details
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.ClassificationProperties
class ClassificationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.CollectionProperties
class CollectionProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionOrdering
CollectionOrder collectionOrdering
-
description
String description
-
name
String name
-
orderPropertyName
String orderPropertyName
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.ContactMethodProperties
class ContactMethodProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethodService
String contactMethodService
-
contactMethodType
ContactMethodType contactMethodType
-
contactMethodValue
String contactMethodValue
-
contactType
String contactType
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
extendedProperties
Map<String,
Object> extendedProperties -
name
String name
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalProductProperties
class DigitalProductProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
currentVersion
String currentVersion
-
description
String description
-
introductionDate
Date introductionDate
-
maturity
String maturity
-
nextVersion
Date nextVersion
-
productName
String productName
-
productType
String productType
-
serviceLife
String serviceLife
-
withdrawDate
Date withdrawDate
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalServiceDependencyProperties
class DigitalServiceDependencyProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalServiceOperatorProperties
class DigitalServiceOperatorProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
scope
String scope
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalServiceProperties
class DigitalServiceProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalSubscriptionProperties
class DigitalSubscriptionProperties extends AgreementProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalSupportProperties
class DigitalSupportProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.GovernanceDefinitionProperties
class GovernanceDefinitionProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.LicenseProperties
class LicenseProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
conditions
String conditions
-
custodian
String custodian
-
custodianPropertyName
String custodianPropertyName
-
custodianTypeName
String custodianTypeName
-
endDate
Date endDate
-
entitlements
Map<String,
String> entitlements -
licensedBy
String licensedBy
-
licensedByPropertyName
String licensedByPropertyName
-
licensedByTypeName
String licensedByTypeName
-
licensee
String licensee
-
licenseePropertyName
String licenseePropertyName
-
licenseeTypeName
String licenseeTypeName
-
licenseId
String licenseId
-
notes
String notes
-
obligations
Map<String,
String> obligations -
restrictions
Map<String,
String> restrictions -
startDate
Date startDate
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.LicenseTypeProperties
class LicenseTypeProperties extends GovernanceDefinitionProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
details
String details
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.OrganizationalCapabilityProperties
class OrganizationalCapabilityProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
scope
String scope
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.PersonalRoleProperties
class PersonalRoleProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.PersonRoleProperties
class PersonRoleProperties extends PersonalRoleProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
headCount
int headCount
-
headCountLimitSet
boolean headCountLimitSet
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.RelationshipProperties
class RelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.SolutionComponentProperties
class SolutionComponentProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.TeamProfileProperties
class TeamProfileProperties extends ActorProfileProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.UserIdentityProperties
class UserIdentityProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.digitalservice.rest
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.ClassificationRequestBody
class ClassificationRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ClassificationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.DigitalServiceOMASAPIRequestBody
class DigitalServiceOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.ExternalSourceRequestBody
class ExternalSourceRequestBody extends DigitalServiceOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.ReferenceableRequestBody
class ReferenceableRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parentGUID
String parentGUID
-
properties
ReferenceableProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.RelationshipRequestBody
class RelationshipRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
RelationshipProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.TemplateRequestBody
class TemplateRequestBody extends TemplateProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.discoveryengine.events
-
Class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineConfigurationEvent
class DiscoveryEngineConfigurationEvent extends DiscoveryEngineEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEvent
class DiscoveryEngineEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventType
DiscoveryEngineEventType eventType
-
eventVersionId
long eventVersionId
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryServiceConfigurationEvent
class DiscoveryServiceConfigurationEvent extends DiscoveryEngineConfigurationEvent implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.discoveryengine.rest
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.AnnotationRequestBody
class AnnotationRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commentText
String commentText
-
commentType
CommentType commentType
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DeleteRequestBody
class DeleteRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
qualifiedName
String qualifiedName
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DiscoveryAnalysisReportRequestBody
class DiscoveryAnalysisReportRequestBody extends ReferenceableRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
analysisParameters
Map<String,
String> analysisParameters -
analysisStep
String analysisStep
-
creationDate
Date creationDate
-
description
String description
-
discoveryEngineGUID
String discoveryEngineGUID
-
discoveryRequestStatus
DiscoveryRequestStatus discoveryRequestStatus
-
discoveryServiceGUID
String discoveryServiceGUID
-
displayName
String displayName
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DiscoveryRequestRequestBody
class DiscoveryRequestRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DiscoveryServiceRegistrationRequestBody
class DiscoveryServiceRegistrationRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.NewDiscoveryEngineRequestBody
class NewDiscoveryEngineRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.NewDiscoveryServiceRequestBody
class NewDiscoveryServiceRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
description
String description
-
displayName
String displayName
-
qualifiedName
String qualifiedName
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.ODFOMASAPIRequestBody
class ODFOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.ReferenceableRequestBody
class ReferenceableRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.StatusRequestBody
class StatusRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
annotationStatus
AnnotationStatus annotationStatus
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.UpdateDiscoveryEngineRequestBody
class UpdateDiscoveryEngineRequestBody extends NewDiscoveryEngineRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.UpdateDiscoveryServiceRequestBody
class UpdateDiscoveryServiceRequestBody extends NewDiscoveryServiceRequestBody implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.glossaryview.exception
-
Exception org.odpi.openmetadata.accessservices.glossaryview.exception.GlossaryViewOmasException
class GlossaryViewOmasException extends OMRSCheckedExceptionBase implements Serializable
-
-
Package org.odpi.openmetadata.accessservices.governanceengine.events
-
Class org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceActionEvent
class GovernanceActionEvent extends GovernanceEngineEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
governanceActionGUID
String governanceActionGUID
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceEngineConfigurationEvent
class GovernanceEngineConfigurationEvent extends GovernanceEngineEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceEngineEvent
class GovernanceEngineEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventType
GovernanceEngineEventType eventType
-
eventVersionId
long eventVersionId
-
governanceEngineGUID
String governanceEngineGUID
-
governanceEngineName
String governanceEngineName
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceServiceConfigurationEvent
class GovernanceServiceConfigurationEvent extends GovernanceEngineEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.events.WatchdogGovernanceServiceEvent
class WatchdogGovernanceServiceEvent extends GovernanceEngineEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
watchdogGovernanceEvent
WatchdogGovernanceEvent watchdogGovernanceEvent
-
-
-
Package org.odpi.openmetadata.accessservices.governanceengine.metadataelements
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.GovernanceActionElement
class GovernanceActionElement extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionStatus
GovernanceActionStatus actionStatus
-
actionTargetElements
List<ActionTargetElement> actionTargetElements
-
completionGuards
List<String> completionGuards
-
completionMessage
String completionMessage
-
completionTime
Date completionTime
-
description
String description
-
displayName
String displayName
-
domainIdentifier
int domainIdentifier
-
elementHeader
ElementHeader elementHeader
-
followOnActions
List<RelatedGovernanceActionElement> followOnActions
-
governanceActionTypeGUID
String governanceActionTypeGUID
-
governanceActionTypeName
String governanceActionTypeName
-
governanceEngineGUID
String governanceEngineGUID
-
governanceEngineName
String governanceEngineName
-
mandatoryGuards
List<String> mandatoryGuards
-
previousActions
List<RelatedGovernanceActionElement> previousActions
-
processingEngineUserId
String processingEngineUserId
-
processName
String processName
-
receivedGuards
List<String> receivedGuards
-
requestedTime
Date requestedTime
-
requestParameters
Map<String,
String> requestParameters -
requestSourceElements
List<RequestSourceElement> requestSourceElements
-
requestType
String requestType
-
startTime
Date startTime
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.GovernanceActionProcessElement
class GovernanceActionProcessElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
processProperties
GovernanceActionProcessProperties processProperties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.GovernanceActionTypeElement
class GovernanceActionTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionTypeProperties
GovernanceActionTypeProperties actionTypeProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.GovernanceEngineElement
class GovernanceEngineElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
GovernanceEngineProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.GovernanceServiceElement
class GovernanceServiceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
GovernanceServiceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.IntegrationConnectorElement
class IntegrationConnectorElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
catalogTargets
List<CatalogTarget> catalogTargets
-
elementHeader
ElementHeader elementHeader
-
properties
IntegrationConnectorProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.IntegrationGroupElement
class IntegrationGroupElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
IntegrationGroupProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.NextGovernanceActionTypeElement
class NextGovernanceActionTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
guard
String guard
-
mandatoryGuard
boolean mandatoryGuard
-
nextActionLinkGUID
String nextActionLinkGUID
-
nextActionType
GovernanceActionTypeElement nextActionType
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.RegisteredGovernanceServiceElement
class RegisteredGovernanceServiceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
RegisteredGovernanceService properties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.RegisteredIntegrationConnectorElement
class RegisteredIntegrationConnectorElement extends IntegrationConnectorElement implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorId
String connectorId
-
registrationProperties
RegisteredIntegrationConnectorProperties registrationProperties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.RelatedGovernanceActionElement
class RelatedGovernanceActionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
guard
String guard
-
ignoreMultipleTriggers
boolean ignoreMultipleTriggers
-
mandatoryGuard
boolean mandatoryGuard
-
relatedAction
ElementStub relatedAction
-
relatedActionLinkGUID
String relatedActionLinkGUID
-
-
-
Package org.odpi.openmetadata.accessservices.governanceengine.properties
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.CatalogTargetProperties
class CatalogTargetProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
catalogTargetName
String catalogTargetName
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.GovernanceActionProcessProperties
class GovernanceActionProcessProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
abbreviation
String abbreviation
-
description
String description
-
displayName
String displayName
-
formula
String formula
-
implementationLanguage
String implementationLanguage
-
summary
String summary
-
technicalDescription
String technicalDescription
-
technicalName
String technicalName
-
usage
String usage
-
versionIdentifier
String versionIdentifier
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.GovernanceActionTypeProperties
class GovernanceActionTypeProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
displayName
String displayName
-
domainIdentifier
int domainIdentifier
-
governanceEngineGUID
String governanceEngineGUID
-
ignoreMultipleTriggers
boolean ignoreMultipleTriggers
-
requestParameters
Map<String,
String> requestParameters -
requestType
String requestType
-
supportedGuards
List<String> supportedGuards
-
waitTime
int waitTime
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.GovernanceEngineProperties
class GovernanceEngineProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.GovernanceServiceProperties
class GovernanceServiceProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
description
String description
-
displayName
String displayName
-
originBusinessCapabilityGUID
String originBusinessCapabilityGUID
-
originOrganizationGUID
String originOrganizationGUID
-
otherOriginValues
Map<String,
String> otherOriginValues -
owner
String owner
-
ownerPropertyName
String ownerPropertyName
-
ownerTypeName
String ownerTypeName
-
zoneMembership
List<String> zoneMembership
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.IntegrationConnectorProperties
class IntegrationConnectorProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
description
String description
-
displayName
String displayName
-
usesBlockingCalls
boolean usesBlockingCalls
-
versionIdentifier
String versionIdentifier
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.IntegrationGroupProperties
class IntegrationGroupProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.RegisteredGovernanceService
class RegisteredGovernanceService extends GovernanceServiceProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
requestTypes
Map<String,
RegisteredGovernanceServiceProperties> requestTypes
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.RegisteredGovernanceServiceProperties
class RegisteredGovernanceServiceProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.RegisteredIntegrationConnectorProperties
class RegisteredIntegrationConnectorProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorName
String connectorName
-
connectorUserId
String connectorUserId
-
generateIntegrationReports
boolean generateIntegrationReports
-
metadataSourceQualifiedName
String metadataSourceQualifiedName
-
permittedSynchronization
PermittedSynchronization permittedSynchronization
-
refreshTimeInterval
long refreshTimeInterval
-
startDate
Date startDate
-
stopDate
Date stopDate
-
-
-
Package org.odpi.openmetadata.accessservices.governanceengine.rest
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.DeleteRequestBody
class DeleteRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
qualifiedName
String qualifiedName
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.FindRequestBody
class FindRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asOfTime
Date asOfTime
-
limitResultsByStatus
List<ElementStatus> limitResultsByStatus
-
matchClassifications
SearchClassifications matchClassifications
-
metadataElementSubtypeName
List<String> metadataElementSubtypeName
-
metadataElementTypeName
String metadataElementTypeName
-
searchProperties
SearchProperties searchProperties
-
sequencingOrder
SequencingOrder sequencingOrder
-
sequencingProperty
String sequencingProperty
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.GovernanceServiceRegistrationRequestBody
class GovernanceServiceRegistrationRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.NewGovernanceActionProcessRequestBody
class NewGovernanceActionProcessRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processStatus
ProcessStatus processStatus
-
properties
GovernanceActionProcessProperties properties
-
-
Class
-