Index

A B C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACTIVE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The instance is approved and in use.
ALREADY_COUNTER_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-STATISTICS-400-001 - The {0} is already in use as a counter statistic and can not be used by the {1} method to {2}
ALREADY_PROPERTY_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-STATISTICS-400-002 - The {0} is already in use as a property statistic and can not be used by the {1} method to {2}
ALREADY_TIMESTAMP_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-STATISTICS-400-003 - The {0} is already in use as a timestamp statistic and can not be used by the {1} method to {2}
APIOperation - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
APIOperation describes an API command used as part of an API schema.
APIOperation() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Default constructor used by subclasses
APIOperation(APIOperation) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Copy/clone Constructor.
APIOperations - Class in org.odpi.openmetadata.frameworks.connectors.properties
APIOperations supports an iterator over a list of API operations elements that make up a schema.
APIOperations(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.APIOperations
Typical Constructor creates an iterator with the supplied list of elements.
APIOperations(APIOperations) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.APIOperations
Copy/clone constructor.
APISchemaType - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
APISchemaType describes the header of an API Schema.
APISchemaType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.APISchemaType
Default constructor used by subclasses
APISchemaType(APISchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.APISchemaType
Copy/clone Constructor.
APPROVED - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The content is approved.
APPROVED_CONCEPT - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The request or proposal is approved for development.
APPROVED_FOR_DEPLOYMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The instance is approved for deployment.
ARRAY - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeCategory
There may be multiple instances of this attribute.
Asset - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
Asset holds asset properties that are used for displaying details of an asset in summary lists or hover text.
Asset() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Default constructor
Asset(Asset) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Copy/clone constructor.
AssetDescriptor - Class in org.odpi.openmetadata.frameworks.connectors.properties
This is the base class for a connected asset.
AssetDescriptor(AssetDescriptor) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetDescriptor
Copy/clone Constructor - used to copy the asset descriptor for a new consumer.
AssetDescriptor(Asset) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetDescriptor
Bean constructor - the asset descriptor is effectively empty - and the protected set methods need to be called to add useful content to it.
AssetDetail - Class in org.odpi.openmetadata.frameworks.connectors.properties
AssetDetail extends AssetSummary to provide all the properties related to this asset.
AssetDetail(AssetDetail) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
Copy/clone constructor.
AssetDetail(Asset) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
Copy/clone constructor
AssetDetail(Asset, ExternalIdentifiers, RelatedMediaReferences, NoteLogs, ExternalReferences, Connections, Licenses, Certifications, SchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
Typical constructor initialize superclasses
AssetElementHeader - Class in org.odpi.openmetadata.frameworks.connectors.properties
ElementBase provides the common identifier and type information for all properties objects that link off of the asset and have a guid associated with them.
AssetElementOrigin - Class in org.odpi.openmetadata.frameworks.connectors.properties
The ElementType bean provides details of the type information associated with a metadata element.
AssetElementOrigin(AssetElementOrigin) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementOrigin
Copy/clone constructor
AssetElementOrigin(ElementOrigin) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementOrigin
Bean constructor accepts bean version of the AssetElementOrigin to provide the values
AssetFeedback - Class in org.odpi.openmetadata.frameworks.connectors.properties
Feedback contains the comments, tags, ratings and likes that consumers of the asset have created.
AssetFeedback(AssetFeedback) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetFeedback
Copy/clone constructor.
AssetFeedback(InformalTags, Likes, Ratings, Comments) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetFeedback
Typical Constructor
AssetLineage - Class in org.odpi.openmetadata.frameworks.connectors.properties
Lineage shows the origin of the connected asset.
AssetLineage() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetLineage
Typical constructor.
AssetLineage(AssetLineage) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetLineage
Copy/clone constructor.
AssetPropertyBase - Class in org.odpi.openmetadata.frameworks.connectors.properties
The AssetPropertyBase class is a base class for all properties that link off of the connected asset.
AssetPropertyElementBase - Class in org.odpi.openmetadata.frameworks.connectors.properties
This property header implements any common mechanisms that all property objects need.
AssetPropertyElementBase() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyElementBase
Typical Constructor
AssetPropertyElementBase(AssetPropertyElementBase) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyElementBase
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;
AssetReferenceable - Class in org.odpi.openmetadata.frameworks.connectors.properties
Many open metadata entities are referenceable.
AssetReferenceable(AssetReferenceable) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetReferenceable
Copy/clone constructor with parent asset.
AssetSummary - Class in org.odpi.openmetadata.frameworks.connectors.properties
AssetSummary holds asset properties that are used for displaying details of an asset in summary lists or hover text.
AssetSummary(AssetSummary) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetSummary
Copy/clone constructor.
AssetSummary(Asset) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetSummary
Bean constructor - initializes AssetSummary using a bean returned by the REST interface.
AssetUniverse - Class in org.odpi.openmetadata.frameworks.connectors.properties
AssetUniverse extends AssetDetail which extends AssetSummary.
AssetUniverse(AssetUniverse) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetUniverse
Copy/clone Constructor note this is a deep copy
AssetUniverse(Asset) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetUniverse
Copy/clone constructor
AssetUniverse(Asset, ExternalIdentifiers, RelatedMediaReferences, NoteLogs, ExternalReferences, Connections, Licenses, Certifications, List<Meaning>, SchemaType, AssetFeedback, Locations, AssetLineage, RelatedAssets) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.AssetUniverse
Typical Constructor
ASSIGNED - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ClassificationOrigin
The classification is explicitly assigned to the entity.

B

BAG - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeCategory
There may be multiple instances of this attribute.

C

CAUGHT_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-500-001 - OCF method detected an unexpected exception
CAUGHT_EXCEPTION_WITH_MSG - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-500-002 - OCF method {0} detected an unexpected exception, message was {1}
Certification - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The Certification bean extends the Certification from the OCF properties package with a default constructor and setter methods.
Certification() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Default constructor
Certification(Certification) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Copy/clone constructor.
Certifications - Class in org.odpi.openmetadata.frameworks.connectors.properties
Certifications supports an iterator over a list of certifications awarded to the asset.
Certifications(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Certifications
Typical Constructor creates an iterator with the supplied list of elements.
Certifications(Certifications) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Certifications
Copy/clone constructor.
ClassificationOrigin - Enum Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ClassificationOrigin describes the provenance of a classification attached to an entity.
clearStatisticProperty(String, String) - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Remove a property statistic.
clearStatisticTimestamp(String, String) - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Remove a timestamp statistic.
cloneSchemaElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Returns a clone of this object as the abstract SchemaElement class.
cloneSchemaElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APISchemaType
Returns a clone of this object as the abstract SchemaElement class.
cloneSchemaElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ComplexSchemaType
Returns a clone of this object as the abstract SchemaElement class.
cloneSchemaElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EnumSchemaType
Returns a clone of this object as the abstract SchemaElement class.
cloneSchemaElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalSchemaType
Returns a clone of this object as the abstract SchemaElement class.
cloneSchemaElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LiteralSchemaType
Returns a clone of this object as the abstract SchemaElement class.
cloneSchemaElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.MapSchemaType
Returns a clone of this object as the abstract SchemaElement class.
cloneSchemaElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.PrimitiveSchemaType
Returns a clone of this object as the abstract SchemaElement class.
cloneSchemaElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return a clone of this schema element.
cloneSchemaElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Return a clone of this schema element.
cloneSchemaElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Returns a clone of this object as the abstract SchemaElement class.
cloneSchemaElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaTypeChoice
Returns a clone of this object as the abstract SchemaElement class.
cloneSchemaElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.StructSchemaType
Returns a clone of this object as the abstract SchemaElement class.
cloneSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Returns a clone of this object as the abstract SchemaType class.
cloneSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APISchemaType
Returns a clone of this object as the abstract SchemaType class.
cloneSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ComplexSchemaType
Returns a clone of this object as the abstract SchemaType class.
cloneSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EnumSchemaType
Returns a clone of this object as the abstract SchemaType class.
cloneSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalSchemaType
Returns a clone of this object as the abstract SchemaType class.
cloneSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LiteralSchemaType
Returns a clone of this object as the abstract SchemaType class.
cloneSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.MapSchemaType
Returns a clone of this object as the abstract SchemaType class.
cloneSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.PrimitiveSchemaType
Returns a clone of this object as the abstract SchemaType class.
cloneSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Return a clone of this schema type.
cloneSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaTypeChoice
Returns a clone of this object as the abstract SchemaType class.
cloneSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.StructSchemaType
Returns a clone of this object as the abstract SchemaType class.
Comment - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The Comment bean stores information about a comment connected to an asset.
Comment() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Comment
Default constructor
Comment(Comment) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Comment
Copy/clone constructor.
CommentConversation - Class in org.odpi.openmetadata.frameworks.connectors.properties
Stores information about a comment connected to an asset.
CommentConversation(Comment) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.CommentConversation
Copy/clone constructor.
CommentConversation(Comment, CommentReplies) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.CommentConversation
Bean constructor
CommentConversation(CommentConversation) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.CommentConversation
Copy/clone constructor.
CommentReplies - Class in org.odpi.openmetadata.frameworks.connectors.properties
CommentReplies supports an iterator over a list of Comment objects.
CommentReplies(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.CommentReplies
Typical Constructor creates an iterator with the supplied list of elements.
CommentReplies(CommentReplies) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.CommentReplies
Copy/clone constructor.
Comments - Class in org.odpi.openmetadata.frameworks.connectors.properties
Comments supports an iterator over a list of Comment objects.
Comments(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Comments
Typical Constructor creates an iterator with the supplied list of elements.
Comments(Comments) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Comments
Copy/clone constructor.
COMPLETE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The activity associated with the instance is complete.
ComplexSchemaType - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ComplexSchemaType describes a schema with multiple attributes.
ComplexSchemaType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ComplexSchemaType
Default constructor used by subclasses
ComplexSchemaType(ComplexSchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ComplexSchemaType
Copy/clone Constructor.
ConfidenceGovernanceClassification - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ConfidenceGovernanceClassification defines the level of confidence that should be placed in the accuracy of related data items.
ConfidenceGovernanceClassification() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConfidenceGovernanceClassification
Default constructor
ConfidenceGovernanceClassification(ConfidenceGovernanceClassification) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConfidenceGovernanceClassification
Copy/clone constructor.
ConfidentialityGovernanceClassification - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ConfidentialityGovernanceClassification defines the level of confidentiality of related data items.
ConfidentialityGovernanceClassification() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConfidentialityGovernanceClassification
Default constructor
ConfidentialityGovernanceClassification(ConfidentialityGovernanceClassification) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConfidentialityGovernanceClassification
Copy/clone constructor.
CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOriginCategory
The element is part of a service's configuration.
ConfigurationPropertyType - Class in org.odpi.openmetadata.frameworks.connectors.controls
ConfigurationPropertyType characterises one of the configuration parameters supported by a specific connector.
ConfigurationPropertyType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Default constructor
ConfigurationPropertyType(ConfigurationPropertyType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Copy/clone constructor
ConnectedAssetProperties - Class in org.odpi.openmetadata.frameworks.connectors.properties
ConnectedAssetProperties is associated with a Connector.
ConnectedAssetProperties() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.ConnectedAssetProperties
Typical constructor.
ConnectedAssetProperties(ConnectedAssetProperties) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.ConnectedAssetProperties
Copy/clone constructor.
Connection - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The connection is an object that contains the properties needed to create and initialise a connector to access a specific data assets.
Connection() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Default constructor sets the Connection properties to null.
Connection(Connection) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Copy/clone Constructor to return a copy of a connection object.
ConnectionCheckedException - Exception in org.odpi.openmetadata.frameworks.connectors.ffdc
ConnectionCheckedException provides a checked exception for reporting errors found in connection objects.
ConnectionCheckedException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
Deprecated.
ConnectionCheckedException(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
This is the constructor used when receiving an exception from a remote server.
ConnectionCheckedException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
Deprecated.
ConnectionCheckedException(String, ConnectionCheckedException) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
This is the copy/clone constructor used for creating an exception.
ConnectionCheckedException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
This is the typical constructor used for creating an exception.
ConnectionCheckedException(ExceptionMessageDefinition, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
This is the constructor used for creating an exception that resulted from a previous error.
ConnectionCheckedException(ExceptionMessageDefinition, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
This is the constructor used for creating an exception that resulted from a previous error.
ConnectionCheckedException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
This is the typical constructor used for creating an exception.
ConnectionProperties - Class in org.odpi.openmetadata.frameworks.connectors.properties
ConnectionProperties is an object that contains the properties needed to create and initialise a connector to access a specific data assets.
ConnectionProperties(Connection) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Bean constructor
ConnectionProperties(ConnectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Copy/clone Constructor to return a copy of a connection object that is connected to an asset.
ConnectionProperties(ConnectionProperties, ConnectorType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Copy/clone Constructor to return a copy of a connection object but with a replacement connector type.
Connections - Class in org.odpi.openmetadata.frameworks.connectors.properties
Connections supports an iterator over a list of connections.
Connections(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Connections
Typical Constructor creates an iterator with the supplied list of elements.
Connections(Connections) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Connections
Copy/clone constructor.
Connector - Class in org.odpi.openmetadata.frameworks.connectors
The Connector is the interface for all connector instances.
CONNECTOR_FRAMEWORK_DEFAULT - Static variable in class org.odpi.openmetadata.frameworks.connectors.mapper.OpenConnectorsValidValues
This is the official name of the Open Connector Framework (OCF) used in Connector Types.
CONNECTOR_INTERFACE_LANGUAGE_DEFAULT - Static variable in class org.odpi.openmetadata.frameworks.connectors.mapper.OpenConnectorsValidValues
This is the official name of the programming language used for OCF connectors.
ConnectorBase - Class in org.odpi.openmetadata.frameworks.connectors
The ConnectorBase is an implementation of the Connector interface.
ConnectorBase() - Constructor for class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
Typical Constructor: Connectors should always have a constructor requiring no parameters and perform initialization in the initialize method.
ConnectorBroker - Class in org.odpi.openmetadata.frameworks.connectors
The ConnectorBroker is a generic factory for Open Connector Framework (OCF) Connectors.
ConnectorBroker() - Constructor for class org.odpi.openmetadata.frameworks.connectors.ConnectorBroker
Typical constructor
ConnectorBroker(AuditLog) - Constructor for class org.odpi.openmetadata.frameworks.connectors.ConnectorBroker
Constructor to supply the audit log to all connectors that implement the AuditLoggingConnector interface.
ConnectorCheckedException - Exception in org.odpi.openmetadata.frameworks.connectors.ffdc
ConnectorCheckedException provides a checked exception for reporting errors found when using OCF connectors.
ConnectorCheckedException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
Deprecated.
ConnectorCheckedException(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
This is the constructor used when receiving an exception from a remote server.
ConnectorCheckedException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
Deprecated.
ConnectorCheckedException(String, ConnectorCheckedException) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
This is the copy/clone constructor used for creating an exception.
ConnectorCheckedException(String, OCFCheckedExceptionBase) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
This is the copy/clone constructor used for creating an exception.
ConnectorCheckedException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
This is the typical constructor used for creating an exception.
ConnectorCheckedException(ExceptionMessageDefinition, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
This is the constructor used for creating an exception that resulted from a previous error.
ConnectorCheckedException(ExceptionMessageDefinition, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
This is the constructor used for creating an exception that resulted from a previous error.
ConnectorCheckedException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
This is the typical constructor used for creating an exception.
ConnectorProvider - Class in org.odpi.openmetadata.frameworks.connectors
The ConnectorProvider is a formal plug-in interface for the Open Connector Framework (OCF).
ConnectorProvider() - Constructor for class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
 
ConnectorProviderBase - Class in org.odpi.openmetadata.frameworks.connectors
ConnectorProviderBase is a base class for a connector provider.
ConnectorProviderBase() - Constructor for class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
Typical constructor
ConnectorType - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The ConnectorType describe the implementation details of a particular type of OCF connector.
ConnectorType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Default constructor
ConnectorType(ConnectorType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Copy/clone constructor for a connectorType that is not connected to an asset (either directly or indirectly).
ConnectorTypeProperties - Class in org.odpi.openmetadata.frameworks.connectors.properties
The ConnectorType describe the implementation details of a particular type of OCF connector.
ConnectorTypeProperties(ConnectorType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.ConnectorTypeProperties
Bean constructor
ConnectorTypeProperties(ConnectorTypeProperties) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.ConnectorTypeProperties
Copy/clone constructor for a connectorType that is connected to an asset (either directly or indirectly).
CONTENT_PACK - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOriginCategory
The element comes from an open metadata content pack.
CriticalityGovernanceClassification - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
CriticalityGovernanceClassification defines how critical the related data items are to the organization.
CriticalityGovernanceClassification() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.CriticalityGovernanceClassification
Default constructor
CriticalityGovernanceClassification(CriticalityGovernanceClassification) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.CriticalityGovernanceClassification
Copy/clone constructor.
CURRENT_AUDIT_HEADER_VERSION - Static variable in class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
Version identifier

D

DeployedAPIOperation - Class in org.odpi.openmetadata.frameworks.connectors.properties
An asset that is a DeployedAPI has a schema made up of operations.
DeployedAPIOperation(APIOperation) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPIOperation
Bean constructor
DeployedAPIOperation(DeployedAPIOperation) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPIOperation
Copy/clone Constructor.
DeployedAPISchemaType - Class in org.odpi.openmetadata.frameworks.connectors.properties
An asset's schema provides information about how the asset structures the data it supports.
DeployedAPISchemaType(APISchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPISchemaType
Bean constructor
DeployedAPISchemaType(DeployedAPISchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPISchemaType
Copy/clone Constructor.
DEPRECATED - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The instance is out of date and should not be used.
DEREGISTERED_REPOSITORY - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOriginCategory
The element comes from a metadata repository that used to be a member of the one of the local repository's cohorts, but it has been deregistered.
DerivedSchemaTypeQueryTarget - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
DerivedSchemaTypeQueryTarget defines a query on a schema element that returns all or part of the value for a derived schema type.
DerivedSchemaTypeQueryTarget() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.DerivedSchemaTypeQueryTarget
Default constructor
DerivedSchemaTypeQueryTarget(DerivedSchemaTypeQueryTarget) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.DerivedSchemaTypeQueryTarget
Copy/clone constructor.
DEVELOPMENT_COMPLETE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The development of the instance is complete.
DISABLED - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The instance is shutdown or disabled.
disconnect() - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Free up any resources held since the connector is no longer needed.
disconnect() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
Free up any resources held since the connector is no longer needed.
DRAFT - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The content is incomplete.

E

ElementBase - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ElementBase provides the common identifier and type information for all properties objects that link off of the asset and have a guid associated with them.
ElementBase() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementBase
Default constructor used by subclasses
ElementBase(ElementBase) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementBase
Copy/clone constructor.
ElementClassification - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The ElementClassification bean describes a single classification associated with an element.
ElementClassification() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassification
Default constructor
ElementClassification(ElementClassification) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassification
Copy/clone constructor
ElementClassification(ElementClassificationHeader) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassification
Copy/clone constructor
ElementClassificationHeader - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The ElementClassificationHeader bean describes the header for a classification associated with an element.
ElementClassificationHeader() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassificationHeader
Default constructor
ElementClassificationHeader(ElementClassificationHeader) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassificationHeader
Copy/clone constructor
ElementClassificationHeader(ElementControlHeader) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassificationHeader
Copy/clone constructor
ElementControlHeader - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The ElementControlHeader bean provides details of the origin and changes associated with the element.
ElementControlHeader() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
Default constructor used by subclasses
ElementControlHeader(ElementControlHeader) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
Copy/clone constructor.
ElementHeader - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ElementHeader provides the common identifier and type information for all properties objects that link off of the asset and have a guid associated with them.
ElementHeader() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
Default constructor used by subclasses
ElementHeader(ElementControlHeader) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
Copy/clone constructor.
ElementHeader(ElementHeader) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
Copy/clone constructor.
ElementOrigin - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The ElementType bean provides details of the type information associated with a metadata element.
ElementOrigin() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Default constructor
ElementOrigin(ElementOrigin) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Copy/clone constructor
ElementOriginCategory - Enum Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ElementOriginCategory defines where the metadata comes from.
ElementStatus - Enum Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The ElementStatus defines the status of an element in the metadata collection.
ElementStub - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ElementStub is used to identify an element.
ElementStub() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
Default constructor
ElementStub(ElementControlHeader) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
Copy/clone constructor.
ElementStub(ElementHeader) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
Copy/clone constructor.
ElementStub(ElementStub) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
Copy/clone constructor.
ElementType - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The ElementType bean provides details of the type information associated with a metadata element.
ElementType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Default constructor
ElementType(ElementType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Copy/clone constructor
ElementVersions - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ElementVersions provides the version information for the element plus details of the creation time and last update time.
ElementVersions() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Default constructor used by subclasses
ElementVersions(ElementVersions) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Copy/clone constructor.
EmbeddedConnection - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The EmbeddedConnection is used within a VirtualConnection.
EmbeddedConnection() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
Default constructor
EmbeddedConnection(EmbeddedConnection) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
Copy/clone constructor.
EmbeddedConnectionProperties - Class in org.odpi.openmetadata.frameworks.connectors.properties
EmbeddedConnectionProperties provides a facade for the properties of a Connection that is embedded in a VirtualConnection.
EmbeddedConnectionProperties(EmbeddedConnection) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.EmbeddedConnectionProperties
Bean constructor
EmbeddedConnectionProperties(EmbeddedConnectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.EmbeddedConnectionProperties
Copy/clone constructor makes a copy of the supplied object.
Endpoint - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The Endpoint describes the network information necessary for a connector to connect to the server where the Asset is accessible from.
Endpoint() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Default constructor
Endpoint(Endpoint) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Copy/clone constructor for an Endpoint.
EndpointProperties - Class in org.odpi.openmetadata.frameworks.connectors.properties
The Endpoint describes the network information necessary for a connector to connect to the server where the Asset is accessible from.
EndpointProperties(Endpoint) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.EndpointProperties
Copy/clone constructor for an Endpoint that is connected to an Asset (either directly or indirectly).
EndpointProperties(EndpointProperties) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.EndpointProperties
Copy/clone constructor for an Endpoint that is connected to an Asset (either directly or indirectly).
EnumSchemaType - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
EnumSchemaType describes a schema element that has a a fixed set of values.
EnumSchemaType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.EnumSchemaType
Default constructor used by subclasses
EnumSchemaType(EnumSchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.EnumSchemaType
Copy/clone Constructor.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
Provide a common implementation of equals for all OCF Connector Provider objects.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
Provide a common implementation of equals for all OCF Connector Provider objects.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDescriptor
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementHeader
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementOrigin
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetFeedback
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyBase
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyElementBase
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetReferenceable
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetUniverse
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APISchemaType
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Comment
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ComplexSchemaType
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.CriticalityGovernanceClassification
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.DerivedSchemaTypeQueryTarget
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementBase
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassification
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassificationHeader
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
Equals method that returns true if containing properties are the same.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EnumSchemaType
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalSchemaType
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernedReferenceable
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Like
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LiteralSchemaType
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Location
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.MapSchemaType
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Meaning
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Note
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.NoteLogHeader
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Rating
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValue
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignedItem
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignment
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedAsset
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedMediaReference
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RetentionGovernanceClassification
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaTypeChoice
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SearchKeyword
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SecurityTags
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SimpleSchemaType
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationAsset
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationDefinition
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignment
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentConsumer
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentDefinition
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.VirtualConnection
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.CommentConversation
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectorTypeProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPIOperation
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPISchemaType
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EmbeddedConnectionProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EndpointProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.NestedSchemaType
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.NoteLog
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.VirtualConnectionProperties
Compare the values of the supplied object with those stored in the current object.
EXAMPLE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.controls.TemplateTypeEnum
 
EXPORT_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOriginCategory
The element was created from an export archive.
EXTERNAL_SOURCE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOriginCategory
The element is maintained by an external technology.
ExternalIdentifier - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ExternalIdentifier stores information about an identifier for the asset that is used in an external system.
ExternalIdentifier() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Default constructor
ExternalIdentifier(ExternalIdentifier) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Copy/clone constructor.
ExternalIdentifiers - Class in org.odpi.openmetadata.frameworks.connectors.properties
ExternalIdentifiers supports an iterator over a list of external identifiers.
ExternalIdentifiers(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.ExternalIdentifiers
Typical Constructor creates an iterator with the supplied list of elements.
ExternalIdentifiers(ExternalIdentifiers) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.ExternalIdentifiers
Copy/clone constructor.
ExternalReference - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ExternalReference stores information about an link to an external resource that is relevant to this asset.
ExternalReference() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Default constructor
ExternalReference(ExternalReference) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Copy/clone constructor.
ExternalReferences - Class in org.odpi.openmetadata.frameworks.connectors.properties
ExternalReferences supports an iterator over a list of external references.
ExternalReferences(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.ExternalReferences
Typical Constructor creates an iterator with the supplied list of elements.
ExternalReferences(ExternalReferences) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.ExternalReferences
Copy/clone constructor.
ExternalSchemaType - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ExternalSchemaType links to another schema defined to be reusable in many assets' schema.
ExternalSchemaType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalSchemaType
Default constructor used by subclasses
ExternalSchemaType(ExternalSchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalSchemaType
Copy/clone Constructor.

F

FAILED - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The instance is not in use due to failure.

G

getAbbreviation() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Return the abbreviation or acronym associated with the resources display name.
getActionDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Return the description of the change.
getAdditionalProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetReferenceable
Return a copy of the additional properties.
getAdditionalProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
Return a copy of the additional properties.
getAdditionalValues() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
Return the additional values associated with the symbolic name.
getAddress() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Returns the stored address property for the endpoint.
getAddress() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EndpointProperties
Returns the stored address property for the endpoint.
getAliases() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return a list of alternative names for the attribute.
getAllowsDuplicateValues() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return whether the same value can be used by more than one instance of this attribute.
getAPIOperations() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPISchemaType
Return the list of schema attributes in this schema.
getArchiveAfter() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RetentionGovernanceClassification
Return the date that this asset will be archived.
getArguments() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
Return the arguments for the embedded connection.
getArguments() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EmbeddedConnectionProperties
Return the list of properties associated with this schema link.
getAssetDetail() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectedAssetProperties
Returns detailed information about the asset organized in the assetDetail structure.
getAssetDetail() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssetProperties
Returns detailed information about the asset organized in the assetDetail structure.
getAssetName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDescriptor
Return the name of the asset - for use in messages and other diagnostics.
getAssetSummary() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Return the description of the asset that this connection is linked to - or null if no asset connected, or the asset summary property in the relationship is not set.
getAssetSummary() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectedAssetProperties
Returns the summary information organized in the assetSummary structure.
getAssetSummary() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssetProperties
Returns the summary information organized in the assetSummary structure.
getAssetSuperTypeNames() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDescriptor
Return the list of type names for this type's supertypes.
getAssetTypeName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDescriptor
Return the name of the asset's type - for use in messages and other diagnostics.
getAssetUniverse() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectedAssetProperties
Returns all the detail of the asset and information connected to it in organized in the assetUniverse structure.
getAssetUniverse() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssetProperties
Returns all the detail of the asset and information connected to it in organized in the assetUniverse structure.
getAssignedItem() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignedItem
Returns the linked referenceable.
getAssociatedGUID() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RetentionGovernanceClassification
Return the unique identifier of the element used in deciding the archiveAfter and deleteAfter dates.
getAssociationDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
Returns the short description of the type of association.
getAttachmentGUID() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Return the unique identifier of an element.
getAttachmentTypeName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Return the type name.
getAttributeCount() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ComplexSchemaType
Return the count of attributes in this schema type.
getAttributeName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedAsset
Return the attribute name for the related asset.
getAttributeName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Deprecated.
getAttributeRelationships() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return any relationships to other schema attributes.
getAttributeType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return the SchemaType that relates to the type of this attribute.
getAuthor() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Return the name of the author of the schema element.
getCardinality() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return the display version of the cardinality defined for this schema attribute.
getCategory() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return the category of the schema attribute.
getCertificateGUID() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Return the unique id for the type of certification.
getCertificationConditions() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Return any special conditions that apply to the certification - such as endorsements.
getCertifications() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
Return the list of certifications awarded to the asset.
getCertificationTypeName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Return the type of the certification.
getClassificationName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassification
Return the name of the classification
getClassificationName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Return a classification name.
getClassificationOrigin() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassificationHeader
Return whether the classification was added explicitly to this asset or propagated from another entity.
getClassificationOriginGUID() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassificationHeader
Return the entity guid that the classification was propagated from (or null if not propagated).
getClassificationProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassification
Return a collection of the additional stored properties for the classification.
getClassifications() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementHeader
Return the list of classifications associated with the asset.
getClassifications() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
Return the list of classifications associated with the metadata element.
getClearPassword() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Return an unencrypted password.
getClearPassword() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Return an unencrypted password.
getCommand() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Return the command for this operation
getCommentReplies() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.CommentConversation
Return an iterator of the replies to this comment - null means no replies are available.
getComments() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetFeedback
Returns a copy of the comments for the asset in an iterator.
getCommentText() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Comment
Return the comment text.
getCommentType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Comment
Return an enum that describes the type of comment.
getConfidence() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Return the level of confidence in the classification (0=none to 100=excellent).
getConfidence() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValue
Return the confidence level (0-100) that the mapping is correct.
getConfidence() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
Return the confidence level (0-100) that the mapping is correct.
getConfigurationProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Return a copy of the configuration properties.
getConfigurationProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Return a copy of the configuration properties.
getConnectedAssetProperties(String) - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Returns the properties that contain the metadata for the asset.
getConnectedAssetProperties(String) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
Returns the properties that contain the metadata for the asset.
getConnection() - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Returns the connection object that was used to create the connector instance.
getConnection() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
Returns the connection object that was used to create the connector instance.
getConnectionName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Returns a formatted string with the connection name.
getConnectionName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.VirtualConnectionProperties
Returns a formatted string with the connection name.
getConnectionProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EmbeddedConnectionProperties
Return the connection properties used to create the connector for this embedded connection.
getConnections() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
Return a list of the connections defined for this asset.
getConnectionType() - Static method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Return the standard type for a connection type.
getConnector(Connection) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBroker
Creates a new instance of a connector using the name of the connector provider in the supplied connection.
getConnector(Connection) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
Creates a new instance of a connector using the information from the connection and the properties from the subclass(es).
getConnector(Connection) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
Creates a new instance of a connector using the name of the connector provider in the supplied connection.
getConnector(ConnectionProperties) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBroker
Creates a new instance of a connector using the name of the connector provider in the supplied connection.
getConnector(ConnectionProperties) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
Creates a new instance of a connector using the information from the connection and the properties from the subclass(es).
getConnector(ConnectionProperties) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
Creates a new instance of a connector based on the information in the supplied connection.
getConnectorClassName() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
Return the class name for the connector that the connector provider generates.
getConnectorComponentDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
Return the component description that is used by this connector in the audit log.
getConnectorFrameworkName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Return name of the connector framework that the connector implements - default Open Connector Framework (OCF).
getConnectorInstanceId() - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Returns the unique connector instance id that assigned to the connector instance when it was created.
getConnectorInstanceId() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
Returns the unique connector instance id that assigned to the connector instance when it was created.
getConnectorInterfaceLanguage() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Return the language that the connector is implemented in - default Java.
getConnectorInterfaces() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Return list of interfaces that the connector supports.
getConnectorProviderClassName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Returns the stored connectorProviderClassName property for the connector type.
getConnectorProviderClassName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectorTypeProperties
Returns the stored connectorProviderClassName property for the connector type.
getConnectorStatistics() - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Retrieve all the statistics gathered by the connector.
getConnectorType() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
Returns the properties about the type of connector that this ConnectorTypeManager supports.
getConnectorType() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
Returns the properties about the type of connector that this ConnectorProvider supports.
getConnectorType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Returns a copy of the properties for this connection's connector type.
getConnectorType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Returns a copy of the properties for this connection's connector type.
getConnectorType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.VirtualConnectionProperties
Returns a copy of the properties for this connection's connector type.
getConnectorTypeProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
Returns the properties about the type of connector that this ConnectorTypeManager supports.
getConnectorTypeProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
Returns the properties about the type of connector that this Connector Provider supports.
getConnectorTypeType() - Static method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Return the standard type for a connector type.
getConsumer() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentConsumer
Returns the linked referenceable.
getCreatedBy() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Return the name of the person or organization that set up the certification for this asset.
getCreatedBy() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Return the name of the user that created this instance.
getCreatedBy() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Return the name of the person or organization that set up the license agreement for this asset.
getCreateTime() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Return the date/time that this instance was created.
getCriticalityLevel() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.CriticalityGovernanceClassification
Return the definition of how critical this data item is to the organization.
getCustodian() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Return the name of the person or organization that is responsible for the correct management of the asset according to the certification.
getCustodian() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Return the name of the person or organization that is responsible for the correct management of the asset according to the license.
getDataType() - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Return the data type name for the configuration property value.
getDataType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LiteralSchemaType
Return the data type for this element.
getDataType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SimpleSchemaType
Return the data type for this element.
getDataType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Returns the data type of the preferred value.
getDefaultValue() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SimpleSchemaType
Return the default value for the element.
getDefaultValueOverride() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return any default value for this attribute that would override the default defined in the schema element for this attribute's type (note only used is type is primitive).
getDeleteAfter() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RetentionGovernanceClassification
Return the date that this asset will be permanently deleted.
getDeployedImplementationType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Return the name of the type of technology this connector works with.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Return the description of the configuration property.
getDescription() - Method in enum class org.odpi.openmetadata.frameworks.connectors.controls.TemplateTypeEnum
Return a more specific definition of a permitted catalog template.
getDescription() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ClassificationOrigin
Return the default description of the classification origin.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Returns the stored description property for the connection.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Returns the stored description property for the connector type.
getDescription() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOriginCategory
Return the description of the metadata element origin.
getDescription() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
Return the description for the enum.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Return the description for the endpoint.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Return the description of the external identifier.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Return the tag description null means no description is available.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Location
Returns the stored description property for the location.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Meaning
Return the description of the glossary term.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.NoteLogHeader
Return the stored description property for the note log.
getDescription() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeCategory
Return the default description for this enum.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Returns the stored description property for the schema element.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SearchKeyword
Return the keyword description null means no description is available.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Return the description of the discovery engine.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Returns the stored description property for the valid value.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Returns the stored description property for the connection.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectorTypeProperties
Returns the stored description property for the connector type.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EndpointProperties
Return the description for the endpoint.
getDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.VirtualConnectionProperties
Returns the stored description property for the connection.
getDisplayDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Return the full business description.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Returns the stored display name property for the asset.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Returns the stored display name property for the connection.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Returns the stored display name property for the connector type.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
Return the printable name of the embedded connection.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Returns the stored display name property for the endpoint.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Return the display name of this external reference.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Location
Return the stored display name property for the location.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.NoteLogHeader
Return the stored display name property for the note log.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Return the simple name of the schema element.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Return the display name for messages and UI.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Returns the stored display name property for the valid value.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Returns the stored display name property for the connection.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectorTypeProperties
Returns the stored display name property for the connector type.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EmbeddedConnectionProperties
Return the display name of the embedded connection.
getDisplayName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EndpointProperties
Returns the stored display name property for the endpoint.
getDisplaySummary() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Return the short display description for tables and summaries.
getElementPosition() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return the position of this schema attribute in its parent schema.
getEmbeddedConnection() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
Return the embedded connection.
getEmbeddedConnections() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.VirtualConnection
Return the list of embedded connections for this virtual connection.
getEmbeddedConnections() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.VirtualConnectionProperties
Returns the stored display name property for the connection.
getEncodingStandard() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Return the format (encoding standard) used for this schema.
getEncryptedPassword() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Return an encrypted password.
getEncryptedPassword() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Return an encrypted password.
getEncryptionMethod() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Returns the stored encryptionMethod property for the endpoint.
getEncryptionMethod() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EndpointProperties
Returns the stored encryptionMethod property for the endpoint.
getEndDate() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Return the end date for the certification.
getEndDate() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Return the end date for the license.
getEndpoint() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Returns a copy of the properties for this connection's endpoint.
getEndpoint() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Returns a copy of the properties for this connection's endpoint.
getEndpoint() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.VirtualConnectionProperties
Returns a copy of the properties for this connection's endpoint.
getEndpointType() - Static method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Return the standard type for an endpoint.
getErrorMessage() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
Deprecated.
getExaminer() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Return the name of the organization or person that issued the certification.
getExample() - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Return an example configuration property value.
getExpectedDataFormat() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Return the format of the data that the connector supports - null for "any".
getExpression() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Return the expression used to calculate the value for the schema attribute.
getExpressionType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Return the specification language for the expression.
getExtendedProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementHeader
Return any properties defined for a subtype that are not explicitly supported by the connected asset API.
getExtendedProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementBase
Return the properties that have been defined for a subtype of this object that are not supported explicitly by this bean.
getExternalIdentifiers() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
Return a list of the external identifiers for this asset (or null if none).
getExternalInstanceCreatedBy() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Return the username of the person or process that created the instance in the external system.
getExternalInstanceCreationTime() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Return the date/time when the instance in the external system was created.
getExternalInstanceLastUpdatedBy() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Return the username of the person or process that last updated the instance in the external system.
getExternalInstanceLastUpdateTime() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Return the date/time that the instance in the external system was last updated.
getExternalInstanceVersion() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Return the latest version of the element in the external system.
getExternalReferences() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
Return the list of external references associated with this asset.
getFeedback() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetUniverse
Return details of the people, products and feedback that are connected to the asset.
getFixedValue() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LiteralSchemaType
Return the fixed value for the element.
getFormula() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Return the formula used to combine the values of the queries.
getFormulaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Return the specification language for the formula.
getGovernanceStatus() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Return the status of this classification.
getGUID() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementHeader
Return the unique id for the properties object.
getGUID() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
Return the unique id for the properties object.
getHeaderAttributes() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPIOperation
Return the list of schema attributes in this API operation's header.
getHeaderSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Return the structure of the API header (or null if no header).
getHeaderVersion() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
Return the version of this header.
getHomeMetadataCollectionId() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementOrigin
Returns the OMRS identifier for the metadata collection that is managed by the repository where the element originates (its home repository).
getHomeMetadataCollectionId() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Returns the OMRS identifier for the metadata collection that is managed by the repository where the element originates (its home repository).
getHomeMetadataCollectionName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementOrigin
Return the name of the metadata collection that this asset belongs to.
getHomeMetadataCollectionName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Return the name of the metadata collection that this asset belongs to.
getIdentifier() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Return the external identifier for this asset.
getIdentifier() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Location
Return the unique identifier of the location.
getImplementationValue() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
Returns the implementation value for the valid value used in a particular system.
getInformalTags() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetFeedback
Returns a copy of the information tags for the asset in an iterator.
getIsCalculatedValue() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Return a boolean to indicate if the value for this attribute is stored or calculated.
getIsDeprecated() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Is the schema element deprecated?
getIsDeprecated() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Is the valid value deprecated?
getIsNullable() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return whether the field is nullable or not.
getIsPrivateTag() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Return boolean flag to say whether the tag is private or not.
getIsPublic() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Comment
Return if this like is private ot the creating user.
getIsPublic() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Return if the link to the tag is private to the creating user.
getIsPublic() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Like
Return if this like is private to the creating user.
getIsPublic() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Rating
Return if this rating is private ot the creating user.
getKeyPattern() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Return the key pattern that is used with this external identifier.
getKnownLocations() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetUniverse
Return the list of locations for the asset.
getLastUpdate() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Note
Return the last time a change was made to this note.
getLatestChangeAction() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Return the type of change.
getLatestChangeTarget() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Return the relationship of element that has been changed to the anchor.
getLength() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return the length of the data field.
getLevelIdentifier() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Return the unique identifier that defines the level of the classification that is applied.
getLicense() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementOrigin
Return the license associated with this metadata element (null means none).
getLicense() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Return the license associated with this metadata element (null means none).
getLicenseConditions() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Return any special conditions that apply to the license - such as endorsements.
getLicensee() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Return the name of the organization or person that issued the license.
getLicenseGUID() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Return the unique id for the type of license.
getLicenses() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
Return the list of licenses associated with the asset.
getLicenseTypeName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Return the name for the type of the license.
getLikes() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetFeedback
Returns a copy of the likes for the asset in an iterator.
getLineage() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetUniverse
Return details of the lineage for the asset.
getLink() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Return the link to the full text of the certification.
getLink() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Return the link to the full text of the license.
getLinkDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Return the description of the reference (with respect to this asset).
getLinkedAttributeGUID() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
Return the GUID of the schema attribute that this link connects together.
getLinkedAttributeName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
Return the name of the far end of the relationship.
getLinkedSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalSchemaType
Return the list of alternative schema types that this attribute or asset may use.
getLinkProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
Return the properties associated with this schema link.
getLinkType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
Return the type of the link - this is related to the type of the schema it is a part of.
getMaintainedBy() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Return the list of users responsible for maintaining this instance.
getMapFromElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.MapSchemaType
Return the type of schema element that represents the key or property name for the map.
getMapToElement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.MapSchemaType
Return the type of schema element that represents the property value for the map.
getMaxCardinality() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return the maximum number of instances allowed for this attribute.
getMeanings() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetUniverse
Return the list of glossary definitions assigned directly to this asset.
getMeanings() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernedReferenceable
Return the assigned meanings for this metadata entity.
getMediaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedMediaReference
Return the type of media referenced.
getMediaUsageList() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedMediaReference
Return the list of recommended uses for the related media.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
Retrieve a message definition object for an exception.
getMinCardinality() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return this minimum number of instances allowed for this attribute.
getMinimumLength() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return the minimum length of the data.
getName() - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Return the string to use as the name of the configuration property.
getName() - Method in enum class org.odpi.openmetadata.frameworks.connectors.controls.TemplateTypeEnum
Return the catalog template name.
getName() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ClassificationOrigin
Return the default name of the classification origin.
getName() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOriginCategory
Return the name of the metadata element origin.
getName() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
Return the descriptive name for the enum.
getName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Return the name of the tag.
getName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Meaning
Return the glossary term name.
getName() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeCategory
Return the default name for this enum type.
getName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SearchKeyword
Return the name of the keyword.
getNamespace() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Return the name of the namespace that this type belongs to.
getNativeJavaClass() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return the name of the Java class to use to represent this type.
getNoteLogs() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
Return a list of NoteLogs linked to this asset.
getNotes() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Return the notes from the custodian.
getNotes() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Return additional information relating to this classification.
getNotes() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Return the notes for the custodian.
getNotes() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValue
Return the additional values associated with the symbolic name.
getNotes() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
Return the additional values associated with the symbolic name.
getNotes() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.NoteLog
Return an iterator of the replies to this comment - null means no replies are available.
getOperationCount() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APISchemaType
Return the count of attributes in this schema type.
getOrderedValues() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return whether the attribute instances are arranged in an order.
getOrdinal() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ClassificationOrigin
Return the numeric representation of the classification origin.
getOrdinal() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOriginCategory
Return the code for metadata element.
getOrdinal() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
Return the numerical value for the enum.
getOrdinal() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeCategory
Return the code for this enum used for indexing based on the enum value.
getOrganization() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Return the name of the organization that owns the resource that this external reference represents.
getOrigin() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementHeader
Return the element type properties for this properties object.
getOrigin() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
Return information about the origin of the element.
getOriginCategory() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementOrigin
Return the origin of the metadata element.
getOriginCategory() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Return the origin of the metadata element.
getOtherPropertyValues() - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Return a map of property name to property value to provide additional information for this configuration property.
getOtherPropertyValues() - Method in class org.odpi.openmetadata.frameworks.connectors.controls.TemplateType
Return a map of property name to property value that the catalog template should have to be valid for this integration connector.
getOtherPropertyValues() - Method in enum class org.odpi.openmetadata.frameworks.connectors.controls.TemplateTypeEnum
Return a map of property name to property value that the catalog template should have to be valid for this integration connector.
getParameterName() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
Return the invalid parameter's name, if known.
getPatchLevel() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Return the patch level of the discovery engine.
getPosition() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
Return the position that this connector is in the list of embedded connectors.
getPosition() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EmbeddedConnectionProperties
Return the position that this connector is in the list of embedded connectors.
getPrecision() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return the number of significant digits to the right of decimal point.
getPreferredValue() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Return the preferred values to use in implementations (normally used with definitions)
getProtocol() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Returns the stored protocol property for the endpoint.
getProtocol() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EndpointProperties
Returns the stored protocol property for the endpoint.
getQualifiedName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetReferenceable
Returns the stored qualified name property for the metadata entity.
getQualifiedName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
Returns the stored qualified name property for the metadata entity.
getQueries() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Return the list of queries that are used to create the derived schema element.
getQuery() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.DerivedSchemaTypeQueryTarget
Return the query string for this element.
getQueryId() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.DerivedSchemaTypeQueryTarget
Return the query id - this is used to identify where the results of this query should be plugged into the other queries or the formula for the parent derived schema element.
getQueryTargetGUID() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.DerivedSchemaTypeQueryTarget
Return the unique identifier that describes the data source that will be queried to get part of the derived value.
getQueryType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.DerivedSchemaTypeQueryTarget
Return the name of the query language used in the query.
getRatings() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetFeedback
Returns a copy of the ratings for the asset in an iterator.
getRecipient() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Return the identifier of the person or organization that received the certification.
getRecognizedAdditionalProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Return the list of property names that this connector/connector provider implementation looks for in the Connection object's additionalProperties.
getRecognizedAdditionalProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectorTypeProperties
Return the list of property names that this connector/connector provider implementation looks for in the Connection object's additionalProperties.
getRecognizedConfigurationProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Return the list of property names that this connector/connector provider implementation looks for in the Connection object's configurationProperties.
getRecognizedConfigurationProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectorTypeProperties
Return the list of property names that this connector/connector provider implementation looks for in the Connection object's configurationProperties.
getRecognizedSecuredProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Return the list of property names that this connector/connector provider implementation looks for in the Connection object's securedProperties.
getRecognizedSecuredProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectorTypeProperties
Return the list of property names that this connector/connector provider implementation looks for in the Connection object's securedProperties.
getReferenceDataAsset() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationAsset
Returns the asset where the implementation of the valid value set is stored.
getReferenceId() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Return the identifier given to this reference (with respect to this asset).
getRelatedAssets() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetUniverse
Return the list of assets related to this asset.
getRelatedMediaReferences() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
Return a list of references to the related media associated with this asset.
getRelatedProperties() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
Return any additional properties that were added to the exception to aid diagnosis.
getRelatedProperties() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
Return any additional properties that were added to the exception to aid diagnosis.
getRelationshipName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedAsset
Return the type of relationship to the asset.
getReportedCaughtException() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
An exception that was caught and wrapped by this exception.
getReportedCaughtException() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
An exception that was caught and wrapped by this exception.
getReportedCaughtExceptionClassName() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
An exception that was caught and wrapped by this exception.
getReportedCaughtExceptionClassName() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
An exception that was caught and wrapped by this exception.
getReportedErrorMessage() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
A formatted short description of the cause of the condition that resulted in this exception.
getReportedErrorMessage() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
A formatted short description of the cause of the condition that resulted in this exception.
getReportedErrorMessageId() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
Return the formal message identifier for the error message.
getReportedErrorMessageId() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
Return the formal message identifier for the error message.
getReportedErrorMessageParameters() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
Return the parameters that were inserted in the error message.
getReportedErrorMessageParameters() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
Return the parameters that were inserted in the error message.
getReportedHTTPCode() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
Return the HTTP response code to use with this exception.
getReportedHTTPCode() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
Return the HTTP response code to use with this exception.
getReportedSystemAction() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
A description of the action that the system took as a result of the error condition.
getReportedSystemAction() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
A description of the action that the system took as a result of the error condition.
getReportedUserAction() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
A description of the action necessary to correct the error.
getReportedUserAction() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
A description of the action necessary to correct the error.
getReportingActionDescription() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
The type of request that the class was performing when the condition occurred that resulted in this exception.
getReportingActionDescription() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
The type of request that the class was performing when the condition occurred that resulted in this exception.
getReportingClassName() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
The class that created this exception.
getReportingClassName() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
The class that created this exception.
getRequestAttributes() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPIOperation
Return the list of schema attributes in this API operation's request.
getRequestSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Return the structure of the request parameters (request body).
getRequired() - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Return whether this configuration property is required for this connector to work successful.
getRequired() - Method in class org.odpi.openmetadata.frameworks.connectors.controls.TemplateType
Return whether this catalog template is required for this service to work successful.
getResourceDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Return the description associated with the resource.
getResourceDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Return the description of the resource that this external reference represents.
getResourceName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Return the name of the resource that this asset represents.
getResponseAttributes() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPIOperation
Return the list of schema attributes in this API operation's response.
getResponseSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Return the structure of the response.
getReview() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Rating
Return the review comments - null means no review is available.
getRootSchemaType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
Return details of the schema associated with the asset.
getSampleData(int) - Method in interface org.odpi.openmetadata.frameworks.connectors.SampleDataExtension
Return sample data for the default user configured for this connector.
getSampleData(String, int) - Method in interface org.odpi.openmetadata.frameworks.connectors.SampleDataExtension
Return sample data for the calling user.
getSchemaAttributes() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.NestedSchemaType
Return the list of schema attributes in this schema.
getSchemaOptions() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaTypeChoice
Return the list of alternative schema types that this attribute or asset may use.
getScope() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Return the scope of this external identifier.
getScope() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Return the scope of values that this valid value covers (normally used with sets)
getScopeDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Return the text description of the scope for this external identifier.
getSearchKeywords() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernedReferenceable
Return a list of keywords that will help an asset consumer to locate this asset.
getSecret(String) - Method in class org.odpi.openmetadata.frameworks.connectors.SecretsStoreConnector
Retrieve a secret from the secrets store.
getSecuredProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Return a copy of the secured properties.
getSecuredProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Return a copy of the secured properties.
getSecuredProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.VirtualConnectionProperties
Return a copy of the secured properties.
getSecurityLabels() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SecurityTags
Return the list of security labels attached to the element.
getSecurityProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SecurityTags
Return the security properties associated with the element.
getSignificantDigits() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return the number of significant digits before the decimal point (zero means it is an integer).
getSortOrder() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return the order that the attribute instances are arranged in - if any.
getSource() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Return details of the source system where this external identifier comes from.
getSource() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Return the source of this classification.
getSource() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Return the source of the discovery engine implementation.
getSourceServer() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementOrigin
Return the name of the server where the element was retrieved from.
getSourceServer() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Return the name of the server where the element was retrieved from.
getStarRating() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Rating
Return the stars for the rating.
getStartDate() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Return the start date for the certification.
getStartDate() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Return the start date for the license.
getStatisticCounter(String, String) - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Retrieve the value for a specific counter statistic.
getStatisticProperty(String, String) - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Return the value associated with the supplied property name (or null if the property name is not known.
getStatisticTimestamp(String, String) - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Return the value associated with the supplied timestamp name (or null if the timestamp name is not known).
getStatus() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementHeader
Return the status of the element.
getStatus() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
Return the current status of the element - typically ACTIVE.
getSteward() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Return the identifier for the person responsible for maintaining this classification.
getSteward() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValue
Returns the id of the steward responsible for the mapping.
getSteward() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
Returns the id of the steward responsible for the mapping.
getStewardPropertyName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Return the name of the property identifying the steward.
getStewardTypeName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Return the type name of the element representing the steward.
getStrictRequirement() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignment
Returns whether the valid values are a suggestion or a requirement.
getSummary() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Return a brief summary of the certification.
getSummary() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Return a brief summary of the license.
getSuperTypeNames() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Return the list of type names for this type's supertypes.
getSupportedAssetTypeName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Return the type of asset that the connector implementation supports.
getSupportedConfigurationProperties() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
Return the list of supported configuration property types that describe how the connector's behaviour can be modified.
getSupportedTemplateTypes() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
Return the list of supported template types that describe the templates used by the connector when it is creating new elements.
getSymbolicName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
Returns the symbolic name for the valid value that is used to look up the implementation value.
getTargetTechnologyInterfaces() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Return the names of the interfaces in the target technology that the connector calls.
getTargetTechnologyName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Return the name of the target technology that the connector implementation connects to.
getTargetTechnologySource() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Return the name of the organization that supplies the target technology that the connector implementation connects to.
getTargetTechnologyVersions() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Return the versions of the target technology that the connector supports.
getTemplateDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.controls.TemplateType
Return the description of the template, such as its content.
getTemplateName() - Method in class org.odpi.openmetadata.frameworks.connectors.controls.TemplateType
Return the name of the template.
getTemplateType() - Method in enum class org.odpi.openmetadata.frameworks.connectors.controls.TemplateTypeEnum
Return the catalog template type for a specific catalog template enum.
getTemplateTypes() - Static method in enum class org.odpi.openmetadata.frameworks.connectors.controls.TemplateTypeEnum
Return all the template types defined by this enum.
getText() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Note
Return the text of the note.
getType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementHeader
Return the element type properties for this properties object.
getType() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
Return the element type properties for this properties object.
getTypeDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Return the description for this element's type.
getTypeDescription() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Return the description of the type of discovery engine this is.
getTypeId() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Return unique identifier for the element's type.
getTypeName() - Method in class org.odpi.openmetadata.frameworks.connectors.controls.TemplateType
Return the open metadata type name.
getTypeName() - Method in enum class org.odpi.openmetadata.frameworks.connectors.controls.TemplateTypeEnum
Return the type name (or super type name) of a permitted catalog template.
getTypeName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Return name of element's type.
getTypeVersion() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Return the version number for this element's type.
getUniqueName() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
Return the unique name - if known
getUpdatedBy() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Return the name of the user that last updated this instance.
getUpdateTime() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Return what was the late time this instance was updated.
getURI() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Return the URI used to retrieve the resource that this external reference represents.
getUsage() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Return the usage information for the resource.
getUsage() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Return a description of how, where and when this external identifier is used.
getUsage() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Return the usage guidance for this schema element.
getUsage() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Return the description of how this valid value should be used.
getUser() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Comment
Return the user id of the person who created the comment.
getUser() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Return the user id of the person who created the tag.
getUser() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Like
Return the user id of the person who created the like.
getUser() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Note
Return the user id of the person who created the note.
getUser() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Rating
Return the user id of the person who created the rating.
getUserId() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
Return the userId passed on the request.
getUserId() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Return the userId to use on this connection.
getUserId() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Return the user identifier for the person/system making the change.
getUserId() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Return id of the calling user.
getValidValue() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignment
Returns the properties of the valid value used in the assignment.
getValidValue() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationDefinition
Returns the valid value definition for an entry in the asst's implementation.
getValidValue() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
Return the valid value elements that are mapped together.
getValidValue() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentDefinition
Returns the properties of the valid value used in the assignment.
getValidValueSetGUID() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EnumSchemaType
Return the unique identifier of the valid value set that lists the valid values of this enumeration.
getVersion() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Return the version number for this instance.
getVersion() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Return the version of the resource that this external reference represents.
getVersion() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Return the version of the discovery engine.
getVersionIdentifier() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Set up the version identifier of the resource.
getVersionNumber() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Return the version number of the schema element - null means no version number.
getVersions() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementHeader
Return the element version properties for this properties object.
getVersions() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
Return detail of the element's current version and the users responsible for maintaining it.
getVirtualConnectionType() - Static method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.VirtualConnection
Return the standard type for a connection type.
GovernanceClassificationBase - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
GovernanceClassificationBase defines the common properties for the governance action classifications
GovernanceClassificationBase() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Default constructor
GovernanceClassificationBase(GovernanceClassificationBase) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Copy/clone constructor.
GovernedReferenceable - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
GovernedReferenceable adds governance relationships and classifications to a referenceable that represents an asset.
GovernedReferenceable() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernedReferenceable
Default constructor
GovernedReferenceable(GovernedReferenceable) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernedReferenceable
Copy/clone constructor.

H

hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
Provide a common implementation of hashCode for all OCF Connector objects.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
Provide a common implementation of hashCode for all OCF Connector Provider objects.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
Provide a common implementation of hashCode for all OCF Exception objects.
hashCode() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
Provide a common implementation of hashCode for all OCF Exception objects.
hashCode() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDescriptor
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementHeader
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementOrigin
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetFeedback
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyBase
Return code value representing the contents of this object.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyElementBase
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetReferenceable
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetUniverse
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APISchemaType
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Return hash code based on properties.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Comment
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ComplexSchemaType
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Return hash code based on properties.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.CriticalityGovernanceClassification
Return code value representing the contents of this object.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.DerivedSchemaTypeQueryTarget
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementBase
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassification
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassificationHeader
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EnumSchemaType
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalSchemaType
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Return code value representing the contents of this object.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernedReferenceable
Return hash code based on properties.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Return code value representing the contents of this object.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Like
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LiteralSchemaType
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Location
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.MapSchemaType
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Meaning
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Note
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.NoteLogHeader
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
Return code value representing the contents of this object.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Rating
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
Return hash code based on properties.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValue
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignedItem
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignment
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedAsset
Return hash code based on properties.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedMediaReference
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RetentionGovernanceClassification
Return code value representing the contents of this object.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Return a number that represents the contents of this object.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Return a number that represents the contents of this object.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaTypeChoice
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SearchKeyword
Return code value representing the contents of this object.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SecurityTags
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SimpleSchemaType
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Return hash code based on properties.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationAsset
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationDefinition
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignment
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentConsumer
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentDefinition
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.VirtualConnection
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.CommentConversation
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectorTypeProperties
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPIOperation
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPISchemaType
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EmbeddedConnectionProperties
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EndpointProperties
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.NestedSchemaType
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.NoteLog
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.VirtualConnectionProperties
Hash of properties
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.APIOperations
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Certifications
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.CommentReplies
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Comments
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Connections
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ExternalIdentifiers
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ExternalReferences
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.InformalTags
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Licenses
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Likes
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Locations
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.NoteLogs
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Notes
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.PagingIterator
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Ratings
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssets
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.RelatedMediaReferences
The iterator can only be used once to step through the elements.
hasNext() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.SchemaAttributes
The iterator can only be used once to step through the elements.

I

INCOMPLETE_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTOR-500-009 - Unable to load Connector Java class {0}
incrementStatisticCounter(String, String) - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Increment the named counter.
InformalTag - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
InformalTag stores information about a tag connected to an asset.
InformalTag() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Default constructor
InformalTag(InformalTag) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Copy/clone constructor.
InformalTags - Class in org.odpi.openmetadata.frameworks.connectors.properties
InformalTags supports an iterator over a list of informal tags.
InformalTags(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.InformalTags
Typical Constructor creates an iterator with the supplied list of elements.
InformalTags(InformalTags) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.InformalTags
Copy/clone constructor.
initialize(String, ConnectionProperties) - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Call made by the ConnectorProvider to initialize the Connector with the base services.
initialize(String, ConnectionProperties) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
Call made by the ConnectorProvider to initialize the Connector with the base services.
initializeConnectedAssetProperties(ConnectedAssetProperties) - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Set up the connected asset properties object.
initializeConnectedAssetProperties(ConnectedAssetProperties) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
Set up the connected asset properties object.
initializeEmbeddedConnectors(List<Connector>) - Method in interface org.odpi.openmetadata.frameworks.connectors.VirtualConnectorExtension
Set up the list of connectors that this virtual connector will use to support its interface.
initializeSecretsStoreConnector(String, SecretsStoreConnector) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
Set up information about an embedded connector that this connector can use to support secure access to its resources.
initializeSecretsStoreConnector(String, SecretsStoreConnector) - Method in interface org.odpi.openmetadata.frameworks.connectors.SecureConnectorExtension
Set up information about an embedded connector that this connector can use to support secure access to its resources.
initializeStatisticCounter(String, int, String) - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Reset (or initialize) the value of a counter.
INTERNAL_ERROR - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-500-005 - Internal error in OCF method {0}
INVALID_ASSET_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTOR-400-005 - Asset {0} is of type {1} but the {2} connector only supports the following asset type(s): {3}
INVALID_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-500-010 - Invalid Connector class {0} for connector {1}; resulting exception {2} produced message {3}
INVALID_CONNECTOR_PROVIDER - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-400-008 - Connector Provider class {0} passed in connection {1} resulted in a {2} exception with error message of {3}
INVALID_PROPERTY_NAMES - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-PROPERTIES-400-012 - Non-string property names stored in entity {0} of type {1}
INVALID_RESOURCE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTOR-400-007 - {0} asset {1} describes a resource called {2} which is of type {3} but connector {4} only supports the following type(s) of resources: {5}
INVALID_ROOT_SCHEMA_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTOR-400-006 - Asset {0} has a root schema of type {1} but survey action service {2} only supports the following root schema type(s): {3}
INVALID_VIRTUAL_CONNECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-PROPERTIES-400-019 - Virtual connection {0} has no embedded connections
InvalidParameterException - Exception in org.odpi.openmetadata.frameworks.connectors.ffdc
The InvalidParameterException is thrown by the connector when a parameter is null or an invalid value.
InvalidParameterException(int, String, String, String, String, String[], String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
This is the constructor used when receiving an exception from a remote server.
InvalidParameterException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
Deprecated.
InvalidParameterException(int, String, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
Deprecated.
InvalidParameterException(int, String, String, String, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
Deprecated.
InvalidParameterException(int, String, String, String, String, String, Throwable, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
Deprecated.
InvalidParameterException(String, InvalidParameterException) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
This is the copy/clone constructor used for creating an exception.
InvalidParameterException(String, OCFCheckedExceptionBase, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
This is the copy/clone constructor used for creating an exception.
InvalidParameterException(ExceptionMessageDefinition, String, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
This is the typical constructor used for creating an exception.
InvalidParameterException(ExceptionMessageDefinition, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
This is the typical constructor used for creating an exception.
InvalidParameterException(ExceptionMessageDefinition, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
This is the constructor used for creating an exception that resulted from a previous error.
InvalidParameterException(ExceptionMessageDefinition, String, String, Throwable, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
This is the constructor used for creating an exception that resulted from a previous error.
InvalidParameterException(InvalidParameterException) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
This is the copy/clone constructor used for creating an exception.
InvalidParameterException(OCFCheckedExceptionBase, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
This is the copy/clone constructor used for creating an exception.
isActive() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
Return a flag indicating whether the connector is active.

L

LatestChange - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
LatestChange is a bean that describes the latest change to an asset universe.
LatestChange() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Default Constructor
LatestChange(LatestChange) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Copy/clone constructor
License - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The data economy brings licensing to data and metadata.
License() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Default constructor
License(License) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Copy/clone constructor.
Licenses - Class in org.odpi.openmetadata.frameworks.connectors.properties
Licenses supports an iterator over a list of licenses for the asset.
Licenses(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Licenses
Typical Constructor creates an iterator with the supplied list of elements.
Licenses(Licenses) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Licenses
Copy/clone constructor.
Like - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The Like properties object records a single user's "like" of an asset.
Like() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Like
Default constructor
Like(Like) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Like
Copy/clone constructor.
Likes - Class in org.odpi.openmetadata.frameworks.connectors.properties
Likes supports an iterator over a list of like objects.
Likes(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Likes
Typical Constructor creates an iterator with the supplied list of elements.
Likes(Likes) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Likes
Copy/clone constructor.
LiteralSchemaType - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
LiteralSchemaType describes a schema element that has a fixed value type.
LiteralSchemaType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.LiteralSchemaType
Default constructor used by subclasses
LiteralSchemaType(LiteralSchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.LiteralSchemaType
Copy/clone Constructor.
LOCAL_COHORT - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOriginCategory
The element is being maintained within one of the local cohort members.
Location - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
Location describes where the asset is located.
Location() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Location
Default constructor
Location(Location) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Location
Copy/clone constructor
Locations - Class in org.odpi.openmetadata.frameworks.connectors.properties
Locations supports an iterator over a list of locations.
Locations(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Locations
Typical Constructor creates an iterator with the supplied list of elements.
Locations(Locations) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Locations
Copy/clone constructor.

M

MALFORMED_ENDPOINT - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-400-010 - The endpoint attribute {0} in connection {1} is set to "{2}" which is invalid
MapSchemaType - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
MapSchemaType describes a schema element of type map.
MapSchemaType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.MapSchemaType
Default constructor
MapSchemaType(MapSchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.MapSchemaType
Copy/clone Constructor.
Meaning - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
Meaning is a cut-down summary of a glossary term to aid the asset consumer in understanding the content of an asset.
Meaning() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Meaning
Default constructor
Meaning(Meaning) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Meaning
Copy/clone constructor.

N

NestedSchemaType - Class in org.odpi.openmetadata.frameworks.connectors.properties
An asset's schema provides information about how the asset structures the data it supports.
NestedSchemaType(ComplexSchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.NestedSchemaType
Bean constructor
NestedSchemaType(NestedSchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.NestedSchemaType
Copy/clone Constructor.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.APIOperations
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Certifications
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.CommentReplies
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Comments
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Connections
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ExternalIdentifiers
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ExternalReferences
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.InformalTags
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Licenses
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Likes
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Locations
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.NoteLogs
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Notes
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.PagingIterator
Return the next element in the list
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Ratings
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssets
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.RelatedMediaReferences
Return the next element in the iteration.
next() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.SchemaAttributes
Return the next element in the iteration.
NO_ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTOR-500-002 - No information about the asset {0} has been returned from the asset store for connector {1}
NO_ASSET_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTOR-500-003 - No type name is available for the asset passed to connector {0}.
NO_ITERATOR - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-PROPERTIES-400-015 - No type-specific iterator for {0} paging iterator
NO_MORE_ELEMENTS - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-PROPERTIES-400-014 - No more elements in {0} iterator
NO_RESOURCE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
SURVEY-ACTION-SERVICE-400-008 - {0} asset {1} describes a resource called {2} does not exist
NOT_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTOR-500-008 - Java class {0} for connector named {1} does not implement the Connector interface
NOT_CONNECTOR_PROVIDER - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-400-006 - Class {0} passed in connection {1} is not a Connector Provider
NOT_IMPLEMENTED - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-500-003 - OCF method {0} not yet implemented
NOT_VIRTUAL_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTOR-500-012 - Java class {0} is not a VirtualConnector and so can not support VirtualConnection {1}
Note - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
Note defines the properties of a single note in a note log.
Note() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Note
Default constructor
Note(Note) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Note
Copy/clone constructor.
NoteLog - Class in org.odpi.openmetadata.frameworks.connectors.properties
Stores information about a comment connected to an asset.
NoteLog(NoteLogHeader, Notes) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.NoteLog
Bean constructor
NoteLog(NoteLog) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.NoteLog
Copy/clone constructor.
NoteLogHeader - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
NoteLogHeader manages a list of notes for an asset
NoteLogHeader() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.NoteLogHeader
Default constructor
NoteLogHeader(NoteLogHeader) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.NoteLogHeader
Copy/clone constructor.
NoteLogs - Class in org.odpi.openmetadata.frameworks.connectors.properties
NoteLogs supports an iterator over a list of note logs.
NoteLogs(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.NoteLogs
Typical Constructor creates an iterator with the supplied list of elements.
NoteLogs(NoteLogs) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.NoteLogs
Copy/clone constructor.
Notes - Class in org.odpi.openmetadata.frameworks.connectors.properties
Notes supports an iterator over a list of notes within a note log.
Notes(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Notes
Typical Constructor creates an iterator with the supplied list of elements.
Notes(Notes) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Notes
Copy/clone constructor.
NULL_CLASSIFICATION_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-PROPERTIES-400-016 - No classification name for entity {0} of type {1}
NULL_CONNECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-400-001 - Null connection object passed on request for new connector instance
NULL_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-500-011 - Connector Provider {0} returned a null connector instance for connection {1}
NULL_CONNECTOR_CLASS - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTOR-500-006 - The class name for the connector is not set up
NULL_CONNECTOR_PROVIDER - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-400-004 - Null Connector Provider passed in connection {0}
NULL_CONNECTOR_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-400-003 - Null connectorType property passed in connection {0}
NULL_ENDPOINT_IN_CONNECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-400-009 - Null endpoint detected in connection {0}
NULL_PROPERTY_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-PROPERTIES-400-011 - Null property name passed to entity {0} of type {1}
NULL_SECURED_PROPERTY_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-PROPERTIES-400-013 - Null securedProperty name passed to connection {0}
NULL_TAG_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-PROPERTIES-400-017 - No tag name for entity {0} of type {1}

O

OCFCheckedExceptionBase - Exception in org.odpi.openmetadata.frameworks.connectors.ffdc
OCFCheckedExceptionBase provides a checked exception for reporting errors found when using OCF connectors.
OCFCheckedExceptionBase(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
Deprecated.
OCFCheckedExceptionBase(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
This is the constructor used when receiving an exception from a remote server.
OCFCheckedExceptionBase(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
Deprecated.
OCFCheckedExceptionBase(int, String, String, String, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
Deprecated.
OCFCheckedExceptionBase(int, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
Deprecated.
OCFCheckedExceptionBase(String, OCFCheckedExceptionBase) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
This is the copy/clone constructor used for creating an OCFCheckedException.
OCFCheckedExceptionBase(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
This is the typical constructor used for creating an exception.
OCFCheckedExceptionBase(ExceptionMessageDefinition, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
This is the constructor used for creating an exception when an unexpected error has been caught.
OCFCheckedExceptionBase(ExceptionMessageDefinition, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
This is the constructor used for creating an exception when an unexpected error has been caught.
OCFCheckedExceptionBase(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
This is the typical constructor used for creating an exception.
OCFCheckedExceptionBase(OCFCheckedExceptionBase) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
This is the copy/clone constructor used for creating an OCFCheckedException.
OCFErrorCode - Enum Class in org.odpi.openmetadata.frameworks.connectors.ffdc
The OCF error code is used to define first failure data capture (FFDC) for errors that occur when working with OCF Connectors.
OCFRuntimeException - Exception in org.odpi.openmetadata.frameworks.connectors.ffdc
OCFRuntimeException is used for all runtime exceptions generated by the OCF.
OCFRuntimeException(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
This is the constructor used when receiving an exception from a remote server.
OCFRuntimeException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
Deprecated.
OCFRuntimeException(int, String, String, String, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
Deprecated.
OCFRuntimeException(int, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
Deprecated.
OCFRuntimeException(String, OCFRuntimeException) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
This is the copy/clone constructor used for creating an OCFRuntimeException.
OCFRuntimeException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
This is the typical constructor used for creating an OCFRuntimeException.
OCFRuntimeException(ExceptionMessageDefinition, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
This is the constructor used for creating an OCFRuntimeException when an unexpected error has been caught.
OCFRuntimeException(ExceptionMessageDefinition, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
This is the constructor used for creating an OCFRuntimeException when an unexpected error has been caught.
OCFRuntimeException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
This is the typical constructor used for creating an OCFRuntimeException.
OCFRuntimeException(OCFRuntimeException) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
This is the copy/clone constructor used for creating an OCFRuntimeException.
OpenConnectorsValidValues - Class in org.odpi.openmetadata.frameworks.connectors.mapper
Specific values for setting up the services around the Open Connector Framework (OCF).
OpenConnectorsValidValues() - Constructor for class org.odpi.openmetadata.frameworks.connectors.mapper.OpenConnectorsValidValues
 
org.odpi.openmetadata.frameworks.connectors - package org.odpi.openmetadata.frameworks.connectors
 
org.odpi.openmetadata.frameworks.connectors.controls - package org.odpi.openmetadata.frameworks.connectors.controls
The beans used in the connector provider to define the behaviour of the connector.
org.odpi.openmetadata.frameworks.connectors.ffdc - package org.odpi.openmetadata.frameworks.connectors.ffdc
This package provides the first failure data capture support for the OCF module.
org.odpi.openmetadata.frameworks.connectors.mapper - package org.odpi.openmetadata.frameworks.connectors.mapper
Specific values for setting up the services around the Open Connector Framework (OCF).
org.odpi.openmetadata.frameworks.connectors.properties - package org.odpi.openmetadata.frameworks.connectors.properties
 
org.odpi.openmetadata.frameworks.connectors.properties.beans - package org.odpi.openmetadata.frameworks.connectors.properties.beans
 
OTHER - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The instance is in a locally defined state.

P

PagingIterator - Class in org.odpi.openmetadata.frameworks.connectors.properties
PagingIterator supports an iterator over a list of objects that extend ElementBase.
PagingIterator(PropertyIteratorBase, int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.PagingIterator
Typical Constructor creates an iterator with the supplied list of comments.
PagingIterator(PropertyIteratorBase, PagingIterator) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.PagingIterator
Copy/clone constructor.
PREPARED - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The content is ready for review.
PrimitiveSchemaType - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
PrimitiveSchemaType describes a schema element that has a primitive type.
PrimitiveSchemaType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.PrimitiveSchemaType
Default constructor used by subclasses
PrimitiveSchemaType(PrimitiveSchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.PrimitiveSchemaType
Copy/clone Constructor.
PROPAGATED - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ClassificationOrigin
The classification has propagated along a relationship to this entity.
PROPERTIES_NOT_AVAILABLE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-PROPERTIES-404-002 - Exception with error message "{0}" was returned to object {1} resulted from a request for connected asset properties
PropertyBase - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
This property header implements any common mechanisms that all property objects need.
PropertyBase() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
Typical Constructor
PropertyBase(PropertyBase) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;
PropertyIteratorBase - Class in org.odpi.openmetadata.frameworks.connectors.properties
Base class for the iterators supporting asset universe
PropertyServerException - Exception in org.odpi.openmetadata.frameworks.connectors.ffdc
PropertyServerException provides a checked exception for reporting errors when connecting to a metadata repository to retrieve properties about the connection and/or connector.
PropertyServerException(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
This is the constructor used when receiving an exception from a remote server.
PropertyServerException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
This is the typical constructor for creating a PropertyServerException.
PropertyServerException(ExceptionMessageDefinition, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
This constructor is used when an unexpected exception has been caught that needs to be wrapped in a PropertyServerException in order to add the essential details about the error, where it occurred and how to fix it.
PropertyServerException(ExceptionMessageDefinition, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
This constructor is used when an unexpected exception has been caught that needs to be wrapped in a PropertyServerException in order to add the essential details about the error, where it occurred and how to fix it.
PropertyServerException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
This is the typical constructor for creating a PropertyServerException.
PropertyServerException(OCFCheckedExceptionBase) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
This is the copy/clone constructor used for creating an exception.
PROPOSED - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The content is in review.

R

Rating - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
Stores information about a rating connected to an asset.
Rating() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Rating
Default constructor
Rating(Rating) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Rating
Copy/clone constructor.
Ratings - Class in org.odpi.openmetadata.frameworks.connectors.properties
Ratings supports an iterator over a list of ratings for an asset.
Ratings(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Ratings
Typical Constructor creates an iterator with the supplied list of elements.
Ratings(Ratings) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.Ratings
Copy/clone constructor.
Referenceable - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
Many open metadata entities are referenceable.
Referenceable() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
Default constructor
Referenceable(Referenceable) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
Copy/clone constructor.
ReferenceValue - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ReferenceValue contains the properties for the relationship between a referencable and a valid value.
ReferenceValue() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValue
Default constructor
ReferenceValue(ReferenceValue) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValue
Copy clone constructor
ReferenceValueAssignedItem - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ReferenceValueAssignedItem contains the properties for a referenceable that is linked to a requested valid value via the ReferenceValueAssignment.
ReferenceValueAssignedItem() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignedItem
Default constructor
ReferenceValueAssignedItem(ReferenceValueAssignedItem) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignedItem
Copy clone constructor
ReferenceValueAssignment - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ReferenceValueAssignment describes the link to a valid value for a referenceable via a ReferenceValueAssignment relationship.
ReferenceValueAssignment() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignment
Default constructor
ReferenceValueAssignment(ReferenceValueAssignment) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignment
Copy clone constructor
refresh() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectedAssetProperties
Request the values in the ConnectedAssetProperties are refreshed with the current values from the metadata repository.
refresh() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssetProperties
Request the values in the RelatedAssetProperties are refreshed with the current values from the metadata repository.
REJECTED - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The request or proposal is rejected.
RelatedAsset - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
RelatedAsset describes the relationship to other assets.
RelatedAsset() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedAsset
Default constructor
RelatedAsset(RelatedAsset) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedAsset
Copy/clone constructor
RelatedAssetProperties - Class in org.odpi.openmetadata.frameworks.connectors.properties
RelatedAssetProperties returns detailed information about an asset that is related to an asset that is linked to the original anchor asset with a relationship.
RelatedAssetProperties(RelatedAsset) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssetProperties
Typical constructor.
RelatedAssetProperties(RelatedAssetProperties) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssetProperties
Copy/clone constructor*
RelatedAssets - Class in org.odpi.openmetadata.frameworks.connectors.properties
RelatedAssets supports an iterator over a list of related assets.
RelatedAssets(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssets
Typical Constructor creates an iterator with the supplied list of elements.
RelatedAssets(RelatedAssets) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssets
Copy/clone constructor.
RelatedMediaReference - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
RelatedMediaReference stores information about an link to an external media file that is relevant to this asset.
RelatedMediaReference() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedMediaReference
Default constructor
RelatedMediaReference(RelatedMediaReference) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedMediaReference
Copy/clone constructor.
RelatedMediaReferences - Class in org.odpi.openmetadata.frameworks.connectors.properties
RelatedMediaReferences supports an iterator over a list of related media references.
RelatedMediaReferences(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.RelatedMediaReferences
Typical Constructor creates an iterator with the supplied list of elements.
RelatedMediaReferences(RelatedMediaReferences) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.RelatedMediaReferences
Copy/clone constructor.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.APIOperations
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Certifications
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.CommentReplies
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Comments
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Connections
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ExternalIdentifiers
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ExternalReferences
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.InformalTags
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Licenses
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Likes
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Locations
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.NoteLogs
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Notes
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.PagingIterator
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Ratings
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssets
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.RelatedMediaReferences
Remove the current element in the iterator.
remove() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.SchemaAttributes
Remove the current element in the iterator.
RetentionGovernanceClassification - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
RetentionGovernanceClassification defines the retention requirements for related data items.
RetentionGovernanceClassification() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.RetentionGovernanceClassification
Default constructor
RetentionGovernanceClassification(RetentionGovernanceClassification) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.RetentionGovernanceClassification
Copy/clone constructor.

S

SampleDataExtension - Interface in org.odpi.openmetadata.frameworks.connectors
The SampleDataExtension describes a method to retrieve a selection of data to show to an end user.
SchemaAttribute - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
SchemaAttribute describes a single attribute within a schema.
SchemaAttribute() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Default constructor
SchemaAttribute(SchemaAttribute) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Copy/clone constructor.
SchemaAttributeCategory - Enum Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
SchemaAttributeCategory summarizes the category of a schema attribute based on its cardinality, ordering and uniques of values stored within it.
SchemaAttributeRelationship - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
SchemaAttributeRelationship defines a relationship between 2 SchemaAttributes.
SchemaAttributeRelationship() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
Default constructor
SchemaAttributeRelationship(SchemaAttributeRelationship) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
Copy/clone constructor makes a copy of the supplied object.
SchemaAttributes - Class in org.odpi.openmetadata.frameworks.connectors.properties
SchemaAttributes supports an iterator over a list of schema attribute elements that make up a schema.
SchemaAttributes(int) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.SchemaAttributes
Typical Constructor creates an iterator with the supplied list of elements.
SchemaAttributes(SchemaAttributes) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.SchemaAttributes
Copy/clone constructor.
SchemaElement - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The SchemaElement object provides a base class for the pieces that make up a schema for an asset.
SchemaElement() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Default constructor
SchemaElement(SchemaElement) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Copy/clone Constructor.
SchemaType - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
The SchemaType object provides a base class for the pieces that make up a schema for a data asset.
SchemaType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Default constructor
SchemaType(SchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Copy/clone Constructor.
SchemaTypeChoice - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
SchemaTypeChoice supports an element that has a selection of schema types that could be used as the type of the attribute.
SchemaTypeChoice() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaTypeChoice
Default constructor used by subclasses
SchemaTypeChoice(SchemaTypeChoice) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaTypeChoice
Copy/clone Constructor.
SearchKeyword - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
SearchKeyword stores information about a keyword connected to an asset.
SearchKeyword() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SearchKeyword
Default constructor
SearchKeyword(SearchKeyword) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SearchKeyword
Copy/clone constructor.
SecretsStoreConnector - Class in org.odpi.openmetadata.frameworks.connectors
SecretsStoreConnector is the interface for a connector that is able to retrieve secrets (passwords, certificates, ...) from a secure location.
SecretsStoreConnector() - Constructor for class org.odpi.openmetadata.frameworks.connectors.SecretsStoreConnector
 
SecureConnectorExtension - Interface in org.odpi.openmetadata.frameworks.connectors
The SecureConnectorExtension is an optional interface for a virtual connector.
SecurityTags - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
SecurityTags holds the list of labels and properties used by a security enforcement engine to control access and visibility to the contents of the real-world object described by the Referenceable.
SecurityTags() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SecurityTags
Default constructor
SecurityTags(SecurityTags) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SecurityTags
Copy/clone constructor
SET - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeCategory
There may be multiple instances of this attribute.
setAbbreviation(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Set up the abbreviation or acronym associated with the resources display name.
setActionDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Set up the description of the change.
setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
Set up additional properties.
setAdditionalValues(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
Set up the additional values associated with the symbolic name.
setAddress(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Set up the network address of the Endpoint.
setAliases(List<String>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up a list of alternative names for the attribute.
setAllowsDuplicateValues(boolean) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up whether the same value can be used by more than one instance of this attribute.
setArchiveAfter(Date) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RetentionGovernanceClassification
Set up the date that this asset will be archived.
setArguments(Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
Set up the arguments for the embedded connection.
setAssetSummary(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Set up the description of the asset that this connection is linked to - or null if no asset connected, or the asset summary property in the relationship is not set.
setAssignedItem(Referenceable) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignedItem
Set up the linked referenceable.
setAssociatedGUID(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RetentionGovernanceClassification
Set up the unique identifier of the element used in deciding the archiveAfter and deleteAfter dates.
setAssociationDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
Set up the short description of the type of association.
setAttachmentGUID(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Set up the unique identifier of an element.
setAttachmentTypeName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Set up the type name.
setAttributeCount(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ComplexSchemaType
Set up the count of attributes in this schema type
setAttributeName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedAsset
Set up the attribute name for the related asset.
setAttributeName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Deprecated.
setAttributeRelationships(List<SchemaAttributeRelationship>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up any relationships to other schema attributes.
setAttributeType(SchemaType) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up the SchemaType that relates to the type of this attribute.
setAuditLog(AuditLog) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
Receive an audit log object that can be used to record audit log messages.
setAuthor(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Set up the name of the author of the schema element.
setCardinality(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up the display version of the cardinality defined for this schema attribute.
setCategory(SchemaAttributeCategory) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up the category of the schema attribute.
setCertificateGUID(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Set up the unique id for the type of certification.
setCertificationConditions(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Set up any special conditions that apply to the certification - such as endorsements.
setCertificationTypeName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Set up the type of the certification.
setClassificationName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassification
Set up the name of the classification.
setClassificationName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Set up a classification name.
setClassificationOrigin(ClassificationOrigin) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassificationHeader
Set up the setting for classification origin
setClassificationOriginGUID(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassificationHeader
Set up the origin of the classification.
setClassificationProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassification
Set up a collection of the additional stored properties for the classification.
setClassifications(List<ElementClassification>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
Set up the classifications associated with this metadata element.
setClearPassword(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Set up an unencrypted password.
setCommand(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Set up the command for this operation
setCommentText(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Comment
Set up the comment text.
setCommentType(CommentType) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Comment
Set up the enum that describes the type of comment.
setConfidence(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Set up the level of confidence in the classification (0=none to 100=excellent).
setConfidence(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValue
Set up the confidence level (0-100) that the mapping is correct.
setConfidence(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
Set up the confidence level (0-100) that the mapping is correct.
setConfigurationProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Set up the configuration properties for this Connection.
setConnectorFrameworkName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up name of the connector framework that the connector implements - default Open Connector Framework (OCF).
setConnectorInterfaceLanguage(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up the language that the connector is implemented in - default Java.
setConnectorInterfaces(List<String>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up list of interfaces that the connector supports.
setConnectorProviderClassName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
The name of the connector provider class name.
setConnectorType(ConnectorType) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Set up the connector type properties for this Connection.
setConsumer(Referenceable) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentConsumer
Set up the linked referenceable.
setCreatedBy(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Set up the name of the person or organization that set up the certification for this asset.
setCreatedBy(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Set up the name of the user that created this instance.
setCreatedBy(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Set up the name of the person or organization that set up the license agreement for this asset.
setCreateTime(Date) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Set up the time that this instance was created.
setCriticalityLevel(CriticalityLevel) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.CriticalityGovernanceClassification
Set up the definition of how critical this data item is to the organization.
setCustodian(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Set up the name of the person or organization that is responsible for the correct management of the asset according to the certification.
setCustodian(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Set up the name of the person or organization that is responsible for the correct management of the asset according to the license.
setDataType(String) - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Set up data type name for the configuration property value.
setDataType(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LiteralSchemaType
Set up the data type for this element.
setDataType(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SimpleSchemaType
Set up the data type for this element.
setDataType(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Set up the data type of the preferred value.
setDefaultValue(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SimpleSchemaType
Set up the default value for the element.
setDefaultValueOverride(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up any default value for this attribute that would override the default defined in the schema element for this attribute's type (note only used is type is primitive).
setDeleteAfter(Date) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RetentionGovernanceClassification
Set up the date that this asset will be permanently deleted.
setDeployedImplementationType(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up the name of the type of technology this connector works with.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Set up the description of the configuration property.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Set up description of the element.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up description of the element.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Set up description of the element.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Set up the description of the external identifier.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Set up the tag description null means no description is available.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Location
Set up the stored description property for the location.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Meaning
Set up the description of the glossary term.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.NoteLogHeader
Set up the stored description property for the note log.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Set up the stored description property for the schema element.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SearchKeyword
Set up the keyword description null means no description is available.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Set up the description of the discovery engine.
setDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Set up the stored description property associated with the valid value.
setDisplayDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Set up the full business description.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Set up the stored display name property for the asset.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Set up the display name for UIs and reports.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up the display name for UIs and reports.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
Set up the printable name of the embedded connection.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Set up the display name for UIs and reports.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Set up the display name of this external reference.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Location
Set up the stored display name property for the location.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.NoteLogHeader
Set up the stored display name property for the note log.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Set up the simple name of the schema element.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Set up the display name for messages and UI.
setDisplayName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Set up the stored display name property for the valid value.
setDisplaySummary(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Set up the short display description for tables and summaries.
setElementPosition(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up the position of this schema attribute in its parent schema.
setEmbeddedConnection(Connection) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
Set up the embedded connection
setEmbeddedConnections(List<EmbeddedConnection>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.VirtualConnection
Set up the list of embedded connections for this virtual connection.
setEncodingStandard(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Set up the format (encoding standard) used for this schema.
setEncryptedPassword(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Set up an encrypted password.
setEncryptionMethod(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Set up the encryption method used on this Endpoint.
setEndDate(Date) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Set up the end date for the certification.
setEndDate(Date) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Set up the end data for the license.
setEndpoint(Endpoint) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Set up the endpoint properties for this Connection.
setExaminer(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Set up the name of the organization or person that issued the certification.
setExample(String) - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Set up an example configuration property value.
setExpectedDataFormat(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up the format of the data that the connector supports - null for "any".
setExpression(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Set up the expression used to calculate the value for the schema attribute.
setExpressionType(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Set up the specification language for the expression.
setExtendedProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementBase
Set up the properties that have been defined for a subtype of this object that are not supported explicitly by this bean.
setExternalInstanceCreatedBy(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Set up the username of the person or process that created the instance in the external system.
setExternalInstanceCreationTime(Date) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Set up the date/time when the instance in the external system was created.
setExternalInstanceLastUpdatedBy(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Set up the username of the person or process that last updated the instance in the external system.
setExternalInstanceLastUpdateTime(Date) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Set up the date/time that the instance in the external system was last updated.
setExternalInstanceVersion(long) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Set up the latest version of the element in the external system.
setFixedValue(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LiteralSchemaType
Set up the fixed value for the element.
setFormula(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Set up the formula used to combine the values of the queries.
setFormulaType(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Set up the specification language for the formula.
setGovernanceStatus(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Set up the status of the classification.
setGUID(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
Set up the guid for the element.
setHeaderSchemaType(SchemaType) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Set up the structure of the API header (or null if no header).
setHeaderVersion(long) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
Return the version of this header.
setHomeMetadataCollectionId(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Set up the unique identifier for the metadata collection that is managed by the repository where the element originates (its home repository).
setHomeMetadataCollectionName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Set up the name of the metadata collection that this asset belongs to.
setIdentifier(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Set up the external identifier for this asset.
setIdentifier(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Location
Set up the unique identifier of the location.
setImplementationValue(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
Set up the implementation value for the valid value used in a particular system.
setIsCalculatedValue(boolean) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Set up a boolean to indicate if the value for this attribute is stored or calculated.
setIsDeprecated(boolean) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Set whether the schema element deprecated or not.
setIsDeprecated(boolean) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Set whether the valid value is deprecated or not.
setIsNullable(boolean) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up whether the field is nullable or not.
setIsPrivateTag(boolean) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Set up boolean flag to say whether the tag is private or not.
setIsPublic(boolean) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Comment
Set up whether the like is private to the creating user or not.
setIsPublic(boolean) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Set up whether the link to the tag is private to the creating user or not.
setIsPublic(boolean) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Like
Set up whether the like is private to the creating user or not.
setIsPublic(boolean) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Rating
Set up whether the rating is private to the creating user or not.
setKeyPattern(KeyPattern) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Set up the key pattern that is used with this external identifier.
setLastUpdate(Date) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Note
Set up the last time a change was made to this note.
setLatestChangeAction(LatestChangeAction) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Set up the type of change.
setLatestChangeTarget(LatestChangeTarget) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Set up the relationship of element that has been changed to the anchor.
setLength(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up the length of the data field.
setLevelIdentifier(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Set up the unique identifier that defines the level of the classification that is applied.
setLicense(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Set up the license associated with this metadata element (null means none)
setLicenseConditions(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Set up any special conditions that apply to the license - such as endorsements.
setLicensee(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Set up the name of the organization or person that issued the license.
setLicenseGUID(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Set up the unique id for the type of license.
setLicenseTypeName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Set up the name for the type of the license.
setLink(ExternalReference) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Set up the link to the full text of the certification.
setLink(ExternalReference) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Set up the link to the full text of the license.
setLinkDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Set up the description of the reference (with respect to the element this reference is linked to).
setLinkedAttributeGUID(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
Set up the GUIDs of the schema attributes that this link connects together.
setLinkedAttributeName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
Set up the name of the far end of the relationship.
setLinkedSchemaType(SchemaType) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalSchemaType
Set up the list of alternative schema types that this attribute or asset may use.
setLinkProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
Set up the properties associated with this schema link.
setLinkType(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
Set up the type of the link - this is related to the type of the schema it is a part of.
setMaintainedBy(List<String>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Set up the list of users responsible for maintaining this instance.
setMapFromElement(SchemaType) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.MapSchemaType
Set up the type of schema element that represents the key or property name for the map.
setMapToElement(SchemaType) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.MapSchemaType
Set up the type of schema element that represents the property value for the map.
setMaxCardinality(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up the maximum number of instances allowed for this attribute.
setMeanings(List<Meaning>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernedReferenceable
Set up the assigned meanings for this metadata entity.
setMediaType(MediaType) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedMediaReference
Set up the type of media referenced.
setMediaUsageList(List<MediaUsage>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedMediaReference
Set up the list of recommended uses for the related media.
setMinCardinality(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up the minimum number of instances allowed for this attribute.
setMinimumLength(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up the minimum length of the data.
setName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Set up the string to use as the name of the configuration property.
setName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Set up the name of the tag.
setName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Meaning
Set up the glossary term name.
setName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SearchKeyword
Set up the name of the keyword.
setNamespace(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Set up the name of the namespace that this type belongs to.
setNativeJavaClass(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up the name of the Java class to use to represent this type.
setNotes(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Set up the notes from the custodian.
setNotes(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Set up additional information relating to this classification.
setNotes(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Set up the notes for the custodian.
setNotes(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValue
Set up the additional values associated with the symbolic name.
setNotes(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
Set up the additional values associated with the symbolic name.
setOperationCount(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APISchemaType
Set up the count of attributes in this schema type
setOrderedValues(boolean) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up whether the attribute instances are arranged in an order.
setOrganization(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Set up the name of the organization that owns the resource that this external reference represents.
setOrigin(ElementOrigin) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
Set up information about the origin of the element.
setOriginCategory(ElementOriginCategory) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Set up the details of this element's origin.
setOtherPropertyValues(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Set up a map of property name to property value to provide additional information for this configuration property.
setOtherPropertyValues(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.connectors.controls.TemplateType
Set up a map of property name to property value that the catalog template should have to be valid for this integration connector.
setPatchLevel(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Set up the patch level of the discovery engine.
setPosition(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
Set up the position that this connector is in the list of embedded connectors.
setPrecision(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up the number of significant digits to the right of decimal point.
setPreferredValue(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Set up the preferred values to use in implementations (normally used with definitions)
setProtocol(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Set up the protocol to use for this Endpoint
setQualifiedName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
Set up the fully qualified name.
setQueries(List<DerivedSchemaTypeQueryTarget>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Set up the list of queries that are used to create the derived schema element.
setQuery(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.DerivedSchemaTypeQueryTarget
Set up the query string for this element.
setQueryId(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.DerivedSchemaTypeQueryTarget
Set up the query id - this is used to identify where the results of this query should be plugged into the other queries or the formula for the parent derived schema element.
setQueryTargetGUID(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.DerivedSchemaTypeQueryTarget
Set up the unique identifier that describes the data source that will be queried to get part of the derived value.
setQueryType(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.DerivedSchemaTypeQueryTarget
Set up the name of the query language used in the query.
setRecipient(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Set up the identifier of the person or organization that received the certification.
setRecognizedAdditionalProperties(List<String>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up the list of property names that this connector/connector provider implementation looks for in the Connection object's additionalProperties.
setRecognizedConfigurationProperties(List<String>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up the list of property names that this connector/connector provider implementation looks for in the Connection object's configurationProperties.
setRecognizedSecuredProperties(List<String>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up the list of property names that this connector/connector provider implementation looks for in the Connection object's securedProperties.
setReferenceDataAsset(Asset) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationAsset
Set up the asset where the implementation of the valid value set is stored.
setReferenceId(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Set up the identifier given to this reference (with respect to this asset).
setRelationshipName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedAsset
Set up the type of relationship to the asset.
setRequestSchemaType(SchemaType) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Set up the structure of the request parameters (request body).
setRequired(boolean) - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
Set up whether this configuration property is required for this connector to work successful.
setRequired(boolean) - Method in class org.odpi.openmetadata.frameworks.connectors.controls.TemplateType
Set up whether this catalog template is required for this service to work successful.
setResourceDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Set up the description associated with the resource.
setResourceDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Set up the description of the resource that this external reference represents.
setResourceName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Set up the name of the resource that this asset represents.
setResponseSchemaType(SchemaType) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Set up the structure of the response.
setReview(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Rating
Set up the review comments - null means no review is available.
setSchemaOptions(List<SchemaType>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaTypeChoice
Set up the list of alternative schema types that this attribute or asset may use.
setScope(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Set up the scope of values that this valid value covers (normally used with sets)
setScope(Referenceable) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Set up the scope of this external identifier.
setScopeDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Set up the text description of the scope for this external identifier.
setSearchKeywords(List<SearchKeyword>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernedReferenceable
Set up a list of keywords that will help an asset consumer to locate this asset.
setSecuredProperties(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Set up the secured properties for this Connection.
setSecurityLabels(List<String>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SecurityTags
Set up the list of security labels for the element.
setSecurityProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SecurityTags
Set up the security properties associated with the element.
setSignificantDigits(int) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up the number of significant digits before the decimal point (zero means it is an integer).
setSortOrder(DataItemSortOrder) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Set up the order that the attribute instances are arranged in - if any.
setSource(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Set up details of the source system where this external identifier comes from.
setSource(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Set up the source of this classification.
setSource(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Set up the source of the discovery engine implementation.
setSourceServer(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Set up the name of the server where the element was retrieved from.
setStarRating(StarRating) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Rating
Set up the stars for the rating.
setStartDate(Date) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Set up the start date for the certification.
setStartDate(Date) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Set up the start date for the license.
setStatisticProperty(String, String, String) - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Set up the requested property.
setStatisticTimestamp(String, Date, String) - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Set up the requested timestamp.
setStatus(ElementStatus) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
Set up the current status of the element - typically ACTIVE.
setSteward(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Set up the identifier for the person responsible for maintaining this classification.
setSteward(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValue
Set up the id of the steward responsible for the mapping.
setSteward(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
Set up the id of the steward responsible for the mapping.
setStewardPropertyName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Set up the name of the property identifying the steward.
setStewardTypeName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Set up the type name of the element representing the steward.
setStrictRequirement(boolean) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignment
Set up whether the valid values are a suggestion or a requirement.
setSummary(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Set up a brief summary of the certification.
setSummary(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Set up a brief summary of the license.
setSuperTypeNames(List<String>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Set up the list of type names for this type's supertypes.
setSupportedAssetTypeName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up the type of asset that the connector implementation supports.
setSymbolicName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
Set up the symbolic name for the valid value that is used to look up the implementation value.
setTargetTechnologyInterfaces(List<String>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up the names of the interfaces in the target technology that the connector calls.
setTargetTechnologyName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up the name of the target technology that the connector implementation connects to.
setTargetTechnologySource(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up the name of the organization that supplies the target technology that the connector implementation connects to.
setTargetTechnologyVersions(List<String>) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Set up the versions of the target technology that the connector supports.
setTemplateDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.controls.TemplateType
Set up the description of the template, such as its content.
setTemplateName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.controls.TemplateType
Set up the name of the template.
setText(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Note
Set up the text of the note.
setType(ElementType) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
Set up the type of this element.
setTypeDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Set up a short description of this element's type.
setTypeDescription(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Set up the description of the type of discovery engine this is.
setTypeId(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Set up the unique identifier for the element's type.
setTypeName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.controls.TemplateType
Set up open metadata type name.
setTypeName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Set up the name of this element's type
setTypeVersion(long) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Set up the version number for this element's type
setUniqueName(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
Set up unique name - if known
setUpdatedBy(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Set up the name of the user that last updated this instance.
setUpdateTime(Date) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Set up the last update time for this instance.
setURI(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Set up the URI used to retrieve the resource that this external reference represents.
setUsage(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Set up the usage information for the resource.
setUsage(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Set up a description of how, where and when this external identifier is used.
setUsage(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Set up the usage guidance for this schema element.
setUsage(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Set up the description of how this valid value should be used.
setUser(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Comment
Set up the user id of the person who created the comment.
setUser(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Set up the user id of the person who created the tag.
setUser(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Like
Set up the user id of the person who created the like.
setUser(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Note
Set up the user id of the person who created the note.
setUser(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Rating
Set up the user id of the person who created the rating.
setUserId(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Set up the userId to use on this connection.
setUserId(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Set up the user identifier for the person/system making the change.
setValidValue(ValidValue) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignment
Set up the properties of the valid value used in the assignment.
setValidValue(ValidValue) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationDefinition
Set up the valid value definition for an entry in the asst's implementation.
setValidValue(ValidValue) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
Set up the valid value elements that are mapped together.
setValidValue(ValidValue) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentDefinition
Set up the properties of the valid value used in the assignment.
setValidValueSetGUID(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EnumSchemaType
Set up the unique identifier of the valid value set that lists the valid values of this enumeration.
setVersion(long) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Set up the version number for this instance.
setVersion(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Set up the version of the resource that this external reference represents.
setVersion(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Set up the version string of the discovery engine.
setVersionIdentifier(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Set up the version identifier of the resource.
setVersionNumber(String) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Set up the version number of the schema element - null means no version number.
setVersions(ElementVersions) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
Set up detail of the element's current version and the users responsible for maintaining it.
SimpleSchemaType - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
SimpleSchemaType describes a schema element that has a primitive or enum type.
SimpleSchemaType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SimpleSchemaType
Default constructor used by subclasses
SimpleSchemaType(SimpleSchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SimpleSchemaType
Copy/clone Constructor.
SINGLETON - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeCategory
There is at maximum, only one instance of the attribute.
SoftwareCapability - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
SoftwareCapability describe the properties needed to describe a specific software server's capability.
SoftwareCapability() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Default constructor.
SoftwareCapability(SoftwareCapability) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Copy/clone constructor.
STANDBY - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The instance is deployed in standby mode.
start() - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
Indicates that the connector is completely configured and can begin processing.
start() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
Indicates that the connector is completely configured and can begin processing.
StructSchemaType - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
StructSchemaType describes a schema element that has a number of nested data fields.
StructSchemaType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.StructSchemaType
Default constructor used by subclasses
StructSchemaType(StructSchemaType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.StructSchemaType
Copy/clone Constructor.

T

TemplateType - Class in org.odpi.openmetadata.frameworks.connectors.controls
TemplateType defines a template supported by this integration connector.
TemplateType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.controls.TemplateType
Constructor
TemplateTypeEnum - Enum Class in org.odpi.openmetadata.frameworks.connectors.controls
TemplateTypeEnum characterises the type of templates supported by an integration connector.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBroker
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.controls.ConfigurationPropertyType
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.controls.TemplateType
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.frameworks.connectors.controls.TemplateTypeEnum
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
Standard toString method.
toString() - Method in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
Standard toString method.
toString() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.APIOperations
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementHeader
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementOrigin
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetFeedback
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetLineage
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetReferenceable
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.AssetUniverse
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.APISchemaType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
Standard toString method.
toString() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ClassificationOrigin
toString() JSON-style
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Comment
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ComplexSchemaType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConfidenceGovernanceClassification
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConfidentialityGovernanceClassification
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.CriticalityGovernanceClassification
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.DerivedSchemaTypeQueryTarget
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementBase
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassification
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassificationHeader
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
Standard toString method.
toString() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOriginCategory
Standard toString method.
toString() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
toString() JSON-style
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
JSON-style toString.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EnumSchemaType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalSchemaType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernedReferenceable
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Like
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.LiteralSchemaType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Location
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.MapSchemaType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Meaning
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Note
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.NoteLogHeader
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.PrimitiveSchemaType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Rating
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValue
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignedItem
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignment
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedAsset
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedMediaReference
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.RetentionGovernanceClassification
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
Standard toString method.
toString() - Method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeCategory
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaTypeChoice
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SearchKeyword
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SecurityTags
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SimpleSchemaType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.StructSchemaType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Generate a string containing the properties.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationAsset
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationDefinition
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignment
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentConsumer
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentDefinition
JSON-style toString
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.VirtualConnection
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Certifications
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.CommentConversation
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.CommentReplies
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Comments
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectedAssetProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Connections
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ConnectorTypeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPIOperation
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPISchemaType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EmbeddedConnectionProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.EndpointProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ExternalIdentifiers
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.ExternalReferences
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.InformalTags
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Licenses
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Likes
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Locations
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.NestedSchemaType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.NoteLog
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.NoteLogs
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Notes
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.PagingIterator
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.Ratings
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssetProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssets
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.RelatedMediaReferences
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.SchemaAttributes
Standard toString method.
toString() - Method in class org.odpi.openmetadata.frameworks.connectors.properties.VirtualConnectionProperties
Standard toString method.

U

UNABLE_TO_REMOVE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-PROPERTIES-400-018 - Unable to remove element through iterator {0}
UNDER_DEVELOPMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
The instance is being developed.
UNKNOWN - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOriginCategory
Unknown provenance.
UNKNOWN - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
Unknown instance status.
UNKNOWN - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeCategory
The schema type is unknown.
UNKNOWN_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTOR-500-007 - Unknown Connector Java class {0} for Connector {1}
UNKNOWN_CONNECTOR_PROVIDER - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-400-005 - Unknown Connector Provider class {0} passed in connection {1}
UNKNOWN_ENDPOINT - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTOR-404-001 - Endpoint {0} in connection {1} for connector instance {2} is either unknown or unavailable
UNKNOWN_ERROR - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-500-004 - Connection error detected
UNKNOWN_SCHEMA_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-PROPERTIES-404-003 - {0} retrieved a schema attribute of type {1} which does not have an associated schema type.
UNNAMED_CONNECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
OCF-CONNECTION-400-002 - Unnamed connection object passed to requested action {0}
UserNotAuthorizedException - Exception in org.odpi.openmetadata.frameworks.connectors.ffdc
The UserNotAuthorizedException is thrown by the OCF when a userId passed on a request is not authorized to perform the requested action.
UserNotAuthorizedException(int, String, String, String, String, String[], String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
This is the constructor used when receiving an exception from a remote server.
UserNotAuthorizedException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
Deprecated.
UserNotAuthorizedException(int, String, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
Deprecated.
UserNotAuthorizedException(int, String, String, String, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
Deprecated.
UserNotAuthorizedException(int, String, String, String, String, String, Throwable, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
Deprecated.
UserNotAuthorizedException(ExceptionMessageDefinition, String, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
This is the typical constructor used for creating an exception.
UserNotAuthorizedException(ExceptionMessageDefinition, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
This is the typical constructor used for creating an exception.
UserNotAuthorizedException(ExceptionMessageDefinition, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
This is the constructor used for creating an exception that resulted from a previous error.
UserNotAuthorizedException(ExceptionMessageDefinition, String, String, Throwable, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
This is the constructor used for creating an exception that resulted from a previous error.
UserNotAuthorizedException(OCFCheckedExceptionBase, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
This is the copy/clone constructor used for creating an exception from any exception that is a subclass of OCFCheckedExceptionBase
UserNotAuthorizedException(UserNotAuthorizedException) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
This is the copy/clone constructor used for creating an exception.

V

validateConnection(Connection) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBroker
Validate that the connection has sufficient properties to attempt to create a connector.
validateConnection(ConnectionProperties) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBroker
Validate that the connection has sufficient properties to attempt to create a connector.
ValidValue - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ValidValue provides the common super class for ValidValueSet and ValidValueDefinition.
ValidValue() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Constructor
ValidValue(ValidValue) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
Copy/clone constructor
ValidValueDefinition - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ValidValueDefinition defines a value that can be legitimately assigned to a field.
ValidValueDefinition() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueDefinition
Constructor
ValidValueDefinition(ValidValueDefinition) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueDefinition
Copy/clone constructor
ValidValueImplementation - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ValidValueImplementation contains the properties for a relationship between an asset and a valid value.
ValidValueImplementation() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
Default constructor
ValidValueImplementation(ValidValueImplementation) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
Copy clone constructor
ValidValueImplementationAsset - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ValidValueImplementationAsset contains the properties for a reference data set implementing a requested valid value.
ValidValueImplementationAsset() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationAsset
Default constructor
ValidValueImplementationAsset(ValidValueImplementationAsset) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationAsset
Copy clone constructor
ValidValueImplementationDefinition - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ValidValueImplementationAsset contains the properties for a reference data set implementing a requested valid value.
ValidValueImplementationDefinition() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationDefinition
Default constructor
ValidValueImplementationDefinition(ValidValueImplementationDefinition) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationDefinition
Copy clone constructor
ValidValueMapping - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ValidValueMapping contains the properties and ends of a valid value mapping.
ValidValueMapping() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
Default constructor
ValidValueMapping(ValidValueMapping) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
Copy clone constructor
ValidValuesAssignment - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ValidValuesAssignment contains the properties for a valid value's reference data assignment to a referenceable.
ValidValuesAssignment() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignment
Default constructor
ValidValuesAssignment(ValidValuesAssignment) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignment
Copy clone constructor
ValidValuesAssignmentConsumer - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ValidValuesAssignmentConsumer contains the properties for a referenceable that is linked to a requested valid value via the ValidValuesAssignment.
ValidValuesAssignmentConsumer() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentConsumer
Default constructor
ValidValuesAssignmentConsumer(ValidValuesAssignmentConsumer) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentConsumer
Copy clone constructor
ValidValuesAssignmentDefinition - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ValidValuesAssignmentDefinition describes the link to a valid value for a consumer of a valid value via a ValidValuesAssignment relationship.
ValidValuesAssignmentDefinition() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentDefinition
Default constructor
ValidValuesAssignmentDefinition(ValidValuesAssignmentDefinition) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentDefinition
Copy clone constructor
ValidValueSet - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
ValidValueSet defines a collection of valid value definitions.
ValidValueSet() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueSet
Constructor
ValidValueSet(ValidValueSet) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueSet
Copy/clone constructor
valueOf(String) - Static method in enum class org.odpi.openmetadata.frameworks.connectors.controls.TemplateTypeEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ClassificationOrigin
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOriginCategory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeCategory
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.frameworks.connectors.controls.TemplateTypeEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ClassificationOrigin
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOriginCategory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeCategory
Returns an array containing the constants of this enum class, in the order they are declared.
VirtualConnection - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
A virtual connection is for an asset that provides data by delegating requests to one or more other connections.
VirtualConnection() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.VirtualConnection
Default constructor
VirtualConnection(VirtualConnection) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.VirtualConnection
Copy/clone constructor.
VirtualConnectionProperties - Class in org.odpi.openmetadata.frameworks.connectors.properties
The VirtualConnectionProperties is an object that contains the properties needed to create and initialise a virtual connector to access a virtual asset that is constructed from access to one of more other assets.
VirtualConnectionProperties(VirtualConnection) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.VirtualConnectionProperties
Bean constructor
VirtualConnectionProperties(VirtualConnectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.VirtualConnectionProperties
Copy/clone Constructor to return a copy of a connection object that is connected to an asset.
VirtualConnectorExtension - Interface in org.odpi.openmetadata.frameworks.connectors
The VirtualConnectorExtension is an optional interface for a virtual connector.
A B C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form