Index
All Classes and Interfaces|All Packages
A
- ACTIVE - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermStatus
-
Active - The term is approved and in use.
- ACTIVE - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionStatus
-
Active - The governance definition is approved and in use.
- addAssetOrigin(String, String, String, String, Map<String, String>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Add or replace the asset origin classification to an asset.
- addAssetToCatalog(String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Add a simple asset description to the catalog.
- addAssetToCatalog(String, AssetProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Add a comprehensive asset description to the catalog.
- addAssetToCatalogUsingTemplate(String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Create a new metadata element to represent an asset using an existing asset as a template.
- addAvroFileToCatalog(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingAvroFileInterface
-
Add a simple asset description linked to a connection object for an Avro file.
- addCombinedSchemaToAsset(String, String, SchemaTypeProperties, List<SchemaAttributeProperties>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Stores the supplied schema details in the catalog and attaches it to the asset.
- addCommentReply(String, String, boolean, CommentProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Adds a comment to another comment.
- addCommentToElement(String, String, boolean, CommentProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Adds a comment to the element.
- addConnectionToAsset(String, String, String, Connection) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Deprecated.
- addCSVFileToCatalog(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingCSVFileInterface
-
Add a simple asset description linked to a connection object for a CSV file.
- addCSVFileToCatalog(String, String, String, String, List<String>, Character, Character) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingCSVFileInterface
-
Add a simple asset description linked to a connection object for a CSV file.
- addDataFileAssetToCatalog(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Creates a new file asset and links it to the folder structure implied in the path name.
- addDataFolderAssetToCatalog(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Creates a new folder asset that is identified as a data asset.
- addGovernanceDefinitionToElement(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Link a governance definition to an element using the GovernedBy relationship.
- addSchemaAttribute(String, String, String, SchemaAttributeProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Adds an attribute to a complex schema type like a relational table, avro schema or a structured document.
- addSchemaAttributes(String, String, String, List<SchemaAttributeProperties>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Adds attributes to a complex schema type like a relational table, avro schema or a structured document.
- addSchemaTypeToAsset(String, String, SchemaTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Stores the supplied schema type in the catalog and attaches it to the asset.
- addSecurityTags(String, String, String, List<String>, Map<String, Object>, Map<String, List<String>>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Add or replace the security tags for an asset or one of its elements.
- addSemanticAssignment(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Create a simple relationship between a glossary term and an element in an Asset description (typically an attribute in the schema).
- addSemanticAssignment(String, String, String, String, SemanticAssignmentProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Create a semantic assignment relationship between a glossary term and an element (normally a schema attribute, data field or asset).
- addTemplateClassification(String, String, String, String, String, Map<String, String>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Classify an asset as suitable to be used as a template for cataloguing assets of a similar types.
- AnnotationListResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
AnnotationListResponse is the response structure used on OMAS REST API calls that return a list of Annotations objects as a response.
- AnnotationListResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationListResponse
-
Default constructor
- AnnotationListResponse(AnnotationListResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationListResponse
-
Copy/clone constructor
- AnnotationResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
AnnotationResponse is the response structure used on the OMAS REST API calls that return a Annotation object as a response.
- AnnotationResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationResponse
-
Default constructor
- AnnotationResponse(AnnotationResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationResponse
-
Copy/clone constructor
- APPROVED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermStatus
-
Approved - The term is approved and ready to be activated.
- AssetCertificationInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
The AssetCertificationInterface provides the ability to manage the certification types that can be associated with elements.
- AssetClassificationInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
The AssetClassificationInterface is used by the asset owner to add classifications and detailed definitions to the asset.
- AssetCollaborationInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
AssetCollaborationInterface defines the operations to manage comments snd note logs attached to assets and their attachments.
- AssetCollectionInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
The CollectionManagementInterface adds methods for managing collections that can be attached to assets and their related elements.
- AssetConnectionManagementInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
ManageConnections provides methods to define connections and their supporting objects The interface supports the following types of objects Connections - the connections used to create connector instances that can access the connection. ConnectorTypes - description of a specific that can be used to access the connection. ConnectorCategories - the network information needed to access the connection. Endpoints - the network information needed to access the connection.
- AssetDecommissioningInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
The AssetDecommissioningInterface covers the steps that the asset owner needs to perform at the end of life of the asset.
- AssetElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
AssetElement contains the properties and header for an asset retrieved from the metadata repository.
- AssetElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.AssetElement
-
Default constructor
- AssetElement(AssetElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.AssetElement
-
Copy/clone constructor
- AssetElementResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
AssetElementResponse is the response structure used on the OMAS REST API calls that return a AssetElement bean object as a response.
- AssetElementResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementResponse
-
Default constructor
- AssetElementResponse(AssetElementResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementResponse
-
Copy/clone constructor
- AssetElementsResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
AssetElementsResponse returns a list of assets from the server.
- AssetElementsResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementsResponse
-
Default constructor
- AssetElementsResponse(AssetElementsResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementsResponse
-
Copy/clone constructor
- AssetKnowledgeInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
AssetKnowledgeInterface provides basic information about the types of access supported in the open metadata ecosystem
- AssetLicenseInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
The AssetLicenseInterface supports the management of the types of licenses (terms and conditions) associated with elements.
- AssetOnboardingAvroFileInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
AssetOnboardingAvroFileInterface provides the client-side interface for an asset owner to set up the metadata about an Avro file asset.
- AssetOnboardingCSVFileInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
AssetOnboardingCSVFileInterface provides the client-side interface for an asset owner to set up the metadata about a CSV file asset.
- AssetOnboardingFileSystem - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
AssetOnboardingFileSystem provides specialist methods for building up folder structures for a file system and cataloguing the files within them.
- AssetOnboardingInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
AssetOnboardingInterface provides the client-side interface for an asset owner to set up the metadata about their asset.
- AssetOnboardingValidValues - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
AssetOnboardingValidValues provides the API operations to create and maintain lists of valid value definitions grouped into a valid value set.
- AssetOwnerAuditCode - Enum Class in org.odpi.openmetadata.accessservices.assetowner.ffdc
-
The AssetOwnerAuditCode is used to define the message content for the OMRS Audit Log.
- AssetOwnerErrorCode - Enum Class in org.odpi.openmetadata.accessservices.assetowner.ffdc
-
The AssetOwnerErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Asset Owner OMAS Services.
- AssetOwnerEventInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
AssetOwnerEventInterface defines how a client gets access to the events produced by the Asset Owner OMAS
- AssetOwnerEventListener - Class in org.odpi.openmetadata.accessservices.assetowner.api
-
AssetOwnerEventListener is the interface that a client implements to register to receive the events from the Asset Owner OMAS.
- AssetOwnerEventListener() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.api.AssetOwnerEventListener
- AssetOwnerEventType - Enum Class in org.odpi.openmetadata.accessservices.assetowner.events
-
AssetOwnerEventType describes the different types of events produced by the Asset Owner OMAS.
- AssetOwnerOMASAPIRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
AssetOwnerOMASAPIRequestBody provides a common header for Asset Owner OMAS request bodies for its REST API.
- AssetOwnerOMASAPIRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
-
Default constructor
- AssetOwnerOMASAPIRequestBody(AssetOwnerOMASAPIRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
-
Copy/clone constructor
- AssetOwnerOMASAPIResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
AssetOwnerOMASAPIResponse provides a common header for Asset Owner OMAS managed rest to its REST API.
- AssetOwnerOMASAPIResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIResponse
-
Default constructor
- AssetOwnerOMASAPIResponse(AssetOwnerOMASAPIResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIResponse
-
Copy/clone constructor
- AssetOwnerOutTopicEvent - Class in org.odpi.openmetadata.accessservices.assetowner.events
-
AssetOwnerOutTopicEvent describes the structure of the events emitted by the Asset Owner OMAS that are about assets.
- AssetOwnerOutTopicEvent() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Default Constructor
- AssetOwnerOutTopicEvent(AssetOwnerOutTopicEvent) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Copy/clone constructor
- AssetProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
AssetProperties holds asset properties that are used for displaying details of an asset in summary lists or hover text.
- AssetProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
-
Default constructor
- AssetProperties(AssetProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
-
Copy/clone constructor.
- AssetReviewInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
The AssetReviewInterface is used by the asset owner to review the state of the asset including any quality and usage metrics associated with the asset.
- attachDataFileAssetToFolder(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Link an existing file asset to a folder.
- attachFolderToFileSystem(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Links a folder to a file system.
- attachSchemaTypeToAsset(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Links the supplied schema type directly to the asset.
- attachValidValueToSet(String, String, String, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
-
Create a link between a valid value set or definition and a set.
C
- CalculatedValueClassificationRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
CalculatedValueClassificationRequestBody is used to identify the schema elements that are calculated (derived) rather than stored.
- CalculatedValueClassificationRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.CalculatedValueClassificationRequestBody
-
Default constructor
- CalculatedValueClassificationRequestBody(CalculatedValueClassificationRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.CalculatedValueClassificationRequestBody
-
Copy/clone constructor for a primary key.
- CertificateIdRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
CertificateIdRequestBody provides a structure for the unique certificate identifier.
- CertificateIdRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.CertificateIdRequestBody
-
Default constructor
- CertificateIdRequestBody(CertificateIdRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.CertificateIdRequestBody
-
Copy/clone constructor
- CertificationElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
CertificationElement contains the properties and header for a certification for an element.
- CertificationElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
-
Default constructor
- CertificationElement(CertificationElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
-
Copy/clone constructor
- CertificationListResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
CertificationTypeListResponse is the response structure used on the OMAS REST API calls that return a list of certifications as a response.
- CertificationListResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationListResponse
-
Default constructor
- CertificationListResponse(CertificationListResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationListResponse
-
Copy/clone constructor
- CertificationProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
CertificationProperties describe the details of a certificate that shows that an element is certified with a particular certification type.
- CertificationProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Default Constructor
- CertificationProperties(CertificationProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Copy/clone Constructor - the resulting object.
- CertificationTypeElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
CertificationTypeElement contains the properties and header for a certification type retrieved from the metadata repository.
- CertificationTypeElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationTypeElement
-
Default constructor
- CertificationTypeElement(CertificationTypeElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationTypeElement
-
Copy/clone constructor
- CertificationTypeListResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
CertificationTypeListResponse is the response structure used on the OMAS REST API calls that return a list of certification types as a response.
- CertificationTypeListResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeListResponse
-
Default constructor
- CertificationTypeListResponse(CertificationTypeListResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeListResponse
-
Copy/clone constructor
- CertificationTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
Many regulations and industry bodies define certifications that can confirm a level of support, capability or competence in an aspect of a digital organization's operation.
- CertificationTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationTypeProperties
-
Default Constructor
- CertificationTypeProperties(CertificationTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationTypeProperties
-
Copy/Clone Constructor
- CertificationTypeRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
CertificationTypeRequestBody provides a structure used when creating certification types.
- CertificationTypeRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeRequestBody
-
Default constructor
- CertificationTypeRequestBody(CertificationTypeRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeRequestBody
-
Copy/clone constructor
- CertificationTypeResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
CertificationTypeResponse is the response structure used on the OMAS REST API calls that returns a certification type object as a response.
- CertificationTypeResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeResponse
-
Default constructor
- CertificationTypeResponse(CertificationTypeResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeResponse
-
Copy/clone constructor
- certifyElement(String, String, String, CertificationProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
-
Link an element to a certification type and include details of the certification in the relationship properties.
- ClassificationProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
ClassificationProperties provides the base class for classifications items.
- ClassificationProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ClassificationProperties
-
Default constructor
- ClassificationProperties(ClassificationProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ClassificationProperties
-
Copy/clone constructor.
- ClassificationRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ClassificationRequestBody describes the request body used when attaching classification to elements.
- ClassificationRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ClassificationRequestBody
-
Default constructor
- ClassificationRequestBody(ClassificationRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ClassificationRequestBody
-
Copy/clone constructor.
- clearAcceptedAnswer(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Unlink a comment that contains an answer to a question posed in another comment.
- clearAssetConnection(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Remove a relationship between an asset and its connection.
- clearAssetRelationship(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Remove the relationship between two elements.
- clearCatalogTemplate(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Remove a "CatalogTemplate" relationship between two referenceables.
- clearConfidenceClassification(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Remove the confidence classification from the element.
- clearConfidentialityClassification(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Remove the confidence classification from the element.
- clearConnectorType(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Remove a relationship between a connection and a connector type.
- clearCriticalityClassification(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Remove the criticality classification from the element.
- clearElementAsDataField(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Remove the data field designation from the element.
- clearEmbeddedConnection(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Remove a relationship between a virtual connection and an embedded connection.
- clearEndpoint(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Remove a relationship between a connection and an endpoint.
- clearMoreInformation(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Remove a "MoreInformation" relationship between two referenceables.
- clearResource(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Remove a "ResourceList" relationship between two referenceables.
- clearRetentionClassification(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Remove the retention classification from the element.
- clearSchemaElementAsCalculatedValue(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Remove the calculated value designation from the schema element.
- clearSchemaElementRelationship(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Remove a relationship between two schema elements.
- clearSchemaTypeParent(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Remove the relationship between a schema type and its parent data asset, process or port.
- clearStakeholder(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Remove a "Stakeholder" relationship between two referenceables.
- CollectionElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
CollectionElement contains the properties and header for a collection retrieved from the metadata repository.
- CollectionElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionElement
-
Default constructor
- CollectionElement(CollectionElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionElement
-
Copy/clone constructor
- CollectionFolderProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
CollectionFolderProperties defines the properties used to create a Folder classification for a collection.
- CollectionFolderProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionFolderProperties
-
Default Constructor
- CollectionFolderProperties(CollectionFolderProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionFolderProperties
-
Copy/clone Constructor - the resulting object.
- CollectionMember - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
CollectionMember describes a member of a collection.
- CollectionMember() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionMember
-
Default constructor
- CollectionMember(CollectionMember) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionMember
-
Copy/clone constructor
- CollectionMembershipProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
CollectionMember describes a member of a collection.
- CollectionMembershipProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Default constructor
- CollectionMembershipProperties(CollectionMembershipProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Copy/clone constructor
- CollectionProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
CollectionProperties describes the core properties of a collection.
- CollectionProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionProperties
-
Default constructor
- CollectionProperties(CollectionProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionProperties
-
Copy/clone constructor
- CombinedSchemaRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
CombinedSchemaRequestBody carries the parameters for created a new schema to attach to an asset.
- CombinedSchemaRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.CombinedSchemaRequestBody
-
Default constructor
- CombinedSchemaRequestBody(CombinedSchemaRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.CombinedSchemaRequestBody
-
Copy/clone constructor
- CommentElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
CommentElement contains the properties and header for a Comment entity retrieved from the metadata repository.
- CommentElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
Default constructor
- CommentElement(CommentElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
Copy/clone constructor
- CommentProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
The CommentProperties bean stores information about a comment connected to an asset.
- CommentProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.CommentProperties
-
Default constructor
- CommentProperties(CommentProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.CommentProperties
-
Copy/clone constructor.
- ConnectionElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
ConnectionElement contains the properties and header for a connection retrieved from the metadata repository.
- ConnectionElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Default constructor
- ConnectionElement(ConnectionElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Copy/clone constructor
- ConnectionProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
The connection is an object that contains the properties needed to create and initialise a connector to access a specific data assets.
- ConnectionProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Default constructor sets the Connection properties to null.
- ConnectionProperties(ConnectionProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Copy/clone Constructor to return a copy of a connection object.
- ConnectionRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ConnectionRequestBody carries the parameters for created a new asset.
- ConnectionRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
-
Default constructor
- ConnectionRequestBody(ConnectionRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
-
Copy/clone constructor
- ConnectionResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ConnectionResponse is a response object for passing back a single connection object.
- ConnectionResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionResponse
-
Default constructor
- ConnectionResponse(ConnectionResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionResponse
-
Copy/clone constructor
- ConnectionsResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ConnectionsResponse is a response object for passing back a list of connection objects.
- ConnectionsResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionsResponse
-
Default constructor
- ConnectionsResponse(ConnectionsResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionsResponse
-
Copy/clone constructor
- ConnectorTypeElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
ConnectorTypeElement contains the properties and header for a connector type retrieved from the metadata repository.
- ConnectorTypeElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectorTypeElement
-
Default constructor
- ConnectorTypeElement(ConnectorTypeElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectorTypeElement
-
Copy/clone constructor
- ConnectorTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
The ConnectorTypeProperties describe the implementation details of a particular type of connector.
- ConnectorTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Default constructor
- ConnectorTypeProperties(ConnectorTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Copy/clone constructor for a connectorType that is not connected to an asset (either directly or indirectly).
- ConnectorTypeResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ConnectorReportResponse is a response object for passing back a single connector type object.
- ConnectorTypeResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypeResponse
-
Default constructor
- ConnectorTypeResponse(ConnectorTypeResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypeResponse
-
Copy/clone constructor
- ConnectorTypesResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ConnectorTypesResponse is a response object for passing back a list of connector type objects.
- ConnectorTypesResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypesResponse
-
Default constructor
- ConnectorTypesResponse(ConnectorTypesResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypesResponse
-
Copy/clone constructor
- createAnchoredSchemaType(String, String, SchemaTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Create a new metadata element to represent a schema type.
- createCollection(String, CollectionProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
-
Create a new generic collection.
- createConnection(String, ConnectionProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Create a new metadata element to represent the connection.
- createConnectionFromTemplate(String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Create a new metadata element to represent a connection using an existing metadata element as a template.
- createEndpoint(String, EndpointProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Create a new metadata element to represent the endpoint.
- createEndpointFromTemplate(String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Create a new metadata element to represent a endpoint using an existing metadata element as a template.
- createExternalReference(String, String, ExternalReferenceProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
-
Create a definition of an external reference.
- createFileSystemInCatalog(String, String, String, String, String, String, String, String, String, String, Map<String, String>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Files live on a file system.
- createFolderCollection(String, CollectionFolderProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
-
Create a collection that acts like a folder with an order.
- createFolderStructureInCatalog(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Creates a new folder asset for each element in the pathName.
- createFolderStructureInCatalog(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Creates a new folder asset for each element in the pathName that is linked from the parent entity.
- createNote(String, String, NoteProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Create a new metadata element to represent a note.
- createNoteLog(String, String, boolean, NoteLogProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Create a new metadata element to represent a note log and attach it to an element (if supplied).
- createSchemaAttributeFromTemplate(String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Create a new metadata element to represent a schema attribute using an existing metadata element as a template.
- createSchemaType(String, SchemaTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Create a new metadata element to represent a schema type.
- createSchemaTypeFromTemplate(String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Create a new metadata element to represent a schema type using an existing metadata element as a template.
- createValidValueDefinition(String, String, boolean, String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
-
Create a new valid value definition.
- createValidValueSet(String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
-
Create a new valid value set.
D
- DataContentForDataSetProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
DataContentForDataSetProperties defines a query on an asset that returns all or part of the values for a dataset.
- DataContentForDataSetProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DataContentForDataSetProperties
-
Default constructor
- DataContentForDataSetProperties(DataContentForDataSetProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DataContentForDataSetProperties
-
Copy/clone constructor.
- DataFieldQueryProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
DataFieldQueryProperties is used to provide the properties that can be used to extract an element by the data values classification.
- DataFieldQueryProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldQueryProperties
-
Default constructor
- DataFieldQueryProperties(DataFieldQueryProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldQueryProperties
-
Copy/clone constructor for an editing glossary classification.
- DataFieldValuesProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
DataFieldValuesProperties is used to provide the characterizations of the data values stored in a data field described by the attached element.
- DataFieldValuesProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldValuesProperties
-
Default constructor
- DataFieldValuesProperties(DataFieldValuesProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldValuesProperties
-
Copy/clone constructor for an editing glossary classification.
- DataStoreProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
DataStoreProperties provides the JavaBean for describing a data store.
- DataStoreProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Default constructor
- DataStoreProperties(AssetProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Copy/clone constructor.
- DataStoreProperties(DataStoreProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Copy/clone constructor.
- decertifyElement(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
-
Remove the certification for an element.
- deleteAsset(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetDecommissioningInterface
-
Deletes an asset and all of its associated elements such as schema, connections (unless they are linked to another asset), discovery reports and associated feedback.
- deleteAssetSchemaType(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Detaches and deletes an asset's schema.
- deleteExternalReference(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
-
Remove the definition of an external reference.
- deleteValidValue(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
-
Remove the valid value form the repository.
- DEPRECATED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermStatus
-
Deprecated - The term is out of date and should not be used.
- DEPRECATED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionStatus
-
Deprecated - The governance definition has been superseded.
- DerivedSchemaTypeQueryTargetProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
DerivedSchemaTypeQueryTargetProperties defines a query on a schema element that returns all or part of the value for a derived schema type.
- DerivedSchemaTypeQueryTargetProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
-
Default constructor
- DerivedSchemaTypeQueryTargetProperties(DerivedSchemaTypeQueryTargetProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
-
Copy/clone constructor.
- detachDataFileAssetFromFolder(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Remove a link between a file asset and a folder.
- detachFolderFromFileSystem(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Removed the link between a folder and a file system.
- detachSchemaTypeFromAsset(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Unlinks the schema from the asset but does not delete it.
- detachValidValueFromSet(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
-
Remove the link between a valid value and a set it is a member of.
- DRAFT - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermStatus
-
Draft - The term is incomplete.
- DRAFT - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionStatus
-
Draft - The governance definition is still in development.
- DuplicateProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
DuplicatesRequestBody provides a structure for passing the properties associated with duplicates.
- DuplicateProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Default constructor
- DuplicateProperties(DuplicateProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Copy/clone constructor
E
- EffectiveTimeQueryRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
EffectiveTimeQueryRequestBody carries the date/time for a query.
- EffectiveTimeQueryRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.EffectiveTimeQueryRequestBody
-
Default constructor
- EffectiveTimeQueryRequestBody(EffectiveTimeQueryRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.EffectiveTimeQueryRequestBody
-
Copy/clone constructor
- ELEMENT_CLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
A classification has been added to an element.
- ELEMENT_DECLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
A classification has been removed from an element.
- ELEMENT_DELETED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
An element and all its anchored elements have been deleted.
- ELEMENT_GUID_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
An element's GUID has changed.
- ELEMENT_HOME_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
An element's home has changed.
- ELEMENT_RECLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
The properties for a classification attached to an element have been updated.
- ELEMENT_RESTORED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
An element that was once deleted has been restored.
- ELEMENT_TYPE_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
An element's type has changed.
- ELEMENT_UPDATED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
An element's properties has been updated.
- ElementHeaderResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ElementHeaderResponse is the response structure used on the OMAS REST API calls that return the header for a element.
- ElementHeaderResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ElementHeaderResponse
-
Default constructor
- ElementHeaderResponse(ElementHeaderResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ElementHeaderResponse
-
Copy/clone constructor
- ElementStubListResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ElementStubListResponse is the response structure used on the OMAS REST API calls that return a list of element identifiers as a response.
- ElementStubListResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ElementStubListResponse
-
Default constructor
- ElementStubListResponse(ElementStubListResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ElementStubListResponse
-
Copy/clone constructor
- EmbeddedConnection - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
The EmbeddedConnection is used within a VirtualConnection to link to the embedded connections.
- EmbeddedConnection() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
-
Default constructor
- EmbeddedConnection(EmbeddedConnection) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
-
Copy/clone constructor.
- EmbeddedConnectionRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
The EmbeddedConnection is used within a VirtualConnection to link to the embedded connections.
- EmbeddedConnectionRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.EmbeddedConnectionRequestBody
-
Default constructor
- EmbeddedConnectionRequestBody(EmbeddedConnectionRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.EmbeddedConnectionRequestBody
-
Copy/clone constructor.
- EndpointElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
EndpointElement contains the properties and header for an endpoint retrieved from the metadata repository.
- EndpointElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EndpointElement
-
Default constructor
- EndpointElement(EndpointElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EndpointElement
-
Copy/clone constructor
- EndpointProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
EndpointProperties describes the properties of a server endpoint.
- EndpointProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Default constructor
- EndpointProperties(EndpointProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Copy/clone constructor for an Endpoint.
- EndpointResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
EndpointResponse is a response object for passing back a single endpoint object.
- EndpointResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointResponse
-
Default constructor
- EndpointResponse(EndpointResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointResponse
-
Copy/clone constructor
- EndpointsResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
EndpointsResponse is a response object for passing back a list of endpoint objects.
- EndpointsResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointsResponse
-
Default constructor
- EndpointsResponse(EndpointsResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointsResponse
-
Copy/clone constructor
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.AssetElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationTypeElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionMember
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectorTypeElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EndpointElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ExternalReferenceElement
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FeedbackTargetElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileSystemElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FolderElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GlossaryTermElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GovernanceDefinitionElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseTypeElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteLogElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ReferenceableElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelatedElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelationshipElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaAttributeElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationTypeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ClassificationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionFolderProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CommentProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataContentForDataSetProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldQueryProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldValuesProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceLinkProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystemProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindAssetOriginProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindNameProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseTypeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.MeaningProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.NoteLogProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.NoteProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RelationshipProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RetentionClassificationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SecurityTagsProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.StakeholderProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CalculatedValueClassificationRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificateIdRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ClassificationRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CombinedSchemaRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypeResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypesResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EffectiveTimeQueryRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ElementHeaderResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ElementStubListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EmbeddedConnectionRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceIdRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalSourceRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseIdRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PagedResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelatedElementListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipElementResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipElementsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeElementResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeElementsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeElementResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeElementsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SecurityTagsRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.StatusRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SurveyReportListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateClassificationRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.UpdateRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValueResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesResponse
-
Return comparison result based on the content of the properties.
- ExternalReferenceElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
ExternalReferenceElement stores information about a link to an external resource that is relevant to this element.
- ExternalReferenceElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ExternalReferenceElement
-
Default Constructor
- ExternalReferenceElement(ExternalReferenceElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ExternalReferenceElement
-
Copy/clone Constructor - the resulting object.
- ExternalReferenceIdRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ExternalReferenceIdRequestBody provides a structure for the unique external reference identifier.
- ExternalReferenceIdRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceIdRequestBody
-
Default constructor
- ExternalReferenceIdRequestBody(ExternalReferenceIdRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceIdRequestBody
-
Copy/clone constructor
- ExternalReferenceLinkProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
ExternalReferenceLinkProperties provides a structure for the properties that link an external reference to an object.
- ExternalReferenceLinkProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceLinkProperties
-
Default constructor
- ExternalReferenceLinkProperties(ExternalReferenceLinkProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceLinkProperties
-
Copy/clone constructor
- ExternalReferenceListResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ExternalReferenceListResponse is the response structure used on the OMAS REST API calls that return a list of external references as a response.
- ExternalReferenceListResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceListResponse
-
Default constructor
- ExternalReferenceListResponse(ExternalReferenceListResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceListResponse
-
Copy/clone constructor
- ExternalReferenceProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
ExternalReferenceProperties stores information about an link to an external resource that is relevant to this element.
- ExternalReferenceProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Default constructor
- ExternalReferenceProperties(ExternalReferenceProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Copy/clone constructor.
- ExternalReferenceRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ExternalReferenceRequestBody provides a structure for a new ExternalReference.
- ExternalReferenceRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceRequestBody
-
Default constructor
- ExternalReferenceRequestBody(ExternalReferenceRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceRequestBody
-
Copy/clone constructor
- ExternalReferenceResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ExternalReferenceResponse is the response structure used on the OMAS REST API calls that returns a external reference object as a response.
- ExternalReferenceResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceResponse
-
Default constructor
- ExternalReferenceResponse(ExternalReferenceResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceResponse
-
Copy/clone constructor
- ExternalReferencesInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
The ExternalReferencesInterface is used by the governance team to define external references to elements within the governance program.
- ExternalSourceRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ExternalSourceRequestBody carries the parameters for marking an asset or schema as external.
- ExternalSourceRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalSourceRequestBody
-
Default constructor
- ExternalSourceRequestBody(ExternalSourceRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalSourceRequestBody
-
Copy/clone constructor
F
- FeedbackProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
FeedbackProperties provides a base class for passing feedback objects as a request body over a REST API.
- FeedbackProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FeedbackProperties
-
Default constructor
- FeedbackProperties(FeedbackProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FeedbackProperties
-
Copy/clone constructor
- FeedbackTargetElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
FeedbackTargetElement contains the properties and header for a relationship retrieved from the metadata repository along with the stub of the related element.
- FeedbackTargetElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FeedbackTargetElement
-
Default constructor
- FeedbackTargetElement(FeedbackTargetElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FeedbackTargetElement
-
Copy/clone constructor
- FileElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
FileElement contains the properties and header for a file retrieved from the metadata repository.
- FileElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileElement
-
Default constructor
- FileElement(FileElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileElement
-
Copy/clone constructor
- FileProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
FileProperties describes the property of a single data file.
- FileProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FileProperties
-
Default constructor
- FileProperties(FileProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FileProperties
-
Copy/clone constructor
- FileSystemElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
FileSystemElement contains the properties and header for a file system retrieved from the metadata repository.
- FileSystemElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileSystemElement
-
Default constructor
- FileSystemElement(FileSystemElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileSystemElement
-
Copy/clone constructor
- FileSystemProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
FileSystemProperties describes the root node of a file system.
- FileSystemProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystemProperties
-
Default constructor
- FileSystemProperties(FileSystemProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystemProperties
-
Copy/clone constructor.
- FileSystemResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
FileSystemResponse is the response structure used on the OMAS REST API calls that return the properties for a file system.
- FileSystemResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
-
Default constructor
- FileSystemResponse(FileSystemResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
-
Copy/clone constructor
- FindAssetOriginProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
AssetOriginProperties provides a structure for passing information about an asset's origin.
- FindAssetOriginProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FindAssetOriginProperties
-
Default constructor
- FindAssetOriginProperties(FindAssetOriginProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FindAssetOriginProperties
-
Copy/clone constructor
- findAssets(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return a list of assets with the requested search string in their name, qualified name or description.
- findCollections(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
-
Retrieve the list of collection metadata elements that contain the search string.
- findComments(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Retrieve the list of comment metadata elements that contain the search string.
- findConnections(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Retrieve the list of asset metadata elements that contain the search string.
- findConnectorTypes(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Retrieve the list of connectorType metadata elements that contain the search string.
- findEndpoints(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Retrieve the list of endpoint metadata elements that contain the search string.
- findExternalReferencesById(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
-
Retrieve the list of external references for this resourceId.
- FindNameProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
FindNameProperties is the request body structure used on OMAG REST API calls that passes a name that is used to retrieve an element by name.
- FindNameProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FindNameProperties
-
Default constructor
- FindNameProperties(FindNameProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FindNameProperties
-
Copy/clone constructor
- findNoteLogs(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Retrieve the list of note log metadata elements that contain the search string.
- findNotes(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Retrieve the list of note metadata elements that contain the search string.
- FindProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
FindProperties provides the base class for find by property requests.
- FindProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FindProperties
-
Default constructor
- FindProperties(FindProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FindProperties
-
Copy/clone constructor.
- findSchemaAttributes(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Retrieve the list of schema attribute metadata elements that contain the search string.
- findSchemaType(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Retrieve the list of schema type metadata elements that contain the search string.
- findValidValues(String, String, int, int, Date) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
-
Locate valid values that match the search string.
- FolderElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
FolderElement contains the properties and header for a Folder retrieved from the metadata repository.
- FolderElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FolderElement
-
Default constructor
- FolderElement(FolderElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FolderElement
-
Copy/clone constructor
- FolderProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
FolderProperties defines an asset that is a folder.
- FolderProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FolderProperties
-
Default constructor
- FolderProperties(AssetProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FolderProperties
-
Subtyping constructor.
- FolderProperties(DataStoreProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FolderProperties
-
Subtyping constructor.
- FolderProperties(FolderProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FolderProperties
-
Copy/clone constructor
- FolderResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
FolderResponse is the response structure used on the OMAS REST API calls that return the properties for a folder.
- FolderResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
-
Default constructor
- FolderResponse(FolderResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
-
Copy/clone constructor
G
- getAbbreviation() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Return the abbreviation used for this term.
- getAbbreviation() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Return the abbreviation used for this technical element.
- getAcceptedAnswers() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
Return details of any comment that provides an accepted answer to the question posed in this comment.
- getAccessGroups() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SecurityTagsRequestBody
-
Return the map from operation to list of security groups.
- getAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Return a copy of the additional properties.
- getAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Return a copy of the additional properties.
- getAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Return a copy of the additional properties.
- getAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateClassificationRequestBody
-
Return a copy of the additional properties.
- getAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Return a copy of the additional properties.
- getAddress() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Returns the stored address property for the endpoint.
- getAliases() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return a list of alternative names for the attribute.
- getAllowsDuplicateValues() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return whether the same value can be used by more than one instance of this attribute.
- getAnchorGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceRequestBody
-
Return the optional anchor unique identifier.
- getAnchorGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
-
Return an optional anchor GUID to attach the new element to.
- getAnnotation() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationResponse
-
Return the Annotation object.
- getAnnotations() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationListResponse
-
Return the properties objects.
- getAnnotationStatus() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.StatusRequestBody
-
Returns the stored qualified name property for the metadata entity.
- getArchiveAfter() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RetentionClassificationProperties
-
Return the date that this asset will be archived.
- getArguments() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
-
Return the arguments for the embedded connection.
- getArguments() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EmbeddedConnectionRequestBody
-
Return the arguments for the embedded connection.
- getAsset() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementResponse
-
Return the asset result.
- getAssetProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.AssetElement
-
Retrieve details of the asset itself.
- getAssetProperties(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return everything that is known about the asset
- getAssetRelationship(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Retrieve the relationship between two elements.
- getAssets() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementsResponse
-
Return the list of assets in the response.
- getAssetsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return a list of assets with the requested name.
- getAssetsByOrigin(String, FindAssetOriginProperties, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return information about the assets from a specific origin.
- getAssetSummary(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return the basic attributes of an asset.
- getAssociatedGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RetentionClassificationProperties
-
Return the unique identifier of the element used in deciding the archiveAfter and deleteAfter dates.
- getAttachedComments(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Return the comments attached to an element.
- getAttributeCount() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Return the count of attributes in this schema type.
- getAttributeRelationships() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return any relationships to other schema attributes.
- getAttributeType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return the SchemaType that relates to the type of this attribute.
- getAuthor() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Return the name of the author of the schema element.
- getBusinessCapabilityGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindAssetOriginProperties
-
Return the unique identifier (GUID) of the business capability where this asset originated from.
- getBusinessCapabilityGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
-
Return the unique identifier (GUID) of the business capability where this asset originated from.
- getCatalogTemplateList(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Retrieve the list of templates assigned to an element via the "CatalogTemplate" relationship.
- getCategory() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Return the category of reference data.
- getCategory() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Return the category of reference data for this valid value.
- getCertificateId() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Return the unique identifier of the certificate.
- getCertificateId() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificateIdRequestBody
-
Return the unique identifier for the certificate from the certificate authority.
- getCertificationHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
-
Return the element header associated with the relationship.
- getCertificationProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
-
Return details of the relationship
- getCertifications(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
-
Return information about the certifications linked to an element.
- getCertificationTypeByDocId(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
-
Retrieve the certification type by its assigned unique document identifier.
- getCertificationTypeByDomainId(String, int, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
-
Retrieve all the certification type definitions for a specific governance domain.
- getCertificationTypeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
-
Retrieve the certification type by the unique identifier assigned by this service when it was created.
- getCertificationTypeHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
-
Return the element header associated with end 2 of the relationship (certification type).
- getCertificationTypeProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
-
Return the properties of the certification type.
- getCertificationTypesByTitle(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
-
Retrieve all the certification types for a particular title.
- getCertifiedBy() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Return the name of the person in the certification authority that granted this certificate.
- getCertifiedByPropertyName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Return the name of the property from the element supplying the certifiedBy property.
- getCertifiedByTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Return the name of the type of the element supplying the certifiedBy property.
- getCertifiedElements(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
-
Return information about the elements linked to a certification.
- getClassificationName() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Return the name of the classification if the event relates to classifications.
- getClassifications() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Return the classifications associated with this referenceable.
- getClearPassword() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Return an unencrypted password.
- getCollection(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
-
Return the properties of a specific collection.
- getCollectionMember(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
-
Return details of the membership between a collection and a specific member of the collection.
- getCollectionMembers(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
-
Return a list of elements that are a member of a collection.
- getCollectionOrdering() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionFolderProperties
-
Return the property to use to determine the order that member are returned.
- getCollectionOrderingProperty() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionFolderProperties
-
Return the name of the property to use if collectionOrdering is OTHER.
- getCollections(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
-
Returns the list of collections that are linked off of the supplied element.
- getCollectionsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
-
Retrieve the list of collection metadata elements with a matching qualified or display name.
- getCollectionType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionProperties
-
Return a descriptive name for the collection's type.
- getColumnHeaders() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
-
Return the list of column headers for the data set - this is used if the columns are not listed in the first line of the file.
- getComment(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Return the requested comment.
- getCommentText() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CommentProperties
-
Return the comment text.
- getCommentType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CommentProperties
-
Return an enum that describes the type of comment.
- getConditions() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Return any conditions or endorsements to this certificate.
- getConditions() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return any conditions or endorsements to this license.
- getConfidence() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Return the confidence level (0-100) that the matching is correct.
- getConfidence() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Return the level of confidence in the classification (0=none to 100=excellent).
- getConfidence() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Return the level of confidence that the relationship is correct.
- getConfidenceClassifiedElements(String, boolean, int, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return information about the elements classified with the confidence classification.
- getConfidentialityClassifiedElements(String, boolean, int, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return information about the elements classified with the confidentiality classification.
- getConfigurationProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Return a copy of the configuration properties.
- getConnection() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
-
Return the Connection object.
- getConnectionByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Retrieve the connection metadata element with the supplied unique identifier.
- getConnectionProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Return the properties for the connection.
- getConnectionsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Retrieve the list of asset metadata elements with a matching qualified or display name.
- getConnectorFrameworkName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Return name of the connector framework that the connector implements - default Open Connector Framework (OCF).
- getConnectorInterfaceLanguage() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Return the language that the connector is implemented in - default Java.
- getConnectorInterfaces() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Return list of interfaces that the connector supports.
- getConnectorProviderClassName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Returns the stored connectorProviderClassName property for the connector type.
- getConnectorToAsset(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return a connector for the asset to enable the calling user to access the content.
- getConnectorType() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Returns a copy of the properties for this connection's connector type.
- getConnectorTypeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Retrieve the connectorType metadata element with the supplied unique identifier.
- getConnectorTypeProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectorTypeElement
-
Return the properties for the connector type.
- getConnectorTypesByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Retrieve the list of connectorType metadata elements with a matching qualified or display name.
- getCreatedBy() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Return the identifier of the person/process that created this membership.
- getCreatedBy() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Return the name/description of the creator of the relationship.
- getCreateTime() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Return the time that the data store was created.
- getCriticalityClassifiedElements(String, boolean, int, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return information about the elements classified with the criticality classification.
- getCustodian() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Return the person/team responsible for ensuring that the certificate conditions are adhered to.
- getCustodian() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the person/team responsible for ensuring that the license conditions are adhered to.
- getCustodianPropertyName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Return the name of the property from the element supplying the custodian property.
- getCustodianPropertyName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the name of the property from the element supplying the custodian property.
- getCustodianTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Return the name of the type of the element supplying the custodian property.
- getCustodianTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the name of the type of the element supplying the custodian property.
- getDataFieldClassifiedElements(String, DataFieldQueryProperties, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return information about the elements classified with the DataField classification.
- getDataPattern() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldQueryProperties
-
Return a regular expression that characterizes the data values stored in this data field.
- getDataPattern() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldValuesProperties
-
Return a regular expression that characterizes the data values stored in this data field.
- getDataType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Returns the data type of the preferred value.
- getDataType() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Returns the data type of the preferred value.
- getDefaultValue() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldQueryProperties
-
Return the default value typically assigned to these types of data fields.
- getDefaultValue() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldValuesProperties
-
Return the default value typically assigned to these types of data fields.
- getDefaultValueOverride() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
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.accessservices.assetowner.properties.RetentionClassificationProperties
-
Return the date that this asset will be permanently deleted.
- getDelimiterCharacter() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
-
Return the delimiter character used between the columns.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
-
Returns the stored description property for the asset.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionProperties
-
Return the description of the collection.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Returns the stored description property for the connection.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Returns the stored description property for the connector type.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Return the technical description for the endpoint.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Returns the stored description property for the term.
- getDescription() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermStatus
-
Return the default description for the key pattern for this enum instance.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Return the full description of the governance definition.
- getDescription() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionStatus
-
Return the default description of the instance provenance type.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.MeaningProperties
-
Return the description of the glossary term.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.NoteLogProperties
-
Return the stored description property for the note log.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
-
Return the description of the file.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Return the description for the relationship.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Return the description of the discovery engine.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Returns the stored description property for the metadata entity.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Returns the stored description property for the valid value.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
Return the description of the file.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Return the description of the file.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateClassificationRequestBody
-
Returns the description property for the template.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Returns the stored description property for the valid value.
- getDescriptiveElements(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Retrieve the descriptive elements linked via a "MoreInformation" relationship between two referenceables.
- getDetails() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationTypeProperties
-
Return the specific details of the certification.
- getDetails() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseTypeProperties
-
Return the specific details of the license.
- getDisplayDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Returns the stored description property for the technical element.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
-
Return the printable name of the embedded connection.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Returns the stored display name property for the connection.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Returns the stored display name property for the connector type.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Return the display name of this external reference.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Returns the stored display name property for the term.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.NoteLogProperties
-
Return the stored display name property for the note log.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
-
Return the display name of the file
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Return the display name for messages and UI.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Returns the stored display name property for the technical element.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Returns the stored display name property for the metadata entity.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Returns the stored display name property for the valid value.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EmbeddedConnectionRequestBody
-
Return the printable name of the embedded connection.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
Returns the stored display name property for the asset.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Return the display name of the file
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Returns the stored display name property for the valid value.
- getDisplaySummary() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Return the short (1-2 sentence) description of the technical element.
- getDocumentIdentifier() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Returns the stored qualified name property for the metadata entity.
- getDomainIdentifier() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Return the identifier of the governance domain that this definition belongs to (0=all).
- getDuplicateGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Return the unique identifier of the duplicate.
- getEffectiveFrom() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ClassificationProperties
-
Return the date/time that this element is effective from (null means effective from the epoch).
- getEffectiveFrom() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Return the date/time that this element is effective from (null means effective from the epoch).
- getEffectiveFrom() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RelationshipProperties
-
Return the date/time that this element is effective from (null means effective from the epoch).
- getEffectiveTime() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EffectiveTimeQueryRequestBody
-
Return the date/time to use for the query.
- getEffectiveTime() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.UpdateRequestBody
-
Return the date/time to use for the query.
- getEffectiveTo() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ClassificationProperties
-
Return the date/time that element is effective to (null means that it is effective indefinitely into the future).
- getEffectiveTo() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Return the date/time that element is effective to (null means that it is effective indefinitely into the future).
- getEffectiveTo() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RelationshipProperties
-
Return the date/time that element is effective to (null means that it is effective indefinitely into the future).
- getElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeResponse
-
Return the element result.
- getElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionResponse
-
Return the metadata element.
- getElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypeResponse
-
Return the metadata element.
- getElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ElementHeaderResponse
-
Return the element result.
- getElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointResponse
-
Return the metadata element.
- getElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceResponse
-
Return the element result.
- getElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeResponse
-
Return the element result.
- getElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipElementResponse
-
Return the element result.
- getElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeElementResponse
-
Return the element result.
- getElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeElementResponse
-
Return the element result.
- getElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValueResponse
-
Return the metadata element.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Return details of the subject of the event.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.AssetElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationTypeElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionMember
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectorTypeElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EndpointElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ExternalReferenceElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileSystemElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FolderElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GlossaryTermElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GovernanceDefinitionElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseTypeElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in interface org.odpi.openmetadata.accessservices.assetowner.metadataelements.MetadataElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteLogElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ReferenceableElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaAttributeElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Return the element header associated with the properties.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
-
Return the element header associated with the properties.
- getElementList() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionsResponse
-
Return the list of metadata elements.
- getElementList() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypesResponse
-
Return the list of metadata elements.
- getElementList() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointsResponse
-
Return the list of metadata elements.
- getElementList() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelatedElementListResponse
-
Return the list of metadata elements.
- getElementList() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipElementsResponse
-
Return the list of metadata elements.
- getElementList() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeElementsResponse
-
Return the list of metadata elements.
- getElementList() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeElementsResponse
-
Return the list of metadata elements.
- getElementList() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesResponse
-
Return the list of metadata elements.
- getElementPosition() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return the position of this schema attribute in its parent schema.
- getElementProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Return the map of properties for the element provided with the event.
- getElementProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
-
Return the properties for the element.
- getElements() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationListResponse
-
Return the list of certification types.
- getElements() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeListResponse
-
Return the list of certification types.
- getElements() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ElementStubListResponse
-
Return the list of element identifiers.
- getElements() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceListResponse
-
Return the list of external references.
- getElements() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseListResponse
-
Return the list of license types.
- getElements() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeListResponse
-
Return the list of license types.
- getElementsCollections(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
-
Return a list of collections that the supplied element is a member of.
- getElementsForExternalReference(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
-
Return information about the elements linked to a externalReference.
- getElementsSourceFrom(String, String, int, int, Date, boolean, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Retrieve the elements linked via a "SourceFrom" relationship to the requested element.
- getEmbeddedConnection() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
-
Return the embedded connection.
- getEmbeddedConnections() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Return the list of embedded connections for this virtual connection.
- getEncodingDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Return the description of the encoding used in the data store.
- getEncodingLanguage() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Return the name of the natural language used for text strings within the data store.
- getEncodingProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Return the additional properties associated with the encoding process.
- getEncodingStandard() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Return the format (encoding standard) used for this schema.
- getEncodingType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Return the name of the encoding style used in the data store.
- getEncryptedPassword() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Return an encrypted password.
- getEncryption() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystemProperties
-
Return the type of encryption used on the file system (or null is unencrypted).
- getEncryption() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Return the type of encryption used on the file system (or null is unencrypted).
- getEncryptionMethod() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Returns the stored encryptionMethod property for the endpoint.
- getEnd1GUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelationshipElement
-
Return the element header associated with end 1 of the relationship.
- getEnd2GUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelationshipElement
-
Return the element header associated with end 2 of the relationship.
- getEndDate() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Return the date/time that this certificate is no longer valid.
- getEndDate() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the date/time that this license is no longer valid.
- getEndpoint() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Returns a copy of the properties for this connection's endpoint.
- getEndpointByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Retrieve the endpoint metadata element with the supplied unique identifier.
- getEndpointProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EndpointElement
-
Return the properties for the endpoint.
- getEndpointsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Retrieve the list of endpoint metadata elements with a matching qualified or display name.
- getEntitlements() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the entitlements granted by the license.
- getEventTime() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Return the time that the element was updated.
- getEventType() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Return the event type.
- getEventTypeCode() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
Return the int identifier used for indexing based on the enum.
- getEventTypeDescription() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
Return the default description for the enum value - used when natural resource bundle is not available.
- getEventTypeName() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
Return the string name used for messages that include the enum.
- getEventVersionId() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Return the event version id.
- getExamples() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Set up the description of one or more examples.
- getExpectedDataFormat() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Return the format of the data that the connector supports - null for "any".
- getExpression() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Return the expression used to determine the membership.
- getExpression() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Returns the expression that describes the relationship.
- getExtendedAnnotations(String, String, AnnotationStatus, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return any annotations attached to this annotation.
- getExtendedProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ClassificationProperties
-
Return the properties that have been defined for a subtype of this object that are not supported explicitly by this bean.
- getExtendedProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Return the properties that are defined for a subtype of referenceable but are not explicitly supported by the bean.
- getExtendedProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Return the properties that have been defined for a subtype of this object that are not supported explicitly by this bean.
- getExtendedProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RelationshipProperties
-
Return the properties that have been defined for a subtype of this object that are not supported explicitly by this bean.
- getExtendedProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Return the properties that are defined for a subtype of referenceable but are not explicitly supported by the bean.
- getExternalReferenceByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
-
Return information about a specific external reference.
- getExternalReferencesByURL(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
-
Retrieve the list of external references for this URL.
- getExternalSchemaType() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Return the schema type that is reusable amongst assets.
- getExternalSourceGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalSourceRequestBody
-
Return the unique identifier of the software server capability entity that represented the external source - null for local.
- getExternalSourceName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalSourceRequestBody
-
Return the unique name of the software server capability entity that represented the external source.
- getFeedbackTargetElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
Return details of the relationship from the element in the request to the comment.
- getFeedbackTargetElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
Return details of the relationship from the element in the request to the note.
- getFeedbackTargetElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteLogElement
-
Return details of the relationship from the element in the request to the note log.
- getFileProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileElement
-
Return the properties that describe the file.
- getFileSystem() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
-
Return the fileSystem result.
- getFileSystemByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Retrieve a FileSystemProperties asset by its unique identifier (GUID).
- getFileSystemByUniqueName(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Retrieve a FileSystemProperties asset by its unique name.
- getFileSystemProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileSystemElement
-
Return the file system properties.
- getFileSystems(String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Retrieve a list of defined FileSystems assets.
- getFileSystemType() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Return the type of the file system.
- getFileType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileProperties
-
Return the file type of the file if known.
- getFolder() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
-
Return the folder result.
- getFolderByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Retrieve a FolderProperties asset by its unique identifier (GUID).
- getFolderByPathName(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Retrieve a folder by its fully qualified path name.
- getFolderFiles(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Get the data files inside a folder - both those that are nested and those that are linked.
- getFolderProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FolderElement
-
Return the properties for the folder.
- getFormat() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystemProperties
-
Return the format of the file system.
- getFormat() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Return the format of the file system.
- getFormula() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Return the formula used to combine the values of the queries.
- getFormula() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Return the formula used to combine the values of the queries.
- getFormula() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CalculatedValueClassificationRequestBody
-
Return the formula used to calculate the value.
- getFormulaType() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Return the specification language for the formula.
- getFormulaType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Return the specification language for the formula.
- getFullPath() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
Return the full path of the file - this should be unique.
- getFullPath() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
-
Return the full path of the file - this should be unique.
- getGlossaryTermProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GlossaryTermElement
-
Return the glossary term properties.
- getGovernedByDefinitions(String, String, int, int, Date, boolean, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Retrieve the governance definitions linked via a "GovernedBy" relationship to the requested element.
- getGovernedElements(String, String, int, int, Date, boolean, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Retrieve the elements linked via a "GovernedBy" relationship to the requested governance definition.
- getImplications() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Return the list of implications for the organization that this governance definition brings.
- getInitialStatus() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeRequestBody
-
Return the initial status of the certification type.
- getInitialStatus() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeRequestBody
-
Return the initial status of the license type.
- getIsCaseSensitive() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Return whether this valid value is case-sensitive, or will match irrespective of case.
- getIsDefaultValue() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
-
Return whether this valid value is the default of the setGUID (if supplied)
- getIsDeprecated() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
-
Is the schema element deprecated?
- getIsDeprecated() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Is the valid value deprecated?
- getIsDeprecated() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Is the valid value deprecated?
- getIsNullable() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return whether the field is nullable or not.
- getIsPublic() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FeedbackTargetElement
-
Return if the link to the tag is private to the creating user.
- getIsPublic() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FeedbackProperties
-
Return whether the feedback is private or not
- getLastUpdate() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
Return the last time a change was made to this note.
- getLength() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return the length of the data field.
- getLevelIdentifier() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationProperties
-
Return the level assigned to this element for this classification.
- getLevelIdentifier() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LevelIdentifierProperties
-
Return the level to match on.
- getLicensedBy() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the name of the person in the license authority that granted this license.
- getLicensedByPropertyName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the name of the property from the element supplying the licensedBy property.
- getLicensedByTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the name of the type of the element supplying the licensedBy property.
- getLicensedElements(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
-
Return information about the elements linked to a license.
- getLicensee() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the person/team that received the license.
- getLicenseePropertyName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the name of the property from the element supplying the licensee property.
- getLicenseeTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the name of the type of the element supplying the licensee property.
- getLicenseHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseElement
-
Return the element header associated with the relationship.
- getLicenseId() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the unique identifier of the license.
- getLicenseId() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseIdRequestBody
-
Return the unique identifier for the license.
- getLicenseProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseElement
-
Return details of the relationship
- getLicenses(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
-
Return information about the licenses linked to an element.
- getLicenseTypeByDocId(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
-
Retrieve the license type by its assigned unique document identifier.
- getLicenseTypeByDomainId(String, int, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
-
Retrieve all the license type definitions for a specific governance domain.
- getLicenseTypeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
-
Retrieve the license type by the unique identifier assigned by this service when it was created.
- getLicenseTypeHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseElement
-
Return the element header associated with end 2 of the relationship (license type).
- getLicenseTypeProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseElement
-
Return the properties of the license type.
- getLicenseTypesByTitle(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
-
Retrieve all the license types for a particular title.
- getLinkDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceLinkProperties
-
Return the description of the external reference with respect to the linked object.
- getLinkDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Return the description of the reference (with respect to this governance definition).
- getLinkedAttributeGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Return the GUID of the schema attribute that this link connects together.
- getLinkedAttributeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Return the name of this link
- getLinkGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Return the identifier for the schema link.
- getLinkId() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceLinkProperties
-
Return the identifier that this reference is to be known as with respect to the linked object.
- getLinkProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Return the properties associated with this schema link.
- getLinkType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Return the type of the link - this is related to the type of the schema it is a part of.
- getLocalReferenceId() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Return the identifier given to this reference (with respect to this governance definition).
- getMapFromElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Return the type of schema element that represents the key or property name for the map.
- getMapToElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Return the type of schema element that represents the property value for the map.
- getMaxCardinality() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return the maximum number of instances allowed for this attribute.
- getMeanings(String, String, int, int, Date, boolean, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Retrieve the glossary terms linked via a "SemanticAssignment" relationship to the requested element.
- getMembershipRationale() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Return the rationale or role of the asset in this collection.
- getMembersOfSubjectArea(String, String, int, int, Date, boolean, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return information about the contents of a subject area such as the glossaries, reference data sets and quality definitions.
- getMessageDefinition() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
Retrieve a message definition object for an exception.
- getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
Retrieve a message definition object for an exception.
- getMinCardinality() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return this minimum number of instances allowed for this attribute.
- getMinimumLength() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return the minimum length of the data.
- getModifiedTime() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Return the last known time the data store was modified.
- getMoreInformation(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Retrieve the detail elements linked via a "MoreInformation" relationship between two referenceables.
- getName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
-
Return the name of the resource that this asset represents.
- getName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionProperties
-
Return the name of the collection.
- getName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Returns the stored technical name property for the endpoint.
- getName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindNameProperties
-
Return the name for the query request.
- getName() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermStatus
-
Return the default name for this enum instance.
- getName() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionStatus
-
Return the default name of the instance provenance type.
- getName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.MeaningProperties
-
Return the glossary term name.
- getName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
Return the name of the resource that this asset represents.
- getName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateClassificationRequestBody
-
Returns the name property for the template.
- getNamePattern() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldQueryProperties
-
Return a regular expression that characterizes the name used for this type of data field.
- getNamePattern() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldValuesProperties
-
Return a regular expression that characterizes the name used for this type of data field.
- getNamespace() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Return the name of the namespace that this type belongs to.
- getNativeJavaClass() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return the name of the Java class to use to represent this type.
- getNestedFolders(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Return the list of folders nested inside a folder.
- getNestedSchemaAttributes(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Retrieve the list of schema attributes associated with a schema element.
- getNetworkAddress() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Return the physical network address of this metadata element (if this makes sense).
- getNoteByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Retrieve the note metadata element with the supplied unique identifier.
- getNoteLogByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Retrieve the note log metadata element with the supplied unique identifier.
- getNoteLogsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Retrieve the list of note log metadata elements with a matching qualified or display name.
- getNoteLogsForElement(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Retrieve the list of note log metadata elements attached to the element.
- getNotes() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Return any notes associated with the certificate.
- getNotes() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Return the additional values associated with the symbolic name.
- getNotes() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Return any notes for the steward.
- getNotes() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Return additional information relating to this classification.
- getNotes() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return any notes associated with the license.
- getNotesForNoteLog(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Retrieve the list of notes associated with a note log.
- getObligations() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the obligations stipulated by the license.
- getOpenTypeOrdinal() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermStatus
-
Return the code for this enum that comes from the Open Metadata Type that this enum represents.
- getOrderedValues() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return whether the attribute instances are arranged in an order.
- getOrdinal() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermStatus
-
Return the code for this enum instance
- getOrdinal() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionStatus
-
Return the numeric representation of the instance provenance type.
- getOrganization() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Return the name of the organization that owns the resource that this external reference represents.
- getOrganizationGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindAssetOriginProperties
-
Return the unique identifier (GUID) of the organization where this asset originated from.
- getOrganizationGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
-
Return the unique identifier (GUID) of the organization where this asset originated from.
- getOtherOriginValues() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindAssetOriginProperties
-
Return any other descriptive labels describing origin of the asset.
- getOtherOriginValues() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
-
Return any other descriptive labels describing origin of the asset.
- getOutcomes() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Return the list of expected outcomes from implementing this governance definition.
- getOwnerId() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
-
Return the owner identifier.
- getOwnerPropertyName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
-
Return the property name used to identify the owner.
- getOwnersElements(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return information about the contents of a subject area such as the glossaries, reference data sets and quality definitions.
- getOwnerTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
-
Return the type of element used to represent the owner.
- getPages() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceLinkProperties
-
Return the page range for the reference.
- getParentGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
-
Return an optional parent GUID to attach the new element to.
- getPatchLevel() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Return the patch level of the discovery engine.
- getPatchLevel() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Return the patch level of the file system.
- getPathName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Return the fully qualified physical location of the data store.
- getPathName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Return the path name to the physical resource - used when creating new data store assets such as databases, files and folders.
- getPosition() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
-
Return the position that this connector is in the list of embedded connectors.
- getPosition() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EmbeddedConnectionRequestBody
-
Return the position that this connector is in the list of embedded connectors.
- getPrecision() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return the number of significant digits to the right of decimal point.
- getPreferredValue() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Return the preferred values to use in implementations (normally used with definitions)
- getPreferredValue() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Return the preferred values to use in implementations (normally used with definitions)
- getPreviousClassificationProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Return the property map for the previous version of a classification's properties (used for reclassify events).
- getPreviousElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Return the previous version of the element's header (if the event is related to an element update).
- getPreviousElementProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Return the previous version of the element's properties (if the event is related to an element update).
- getPriority() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Return the priority of the governance definition.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationTypeElement
-
Return the properties of the certification type.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionElement
-
Return the properties of the collection.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionMember
-
Return the properties of the element.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
Return the properties of the comment.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ExternalReferenceElement
-
Return the link to external documentation that are relevant to this element.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GovernanceDefinitionElement
-
Return the requested governance definition.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseTypeElement
-
Return the properties of the license type.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
Return the properties of the note.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteLogElement
-
Return the properties of the note log.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeRequestBody
-
Return the properties of the certification type.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ClassificationRequestBody
-
Return the properties for the classification.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceRequestBody
-
Return the properties for this external reference.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeRequestBody
-
Return the properties of the license type.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
-
Return the properties for the relationship.
- getProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipRequestBody
-
Return the properties for the relationship.
- getProtocol() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Returns the stored protocol property for the endpoint.
- getPublishVersionIdentifier() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Return the author-controlled version identifier.
- getQualifiedName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Returns the stored qualified name property for the metadata entity.
- getQualifiedName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Returns the stored qualified name property for the metadata entity.
- getQualifiedName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Returns the stored qualified name property for the metadata entity.
- getQueries() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Return the list of individual query targets for a derived column.
- getQueries() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Return the list of queries that are used to create the derived schema element.
- getQuery() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataContentForDataSetProperties
-
Return the query string for this element.
- getQuery() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
-
Return the query string for this element.
- getQueryId() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataContentForDataSetProperties
-
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.
- getQueryId() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
-
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.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
-
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.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
-
Return the name of the query language used in the query.
- getQuestionsAnswered() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
Return details of any comment that poses a question that this comment answers.
- getQuoteCharacter() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
-
Return the character used to group the content of a column that contains one or more delimiter characters.
- getRecipient() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Return the person/team that received the certification.
- getRecipientPropertyName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Return the name of the property from the element supplying the recipient property.
- getRecipientTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Return the name of the type of the element supplying the recipient property.
- getRecognizedAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.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.accessservices.assetowner.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.accessservices.assetowner.properties.ConnectorTypeProperties
-
Return the list of property names that this connector/connector provider implementation looks for in the Connection object's securedProperties.
- getReferenceableProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ReferenceableElement
-
Return the properties of a referenceable.
- getReferenceId() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceIdRequestBody
-
Return the unique identifier for the certificate from the certificate authority.
- getRelatedAssetsAtEnd1(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Retrieve the relationships linked from a specific element at end 2 of the relationship.
- getRelatedAssetsAtEnd2(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Retrieve the requested relationships linked from a specific element at end 2.
- getRelatedElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationTypeElement
-
Return details of the relationship used to retrieve this element.
- getRelatedElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionElement
-
Return details of the relationship used to retrieve this element.
- getRelatedElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FeedbackTargetElement
-
Return the element header associated with end 1 of the relationship.
- getRelatedElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GlossaryTermElement
-
Return details of the relationship used to retrieve the element.
- getRelatedElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GovernanceDefinitionElement
-
Return details of the relationship used to retrieve this element.
- getRelatedElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseTypeElement
-
Return details of the relationship used to retrieve this element.
- getRelatedElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelatedElement
-
Return the element header associated with end 1 of the relationship.
- getRelationshipHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionMember
-
Return the element header associated with the relationship.
- getRelationshipHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FeedbackTargetElement
-
Return the element header associated with the relationship.
- getRelationshipHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelatedElement
-
Return the element header associated with the relationship.
- getRelationshipHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelationshipElement
-
Return the element header associated with the relationship.
- getRelationshipName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipRequestBody
-
Return the name of the relationship type.
- getRelationshipProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionMember
-
Return details of the relationship
- getRelationshipProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelatedElement
-
Return details of the relationship
- getRelationshipProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelationshipElement
-
Return details of the relationship
- getResourceDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Return the description of the resource that this external reference represents.
- getResourceList(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Retrieve the list of resources assigned to an element via the "ResourceList" relationship between two referenceables.
- getResourceUse() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties
-
Return the identifier that describes the type of resource use.
- getResourceUseDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties
-
Return the description of how the resource is used, or why it is useful.
- getResourceUseProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties
-
Return any additional properties that explains how to use the resource.
- getRestrictions() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the restrictions imposed by the license.
- getResults() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Return the list of actual results from implementing this governance definition.
- getRetentionBasis() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RetentionClassificationProperties
-
Return a description of the factor used to set the archiveAfter and deleteAfter dates.
- getRetentionClassifiedElements(String, boolean, int, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return information about the elements classified with the retention classification.
- getReturnSpecificLevel() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LevelIdentifierProperties
-
Return whether the level identifier is in use
- getSampleValues() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldQueryProperties
-
Return a list of sample values for the data field.
- getSampleValues() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldValuesProperties
-
Return a list of sample values for the data field.
- getSchemaAttributeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Retrieve the schema attribute metadata element with the supplied unique identifier.
- getSchemaAttributeProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaAttributeElement
-
Return the properties for a schema attribute.
- getSchemaAttributes() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CombinedSchemaRequestBody
-
Return the names of the zones that this asset is a member of.
- getSchemaAttributesByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Retrieve the list of schema attribute metadata elements with a matching qualified or display name.
- getSchemaOptions() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Return the list of alternative schema types that this attribute or asset may use.
- getSchemaType() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CombinedSchemaRequestBody
-
Return the type of owner stored in the owner property.
- getSchemaTypeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Retrieve the schema type metadata element with the supplied unique identifier.
- getSchemaTypeByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Retrieve the list of schema type metadata elements with a matching qualified or display name.
- getSchemaTypeForElement(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Return the schema type associated with a specific open metadata element (data asset, process or port).
- getSchemaTypeParent(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Retrieve the header of the metadata element connected to a schema type.
- getSchemaTypeProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Return the properties for the schema.
- getScope() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Return the organizational scope that this governance definition applies to.
- getScope() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Return the scope of values that this valid value covers (normally used with sets)
- getScope() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Return the scope of values that this valid value covers (normally used with sets)
- getSecuredProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Return a copy of the secured properties.
- getSecurityLabels() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SecurityTagsProperties
-
Return the list of security labels attached to the element.
- getSecurityLabels() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SecurityTagsRequestBody
-
Return the list of security labels that should be attached to this element.
- getSecurityProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SecurityTagsProperties
-
Return the security properties associated with the element.
- getSecurityProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SecurityTagsRequestBody
-
Return the security properties that should be attached to this element.
- getSecurityTaggedElements(String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return information about the contents of a subject area such as the glossaries, reference data sets and quality definitions.
- getSemanticAssignees(String, String, int, int, Date, boolean, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Retrieve the elements linked via a "SemanticAssignment" relationship to the requested glossary term.
- getSetGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
-
Return the set unique identifier if the valid value is retrieved via a set.
- getSetsForValidValue(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
-
Page through the list of valid value sets that a valid value definition/set belongs to.
- getShortDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
-
Returns the short description of the asset from relationship with Connection.
- getSignificantDigits() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return the number of significant digits before the decimal point (zero means it is an integer).
- getSortOrder() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return the order that the attribute instances are arranged in - if any.
- getSource() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Return the source of information that determined the membership.
- getSource() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Return the details of the source that detected the duplicate.
- getSource() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Return the source of this classification.
- getSource() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Returns the id of the source of the knowledge of the relationship.
- getSource() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Return the source of the discovery engine implementation.
- getSource() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Return the source of the file system.
- getSourceElements(String, String, int, int, Date, boolean, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Retrieve the elements linked via a "SourceFrom" relationship to the requested element.
- getStakeholderCommissionedElements(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Retrieve the elements commissioned by a stakeholder, linked via the "Stakeholder" relationship between two referenceables.
- getStakeholderRole() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.StakeholderProperties
-
Return the role of the stakeholder to the initiative.
- getStakeholders(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Retrieve the stakeholder elements linked via the "Stakeholder" relationship between two referenceables.
- getStartDate() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Return the date/time that this certificate is valid from.
- getStartDate() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Return the date/time that this license is valid from.
- getStartingFromElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PagedResponse
-
Return the starting element number from the server side list that this response contains.
- getStatus() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Return the status of the membership in the collection.
- getStatus() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Return the status of this classification.
- getStatus() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Returns whether this relationship should be used.
- getStatusIdentifier() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Return the status of this duplicate - usable if greater than 0, 0=proposed, negative means invalid
- getSteward() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Returns the id of the steward responsible for the mapping.
- getSteward() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Return the identifier of the steward that added this duplicate.
- getSteward() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Return the identifier for the person responsible for maintaining this classification.
- getSteward() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Returns the id of the steward who assigned the relationship (or approved the discovered value).
- getStewardPropertyName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Return the name of the property that holds the steward's identifier.
- getStewardPropertyName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Return the name of the property used to identify the steward.
- getStewardPropertyName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Return the name of the property used to identify the steward.
- getStewardTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Return the type of element that describes the steward.
- getStewardTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Return the type name of the element used to identify the steward.
- getStewardTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Return the type name of the element used to describe the steward.
- getSummary() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Return the short (1-2 sentence) description of the term.
- getSummary() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Return the summary for this governance definition.
- getSupportedAssetTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Return the type of asset that the connector implementation supports.
- getSupportedByResource(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Retrieve the list of elements assigned to a resource via the "ResourceList" relationship between two referenceables.
- getSupportedByTemplate(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Retrieve the list of elements assigned to a template via the "CatalogTemplate" relationship.
- getSurveyReportAnnotations(String, String, AnnotationStatus, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return the annotations linked directly to the report.
- getSurveyReports() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SurveyReportListResponse
-
Return the properties objects.
- getSurveyReports(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return the survey reports about the asset.
- getTargetTechnologyInterfaces() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Return the names of the interfaces in the target technology that the connector calls.
- getTargetTechnologyName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Return the name of the target technology that the connector implementation connects to.
- getTargetTechnologySource() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Return the name of the organization that supplies the target technology that the connector implementation connects to.
- getTargetTechnologyVersions() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Return the versions of the target technology that the connector supports.
- getText() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.NoteProperties
-
Return the text of the note.
- getTitle() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Return the title associated with this governance definition.
- getTitle() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.NoteProperties
-
Return the title.
- getTypeDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Return the description of the type of discovery engine this is.
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Return the open metadata type name of this object - this is used to create a subtype of the referenceable.
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Return the name of the open metadata type for this metadata element.
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Return the open metadata type name of this object - this is used to create a subtype of the referenceable.
- getTypesOfAnnotation(String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return the annotation subtype names.
- getTypesOfAnnotationWithDescriptions(String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return the annotation subtype names mapped to their descriptions.
- getTypesOfAsset(String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetKnowledgeInterface
-
Return the asset subtype names.
- getTypesOfAssetWithDescriptions(String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetKnowledgeInterface
-
Return the asset subtype names mapped to their descriptions.
- getUniqueName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Return the full path of the file - this should be unique.
- getURI() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Return the URI used to retrieve the resource that this external reference represents.
- getUsage() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Return details of the expected usage of this term.
- getUsage() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Return the usage guidance for this schema element.
- getUsage() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Return details of the expected usage of this technical element.
- getUsage() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Return the description of how this valid value should be used.
- getUsage() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Return the description of how this valid value should be used.
- getUser() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
Return the user id of the person who created the note.
- getUser() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CommentProperties
-
Return the user id of the person who created the comment.
- getUserDefinedStatus() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Return the status of the membership in the collection.
- getUserId() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Return the userId to use on this connection.
- getValidValueByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
-
Retrieve a specific valid value from the repository.
- getValidValueByName(String, String, int, int, Date) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
-
Retrieve a specific valid value from the repository.
- getValidValueProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
-
Return the properties for the valid value definition or set.
- getValidValueSetMembers(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
-
Page through the members of a valid value set.
- getVersion() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Return the version of the resource that this external reference represents.
- getVersion() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Return the version of the discovery engine.
- getVersion() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Return the version number of the file system.
- getVersionIdentifier() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
-
Set up the version identifier of the resource.
- getVersionIdentifier() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Set up the version identifier of the resource.
- getVersionIdentifier() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
Set up the version identifier of the resource.
- getVersionIdentifier() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateClassificationRequestBody
-
Return the version identifier.
- getVersionNumber() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Return the version number of the schema element - null means no version number.
- getWatchResource() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties
-
Return whether changes to the resource result in notifications to the initiative.
- GlossaryTermElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
GlossaryTermElement contains the properties and header for a glossary term entity retrieved from the metadata repository.
- GlossaryTermElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GlossaryTermElement
-
Default constructor
- GlossaryTermElement(GlossaryTermElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GlossaryTermElement
-
Copy/clone constructor
- GlossaryTermProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
GlossaryTermProperties contains the semantic definition (meaning) of a word or phrase (term - collectively called terminology).
- GlossaryTermProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Default constructor
- GlossaryTermProperties(GlossaryTermProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Copy/clone constructor.
- GlossaryTermStatus - Enum Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
The GlossaryTermStatus defines the status of a glossary term.
- GovernanceClassificationBase - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
GovernanceClassificationBase defines the common properties for the governance action classifications.
- GovernanceClassificationBase() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Default constructor
- GovernanceClassificationBase(GovernanceClassificationBase) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Copy/clone constructor.
- GovernanceClassificationProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
GovernanceClassificationProperties defines the properties for a Confidentiality, Confidence, Criticality Governance Action Classifications.
- GovernanceClassificationProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationProperties
-
Default constructor
- GovernanceClassificationProperties(GovernanceClassificationProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationProperties
-
Copy/clone constructor.
- GovernanceDefinitionElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
GovernanceDefinitionElement is the superclass used to return the common properties of a governance definition stored in the open metadata repositories.
- GovernanceDefinitionElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GovernanceDefinitionElement
-
Default constructor
- GovernanceDefinitionElement(GovernanceDefinitionElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GovernanceDefinitionElement
-
Copy/clone constructor
- GovernanceDefinitionProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
GovernanceDefinitionProperties provides the base class for many of the definitions that define the data strategy and governance program.
- GovernanceDefinitionProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Default Constructor
- GovernanceDefinitionProperties(GovernanceDefinitionProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Copy/clone Constructor
- GovernanceDefinitionStatus - Enum Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
GovernanceDefinitionStatus indicates whether the definition is complete and operational or in a state that means it is either under development or obsolete.
H
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.AssetElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationTypeElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionMember
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectorTypeElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EndpointElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ExternalReferenceElement
-
Hash of properties
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FeedbackTargetElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileSystemElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FolderElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GlossaryTermElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GovernanceDefinitionElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseTypeElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteLogElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ReferenceableElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelatedElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelationshipElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaAttributeElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Just use the GUID for the hash code as it should be unique.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationTypeProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ClassificationProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionFolderProperties
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionProperties
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CommentProperties
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Hash of properties
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataContentForDataSetProperties
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldQueryProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldValuesProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceLinkProperties
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Uses the guid to create a hashcode.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileProperties
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystemProperties
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindAssetOriginProperties
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindNameProperties
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Return code value representing the contents of this object.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationProperties
-
Return code value representing the contents of this object.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Just use the GUID for the hash code as it should be unique.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseTypeProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.MeaningProperties
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.NoteLogProperties
-
Hash of properties
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.NoteProperties
-
Hash of properties
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RelationshipProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RetentionClassificationProperties
-
Return code value representing the contents of this object.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SecurityTagsProperties
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.StakeholderProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationListResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementsResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CalculatedValueClassificationRequestBody
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificateIdRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationListResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeListResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ClassificationRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CombinedSchemaRequestBody
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionsResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypeResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypesResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EffectiveTimeQueryRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ElementHeaderResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ElementStubListResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EmbeddedConnectionRequestBody
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointsResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceIdRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceListResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalSourceRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseIdRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseListResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeListResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PagedResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelatedElementListResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipElementResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipElementsResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeElementResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeElementsResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeElementResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeElementsResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SecurityTagsRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.StatusRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SurveyReportListResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateClassificationRequestBody
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.UpdateRequestBody
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValueResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesResponse
-
Return hash code for this object
L
- LevelIdentifierProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
LevelIdentifierProperties describes the properties for searching for a governance action classification by its level.
- LevelIdentifierProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.LevelIdentifierProperties
-
Default constructor
- LevelIdentifierProperties(LevelIdentifierProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.LevelIdentifierProperties
-
Copy/clone constructor
- licenseElement(String, String, String, LicenseProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
-
Link an element to a license type and include details of the license in the relationship properties.
- LicenseElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
LicenseElement contains the properties and header for a license for an element.
- LicenseElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseElement
-
Default constructor
- LicenseElement(LicenseElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseElement
-
Copy/clone constructor
- LicenseIdRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
LicenseIdRequestBody provides a structure for the unique certificate identifier.
- LicenseIdRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseIdRequestBody
-
Default constructor
- LicenseIdRequestBody(LicenseIdRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseIdRequestBody
-
Copy/clone constructor
- LicenseListResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
LicenseListResponse is the response structure used on the OMAS REST API calls that return a list of licenses as a response.
- LicenseListResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseListResponse
-
Default constructor
- LicenseListResponse(LicenseListResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseListResponse
-
Copy/clone constructor
- LicenseProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
LicenseProperties describe the details of a license that shows that an element is licensed with a particular license type.
- LicenseProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Default Constructor
- LicenseProperties(LicenseProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Copy/clone Constructor - the resulting object.
- LicenseTypeElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
LicenseTypeElement contains the properties and header for a licence type retrieved from the metadata repository.
- LicenseTypeElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseTypeElement
-
Default constructor
- LicenseTypeElement(LicenseTypeElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseTypeElement
-
Copy/clone constructor
- LicenseTypeListResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
LicenseTypeListResponse is the response structure used on the OMAS REST API calls that return a list of license types as a response.
- LicenseTypeListResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeListResponse
-
Default constructor
- LicenseTypeListResponse(LicenseTypeListResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeListResponse
-
Copy/clone constructor
- LicenseTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
LicenseTypeProperties defines a license that the organization recognizes and has governance definitions to support it.
- LicenseTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseTypeProperties
-
Default Constructor
- LicenseTypeProperties(LicenseTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseTypeProperties
-
Copy/Clone Constructor
- LicenseTypeRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
LicenseTypeRequestBody provides a structure used when creating license types.
- LicenseTypeRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeRequestBody
-
Default constructor
- LicenseTypeRequestBody(LicenseTypeRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeRequestBody
-
Copy/clone constructor
- LicenseTypeResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
LicenseTypeResponse is the response structure used on the OMAS REST API calls that returns a license type object as a response.
- LicenseTypeResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeResponse
-
Default constructor
- LicenseTypeResponse(LicenseTypeResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeResponse
-
Copy/clone constructor
- linkExternalReferenceToElement(String, String, String, ExternalReferenceLinkProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
-
Link an external reference to an object.
M
- MeaningProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
MeaningProperties is a cut-down summary of a glossary term to aid the asset owner in understanding the content of an asset.
- MeaningProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.MeaningProperties
-
Default constructor
- MeaningProperties(MeaningProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.MeaningProperties
-
Copy/clone constructor.
- MetadataElement - Interface in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
MetadataElement is the common interface for all metadata elements.
- moveDataFileInCatalog(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Move a file from its current parent folder to a new parent folder - this changes the file's qualified name but not its unique identifier (guid).
- moveDataFolderInCatalog(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Move a data folder from its current parent folder to a new parent folder - this changes the folder's qualified name but not its unique identifier (guid).
N
- NEW_ELEMENT_CREATED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
A new element has been created.
- NewCSVFileAssetRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
NewCSVFileAssetRequestBody carries the parameters for creating a new CSV file asset.
- NewCSVFileAssetRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
-
Default constructor
- NewCSVFileAssetRequestBody(NewCSVFileAssetRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
-
Copy/clone constructor
- NewFileAssetRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
NewFileAssetRequestBody carries the parameters for creating a new file asset.
- NewFileAssetRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
Default constructor
- NewFileAssetRequestBody(NewFileAssetRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
Copy/clone constructor
- NewFileSystemRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
NewFileSystemProperties describes the root node of a file system.
- NewFileSystemRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Default constructor
- NewFileSystemRequestBody(NewFileSystemRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Copy/clone constructor.
- NoteElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
NoteElement contains the properties and header for a Note entity retrieved from the metadata repository.
- NoteElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
Default constructor
- NoteElement(NoteElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
Copy/clone constructor
- NoteLogElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
NoteLogElement contains the properties and header for a NoteLog entity retrieved from the metadata repository.
- NoteLogElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteLogElement
-
Default constructor
- NoteLogElement(NoteLogElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteLogElement
-
Copy/clone constructor
- NoteLogProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
NoteLogHeader manages a list of notes for an asset
- NoteLogProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.NoteLogProperties
-
Default constructor
- NoteLogProperties(NoteLogProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.NoteLogProperties
-
Copy/clone constructor.
- NoteProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
Note defines the properties of a single note in a note log.
- NoteProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.NoteProperties
-
Default constructor
- NoteProperties(NoteProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.NoteProperties
-
Copy/clone constructor.
- NULL_CONNECTOR_RETURNED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
OMAS-ASSET-OWNER-500-002 - The requested connector for connection named {0} is not returned by the OMAG Server {1}
- NULL_LISTENER - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
OMAS-ASSET-OWNER-400-019 - A null topic listener has been passed by user {0} on method {1}
O
- OMRS_NOT_INITIALIZED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
OMAS-ASSET-OWNER-404-002 - The open metadata repository services are not initialized for the {0} operation
- org.odpi.openmetadata.accessservices.assetowner.api - package org.odpi.openmetadata.accessservices.assetowner.api
-
The API package defines the Java interfaces supported by the Asset Owner OMAS.
- org.odpi.openmetadata.accessservices.assetowner.events - package org.odpi.openmetadata.accessservices.assetowner.events
-
Definitions of the different types of events that the Asset Owner OMAS can publish.
- org.odpi.openmetadata.accessservices.assetowner.ffdc - package org.odpi.openmetadata.accessservices.assetowner.ffdc
-
This package provides the first failure data capture support for the Asset Owner OMAS module.
- org.odpi.openmetadata.accessservices.assetowner.metadataelements - package org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
The metadata elements describe the way that metadata is returned from the repository.
- org.odpi.openmetadata.accessservices.assetowner.properties - package org.odpi.openmetadata.accessservices.assetowner.properties
-
This package provides the properties used to create different types of instances for an asset and its attachments.
- org.odpi.openmetadata.accessservices.assetowner.rest - package org.odpi.openmetadata.accessservices.assetowner.rest
-
This package defines the beans used to build the REST request and response payloads.
- OriginRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
OriginRequestBody provides a structure for passing information about an asset's origin as a request body over a REST API.
- OriginRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
-
Default constructor
- OriginRequestBody(OriginRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
-
Copy/clone constructor
- OTHER - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermStatus
-
Other - The term is in a locally defined state.
- OTHER - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionStatus
-
Other - The governance definition in a locally defined state.
- OUT_TOPIC_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
OMAS-ASSET-OWNER-0012 - The Asset Owner Open Metadata Access Service (OMAS) has sent event of type: {0}
- OUT_TOPIC_FAILURE - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
OMAS-ASSET-OWNER-0018 - The Asset Owner Open Metadata Access Service (OMAS) is unable to send an event on its out topic {0}; exception {1} returned error message: {2}
- OwnerRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
OwnerRequestBody provides a structure for passing information about an asset owner as a request body over a REST API.
- OwnerRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
-
Default constructor
- OwnerRequestBody(OwnerRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
-
Copy/clone constructor
P
- PagedResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
PagedResponse is used for responses that can contain paged responses
- PagedResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.PagedResponse
-
Default constructor
- PagedResponse(PagedResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.PagedResponse
-
Copy/clone constructor
- PathNameRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
PathNameRequestBody carries the parameters for creating a new FolderProperties asset.
- PathNameRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
-
Default constructor
- PathNameRequestBody(PathNameRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
-
Copy/clone constructor
- PREPARED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermStatus
-
Prepared - The term is ready for review.
- PROCESS_EVENT_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
OMAS-ASSET-OWNER-0014 - Event {0} could not be published due to {1} exception with message: {2}
- processEvent(AssetOwnerOutTopicEvent) - Method in class org.odpi.openmetadata.accessservices.assetowner.api.AssetOwnerEventListener
-
Process an event that was published by the Asset Owner OMAS.
- PROPOSED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermStatus
-
Proposed - The term is in review.
- PROPOSED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionStatus
-
Proposed - The governance definition is in review and not yet active.
- publishAsset(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Update the zones for a specific asset to the zone list specified in the publishZones.
- PUBLISHING_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
OMAS-ASSET-OWNER-0010 - The Asset Owner Open Metadata Access Service (OMAS) is no longer publishing events to topic {0}
- PUBLISHING_SHUTDOWN_ERROR - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
OMAS-ASSET-OWNER-0011 - The Asset Owner Open Metadata Access Service (OMAS) caught an unexpected {0} exception whilst shutting down the out topic {1}.
R
- ReferenceableElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
ReferenceableElement contains the properties and header for a referenceable entity retrieved from the metadata repository.
- ReferenceableElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ReferenceableElement
-
Default constructor
- ReferenceableElement(ReferenceableElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ReferenceableElement
-
Copy/clone constructor
- ReferenceableProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
ReferenceableProperties provides a structure for passing a referenceable element's properties over the Java API.
- ReferenceableProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Default constructor
- ReferenceableProperties(ReferenceableProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Copy/clone constructor.
- ReferenceableRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ReferenceableRequestBody provides a structure for passing a referenceables' properties as a request body over a REST API.
- ReferenceableRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
-
Default constructor
- ReferenceableRequestBody(ReferenceableRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
-
Copy/clone constructor
- REFRESH_ELEMENT_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
An element has been distributed around the cohort - could be for the first time.
- registerListener(String, AssetOwnerEventListener) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOwnerEventInterface
-
Register a listener object that will be passed each of the events published by the Asset Owner OMAS.
- REJECTED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermStatus
-
Rejected - The term is rejected and should not be used.
- RelatedElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
RelatedElement contains the properties and header for a relationship retrieved from the metadata repository along with the stub of the related element.
- RelatedElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelatedElement
-
Default constructor
- RelatedElement(RelatedElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelatedElement
-
Copy/clone constructor
- RelatedElementListResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
RelatedElementListResponse is a response object for passing back a list of relatedElement objects.
- RelatedElementListResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.RelatedElementListResponse
-
Default constructor
- RelatedElementListResponse(RelatedElementListResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.RelatedElementListResponse
-
Copy/clone constructor
- RelatedElementsManagementInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
-
Defines the interface that is common to multiple element types
- RelationshipElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
RelationshipElement contains the properties and header for a relationship retrieved from the metadata repository.
- RelationshipElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelationshipElement
-
Default constructor
- RelationshipElement(RelationshipElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelationshipElement
-
Copy/clone constructor
- RelationshipElementResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
RelationshipElementResponse is the response structure used on the OMAS REST API calls that return the properties for a relationship.
- RelationshipElementResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipElementResponse
-
Default constructor
- RelationshipElementResponse(RelationshipElementResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipElementResponse
-
Copy/clone constructor
- RelationshipElementsResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
RelationshipElementsResponse is a response object for passing back a list of relationships or an exception if the request failed.
- RelationshipElementsResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipElementsResponse
-
Default constructor
- RelationshipElementsResponse(RelationshipElementsResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipElementsResponse
-
Copy/clone constructor
- RelationshipProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
RelationshipProperties provides the base class for relationships items.
- RelationshipProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.RelationshipProperties
-
Default constructor
- RelationshipProperties(RelationshipProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.RelationshipProperties
-
Copy/clone constructor.
- RelationshipRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
RelationshipRequestBody describes the request body used when linking elements together.
- RelationshipRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipRequestBody
-
Default constructor
- RelationshipRequestBody(RelationshipRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipRequestBody
-
Copy/clone constructor.
- removeAssetOrigin(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Remove the asset origin classification to an asset.
- removeAssetOwner(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Remove the ownership classification from an asset.
- removeCollection(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
-
Delete a collection.
- removeComment(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Removes a comment added to the element by this user.
- removeConnection(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Remove the metadata element representing a connection.
- removeEndpoint(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Remove the metadata element representing a endpoint.
- removeFromCollection(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
-
Remove an element from a collection.
- removeGovernanceDefinitionFromElement(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Remove the GovernedBy relationship between a governance definition and an element.
- removeNote(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Remove the metadata element representing a note.
- removeNoteLog(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Remove the metadata element representing a note log.
- removeSchemaAttribute(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Remove the metadata element representing a schema attribute.
- removeSchemaType(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Remove the metadata element representing a schema type.
- removeSecurityTags(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Remove the security tags classification to an asset or one of its elements.
- removeSemanticAssignment(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Remove the relationship between a glossary term and an element in an Asset description (typically a field in the schema).
- removeTemplateClassification(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Remove the classification that indicates that this asset can be used as a template.
- ResourceListProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
ResourceListProperties provides a details of why an element providing resources (such as a community) has been attached to an initiative such as a governance domain.
- ResourceListProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties
-
Default constructor
- ResourceListProperties(ResourceListProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties
-
Copy/clone constructor
- RetentionClassificationProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
RetentionClassificationProperties defines the retention requirements for related data items.
- RetentionClassificationProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.RetentionClassificationProperties
-
Default constructor
- RetentionClassificationProperties(RetentionClassificationProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.RetentionClassificationProperties
-
Copy/clone constructor.
- retrieveAttachedExternalReferences(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
-
Retrieve the list of external references attached to the supplied object.
S
- scanConnections(String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Step through the connections visible to this caller.
- SchemaAttributeElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
SchemaAttributeElement contains the properties and header for a schema attribute retrieved from the metadata repository.
- SchemaAttributeElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaAttributeElement
-
Default constructor
- SchemaAttributeElement(SchemaAttributeElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaAttributeElement
-
Copy/clone constructor
- SchemaAttributeElementResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
SchemaAttributeElementResponse is the response structure used on the OMAS REST API calls that return the properties for a element.
- SchemaAttributeElementResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeElementResponse
-
Default constructor
- SchemaAttributeElementResponse(SchemaAttributeElementResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeElementResponse
-
Copy/clone constructor
- SchemaAttributeElementsResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
SchemaAttributeElementsResponse is a response object for passing back a a list of glossaries or an exception if the request failed.
- SchemaAttributeElementsResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeElementsResponse
-
Default constructor
- SchemaAttributeElementsResponse(SchemaAttributeElementsResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeElementsResponse
-
Copy/clone constructor
- SchemaAttributeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
SchemaAttributeProperties carries the common parameters for creating or updating schema attributes.
- SchemaAttributeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Default constructor
- SchemaAttributeProperties(SchemaAttributeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Copy/clone constructor.
- SchemaAttributeRelationshipProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
SchemaAttributeRelationshipProperties defines a relationship between 2 SchemaAttributes.
- SchemaAttributeRelationshipProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Default constructor
- SchemaAttributeRelationshipProperties(SchemaAttributeRelationshipProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Copy/clone constructor makes a copy of the supplied object.
- SchemaElementProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
SchemaElementProperties carries the common parameters for creating or updating schema elements such as schema types and attributes.
- SchemaElementProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
-
Default constructor
- SchemaElementProperties(SchemaElementProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
-
Copy/clone constructor
- SchemaTypeElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
SchemaTypeElement contains the properties and header for a reference data asset retrieved from the metadata repository.
- SchemaTypeElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Default constructor
- SchemaTypeElement(SchemaTypeElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Copy/clone constructor
- SchemaTypeElementResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
SchemaTypeElementResponse is the response structure used on the OMAS REST API calls that return the properties for an element.
- SchemaTypeElementResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeElementResponse
-
Default constructor
- SchemaTypeElementResponse(SchemaTypeElementResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeElementResponse
-
Copy/clone constructor
- SchemaTypeElementsResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
SchemaTypeElementsResponse is a response object for passing back a list of elements or an exception if the request failed.
- SchemaTypeElementsResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeElementsResponse
-
Default constructor
- SchemaTypeElementsResponse(SchemaTypeElementsResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeElementsResponse
-
Copy/clone constructor
- SchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
SchemaTypeProperties carries the common parameters for creating or updating schema types.
- SchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Default constructor
- SchemaTypeProperties(SchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Copy/clone Constructor.
- SecurityTagsProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
SecurityTagsProperties 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.
- SecurityTagsProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SecurityTagsProperties
-
Default constructor
- SecurityTagsProperties(SecurityTagsProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SecurityTagsProperties
-
Copy/clone constructor
- SecurityTagsRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
SecurityTagsRequestBody provides a structure for passing information about the security tags that should be attached to an asset or one of its fields.
- SecurityTagsRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SecurityTagsRequestBody
-
Default constructor
- SecurityTagsRequestBody(SecurityTagsRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SecurityTagsRequestBody
-
Copy/clone constructor
- SemanticAssignmentProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
SemanticAssignmentProperties links an element to a glossary term to indicate that the glossary term describes its meaning.
- SemanticAssignmentProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Default constructor
- SemanticAssignmentProperties(SemanticAssignmentProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Copy/clone constructor.
- SERVICE_INITIALIZED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
OMAS-ASSET-OWNER-0003 - The Asset Owner Open Metadata Access Service (OMAS) has initialized a new instance for server {0}
- SERVICE_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
OMAS-ASSET-OWNER-0001 - The Asset Owner Open Metadata Access Service (OMAS) is initializing a new server instance
- SERVICE_INSTANCE_FAILURE - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
OMAS-ASSET-OWNER-0005 - The Asset Owner Open Metadata Access Service (OMAS) is unable to initialize a new instance; error message is {0}
- SERVICE_PUBLISHING - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
OMAS-ASSET-OWNER-0002 - The Asset Owner Open Metadata Access Service (OMAS) is ready to publish asset notifications to topic {0}
- SERVICE_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
OMAS-ASSET-OWNER-0004 - The Asset Owner Open Metadata Access Service (OMAS) is shutting down its instance for server {0}
- setAbbreviation(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Set up the abbreviation used for this term.
- setAbbreviation(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Set up the abbreviation used for this technical element.
- setAcceptedAnswers(List<RelatedElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
Set up details of any comment that provides an accepted answer to the question posed in this comment.
- setAccessGroups(Map<String, List<String>>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SecurityTagsRequestBody
-
Setup the map from operation to list of security groups.
- setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Set up additional properties.
- setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Set up additional properties.
- setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Set up additional properties.
- setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateClassificationRequestBody
-
Set up additional properties.
- setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Set up additional properties.
- setAddress(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Set up the network address of the endpoint.
- setAliases(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up a list of alternative names for the attribute.
- setAllowsDuplicateValues(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up whether the same value can be used by more than one instance of this attribute.
- setAnchorGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceRequestBody
-
Set up the optional anchor unique identifier.
- setAnchorGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
-
Set up an optional anchor GUID to attach the new element to.
- setAnnotation(Annotation) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationResponse
-
Set up the Annotation object.
- setAnnotations(List<Annotation>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationListResponse
-
Set up the properties objects.
- setAnnotationStatus(AnnotationStatus) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.StatusRequestBody
-
Set up the fully qualified name.
- setArchiveAfter(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RetentionClassificationProperties
-
Set up the date that this asset will be archived.
- setArguments(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
-
Set up the arguments for the embedded connection.
- setArguments(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EmbeddedConnectionRequestBody
-
Set up the arguments for the embedded connection.
- setAsset(AssetElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementResponse
-
Set up the asset result.
- setAssetProperties(AssetProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.AssetElement
-
Save details of the asset itself
- setAssets(List<AssetElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementsResponse
-
Set up the list of assets for the response.
- setAssociatedGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RetentionClassificationProperties
-
Set up the unique identifier of the element used in deciding the archiveAfter and deleteAfter dates.
- setAttributeCount(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Set up the count of attributes in this schema type
- setAttributeRelationships(List<SchemaAttributeRelationshipProperties>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up any relationships to other schema attributes.
- setAttributeType(SchemaTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up the SchemaType that relates to the type of this attribute.
- setAuthor(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Set up the name of the author of the schema element.
- setBusinessCapabilityGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindAssetOriginProperties
-
Set up the unique identifier (GUID) of the business capability where this asset originated from.
- setBusinessCapabilityGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
-
Set up the unique identifier (GUID) of the business capability where this asset originated from.
- setCategory(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Set up the category of reference data.
- setCategory(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Set up the category of reference data for this valid value.
- setCertificateId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Set up the unique identifier of the certificate.
- setCertificateId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificateIdRequestBody
-
Set up the unique identifier for the certificate from the certificate authority.
- setCertificationHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
-
Set up the element header associated with the relationship.
- setCertificationProperties(RelationshipProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
-
Set up relationship properties
- setCertificationTypeHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
-
Set up the element header associated with end 2 of the relationship (certification type).
- setCertificationTypeProperties(CertificationProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
-
Set up the properties of the certification type.
- setCertifiedBy(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Set up the name of the person in the certification authority that granted this certificate.
- setCertifiedByPropertyName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Set up the name of the property from the element supplying the certifiedBy property.
- setCertifiedByTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Set up the name of the type of the element supplying the certifiedBy property.
- setClassificationName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Set up the name of the classification if the event relates to classifications.
- setClassifications(List<ElementClassification>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Set up the list of classifications associated with this referenceable.
- setClearPassword(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Set up an unencrypted password.
- setCollectionOrdering(OrderBy) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionFolderProperties
-
Set up the property to use to determine the order that assets are returned.
- setCollectionOrderingProperty(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionFolderProperties
-
Set up the name of the property to use if collectionOrdering is OTHER.
- setCollectionType(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionProperties
-
Set up a descriptive name for the collection's type.
- setColumnHeaders(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
-
Set up he list of column headers for the data set - this is used if the columns are not listed in the first line of the file.
- setCommentText(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CommentProperties
-
Set up the comment text.
- setCommentType(CommentType) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CommentProperties
-
Set up the enum that describes the type of comment.
- setConditions(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Set up any conditions or endorsements to this certificate.
- setConditions(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up any conditions or endorsements to this license.
- setConfidence(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Set up the confidence level (0-100) that the matching is correct.
- setConfidence(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Set up the level of confidence in the classification (0=none to 100=excellent).
- setConfidence(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Set up the level of confidence that the relationship is correct.
- setConfidenceClassification(String, String, GovernanceClassificationProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Classify/reclassify the element (typically an asset) to indicate the level of confidence that the organization has that the data is complete, accurate and up-to-date.
- setConfidentialityClassification(String, String, GovernanceClassificationProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Classify/reclassify the element (typically a data field, schema attribute or glossary term) to indicate the level of confidentiality that any data associated with the element should be given.
- setConfigurationProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Set up the configuration properties for this Connection.
- setConnection(Connection) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
-
Set up the Connection object.
- setConnectionProperties(ConnectionProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Set up the properties for the connection.
- setConnectorFrameworkName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Set up name of the connector framework that the connector implements - default Open Connector Framework (OCF).
- setConnectorInterfaceLanguage(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Set up the language that the connector is implemented in - default Java.
- setConnectorInterfaces(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Set up list of interfaces that the connector supports.
- setConnectorProviderClassName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
The name of the connector provider class name.
- setConnectorType(ElementStub) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Set up the connector type properties for this Connection.
- setConnectorTypeProperties(ConnectorTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectorTypeElement
-
Set up the properties for the connector type.
- setCreatedBy(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Set up the identifier of the person/process that created this membership.
- setCreatedBy(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Set up the name/description of the creator of the relationship.
- setCreateTime(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Set up the time that the data store was created.
- setCriticalityClassification(String, String, GovernanceClassificationProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Classify/reclassify the element (typically an asset) to indicate how critical the element (or associated resource) is to the organization.
- setCustodian(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Set up the person/team responsible for ensuring that the certificate conditions are adhered to.
- setCustodian(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the person/team responsible for ensuring that the license conditions are adhered to.
- setCustodianPropertyName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Set up the name of the property from the element supplying the custodian property.
- setCustodianPropertyName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the name of the property from the element supplying the custodian property.
- setCustodianTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Set up the name of the type of the element supplying the custodian property.
- setCustodianTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the name of the type of the element supplying the custodian property.
- setDataPattern(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldQueryProperties
-
Set up a regular expression that characterizes the data values stored in this data field.
- setDataPattern(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldValuesProperties
-
Set up a regular expression that characterizes the data values stored in this data field.
- setDataType(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Set up the data type of the preferred value.
- setDataType(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Set up the data type of the preferred value.
- setDefaultValue(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldQueryProperties
-
Set up the description (typically and overview of the revision) of the glossary.
- setDefaultValue(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldValuesProperties
-
Set up the description (typically and overview of the revision) of the glossary.
- setDefaultValueOverride(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
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.accessservices.assetowner.properties.RetentionClassificationProperties
-
Set up the date that this asset will be permanently deleted.
- setDelimiterCharacter(Character) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
-
Set up the delimiter character used between the columns.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
-
Set up the stored description property associated with the asset.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionProperties
-
Set up the description of the collection.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Set up description of the element.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Set up description of the element.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Set up the technical description of the endpoint.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Set up the stored description property for the term.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Set up the full description of the governance definition.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.MeaningProperties
-
Set up the description of the glossary term.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.NoteLogProperties
-
Set up the stored description property for the note log.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
-
Set up the description of the file.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Set up description of the relationship.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Set up the description of the discovery engine.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Set up the stored description property associated with the metadata entity.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Set up the stored description property associated with the valid value.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
Set up the description of the file.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Set up the description of the file.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateClassificationRequestBody
-
Set up the description property associated with the template.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Set up the stored description property associated with the valid value.
- setDetails(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationTypeProperties
-
Set up the specific details of the certification.
- setDetails(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseTypeProperties
-
Set up the specific details of the license.
- setDisplayDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Set up the stored description property for the technical element.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
-
Set up the printable name of the embedded connection.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Set up the display name for UIs and reports.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Set up the display name for UIs and reports.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Set up the display name of this external reference.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Set up the stored display name property for the term.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.NoteLogProperties
-
Set up the stored display name property for the note log.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
-
Set up the display name of the file.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Set up the display name for messages and UI.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Set up the stored display name property for the technical element.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Set up the stored display name property for the metadata entity.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Set up the stored display name property for the valid value.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EmbeddedConnectionRequestBody
-
Set up the printable name of the embedded connection.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
Set up the stored display name property for the asset.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Set up the display name of the file.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Set up the stored display name property for the valid value.
- setDisplaySummary(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Set up the short (1-2 sentence) description of the technical element.
- setDocumentIdentifier(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Set up the fully qualified name.
- setDomainIdentifier(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Set up the identifier of the governance domain that this definition belongs to (0=all).
- setDuplicateGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Set up the unique identifier of the duplicate.
- setEffectiveFrom(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ClassificationProperties
-
Set up the date/time that this element is effective from (null means effective from the epoch).
- setEffectiveFrom(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Set up the date/time that this element is effective from (null means effective from the epoch).
- setEffectiveFrom(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RelationshipProperties
-
Set up the date/time that this element is effective from (null means effective from the epoch).
- setEffectiveTime(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EffectiveTimeQueryRequestBody
-
Set up the date/time to use for the query.
- setEffectiveTime(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.UpdateRequestBody
-
Set up the date/time to use for the query.
- setEffectiveTo(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ClassificationProperties
-
Set the date/time that element is effective to (null means that it is effective indefinitely into the future).
- setEffectiveTo(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Set the date/time that element is effective to (null means that it is effective indefinitely into the future).
- setEffectiveTo(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RelationshipProperties
-
Set the date/time that element is effective to (null means that it is effective indefinitely into the future).
- setElement(CertificationTypeElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeResponse
-
Set up the element result.
- setElement(ConnectionElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionResponse
-
Set up the metadata element to return.
- setElement(ConnectorTypeElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypeResponse
-
Set up the metadata element to return.
- setElement(EndpointElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointResponse
-
Set up the metadata element to return.
- setElement(ExternalReferenceElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceResponse
-
Set up the element result.
- setElement(LicenseTypeElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeResponse
-
Set up the element result.
- setElement(RelationshipElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipElementResponse
-
Set up the element result.
- setElement(SchemaAttributeElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeElementResponse
-
Set up the element result.
- setElement(SchemaTypeElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeElementResponse
-
Set up the element result.
- setElement(ValidValueElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValueResponse
-
Set up the metadata element to return.
- setElement(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ElementHeaderResponse
-
Set up the element result.
- setElementAsDataField(String, String, DataFieldValuesProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Classify the element to indicate that it describes a data field and supply properties that describe the characteristics of the data values found within.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Set up details of the subject of the event.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.AssetElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationTypeElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionMember
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectorTypeElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EndpointElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ExternalReferenceElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileSystemElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FolderElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GlossaryTermElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GovernanceDefinitionElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseTypeElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in interface org.odpi.openmetadata.accessservices.assetowner.metadataelements.MetadataElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteLogElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ReferenceableElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaAttributeElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Set up the element header associated with the properties.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
-
Set up the element header associated with the properties.
- setElementList(List<ConnectionElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionsResponse
-
Set up the list of metadata elements to return.
- setElementList(List<ConnectorTypeElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypesResponse
-
Set up the list of metadata elements to return.
- setElementList(List<EndpointElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointsResponse
-
Set up the list of metadata elements to return.
- setElementList(List<RelatedElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelatedElementListResponse
-
Set up the list of metadata elements to return.
- setElementList(List<RelationshipElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipElementsResponse
-
Set up the metadata element to return.
- setElementList(List<SchemaAttributeElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeElementsResponse
-
Set up the metadata element to return.
- setElementList(List<SchemaTypeElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeElementsResponse
-
Set up the metadata element to return.
- setElementList(List<ValidValueElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesResponse
-
Set up the list of metadata elements to return.
- setElementPosition(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up the position of this schema attribute in its parent schema.
- setElementProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Set up the map of properties for the element provided with the event.
- setElementProperties(TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
-
Set up the properties for the element.
- setElements(List<CertificationElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationListResponse
-
Set up the list of certification types.
- setElements(List<CertificationTypeElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeListResponse
-
Set up the list of certification types.
- setElements(List<ExternalReferenceElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceListResponse
-
Set up the list of external references.
- setElements(List<LicenseElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseListResponse
-
Set up the list of license types.
- setElements(List<LicenseTypeElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeListResponse
-
Set up the list of license types.
- setElements(List<ElementStub>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ElementStubListResponse
-
Set up the list of element identifiers.
- setEmbeddedConnection(ElementStub) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
-
Set up the embedded connection
- setEmbeddedConnections(List<EmbeddedConnection>) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Set up the list of embedded connections for this virtual connection.
- setEncodingDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Set up the description of the encoding used in the data store.
- setEncodingLanguage(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Set up the name of the natural language used for text strings within the data store.
- setEncodingProperties(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Set up the additional properties associated with the encoding process.
- setEncodingStandard(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Set up the format (encoding standard) used for this schema.
- setEncodingType(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Set up the name of the encoding style used in the data store.
- setEncryptedPassword(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Set up an encrypted password.
- setEncryption(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystemProperties
-
Set up the type of encryption used on the file system (or null is unencrypted).
- setEncryption(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Set up the type of encryption used on the file system (or null is unencrypted).
- setEncryptionMethod(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Set up the encryption method used on this Endpoint.
- setEnd1GUID(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelationshipElement
-
Set up the element header associated with end 1 of the relationship.
- setEnd2GUID(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelationshipElement
-
Set up the element header associated with end 2 of the relationship.
- setEndDate(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Set up the date/time that this certificate is no longer valid.
- setEndDate(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the date/time that this license is no longer valid.
- setEndpoint(ElementStub) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
Set up the endpoint properties for this Connection.
- setEndpointProperties(EndpointProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EndpointElement
-
Set up the properties for the endpoint.
- setEntitlements(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the entitlements granted by the license.
- setEventTime(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Set up the time that the element was updated.
- setEventType(AssetOwnerEventType) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Set up the event type.
- setEventVersionId(long) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Set up the event version id.
- setExamples(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Return the description of one or more examples.
- setExpectedDataFormat(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Set up the format of the data that the connector supports - null for "any".
- setExpression(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Set up the expression used to determine the membership.
- setExpression(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Set up the expression that describes the relationship.
- setExtendedProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ClassificationProperties
-
Set up the properties that have been defined for a subtype of this object that are not supported explicitly by this bean.
- setExtendedProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Set up the properties that are defined for a subtype of referenceable but are not explicitly supported by the bean.
- setExtendedProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Set up the properties that have been defined for a subtype of this object that are not supported explicitly by this bean.
- setExtendedProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RelationshipProperties
-
Set up the properties that have been defined for a subtype of this object that are not supported explicitly by this bean.
- setExtendedProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Set up the properties that are defined for a subtype of referenceable but are not explicitly supported by the bean.
- setExternalSchemaType(SchemaTypeElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Set up the schema type that is reusable amongst assets.
- setExternalSourceGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalSourceRequestBody
-
Set up the unique identifier of the software server capability entity that represented the external source - null for local.
- setExternalSourceName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalSourceRequestBody
-
Set up the unique name of the software server capability entity that represented the external source.
- setFeedbackTargetElement(FeedbackTargetElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
Set up details of the relationship from the element in the request to the comment.
- setFeedbackTargetElement(FeedbackTargetElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
Set up details of the relationship from the element in the request to the note.
- setFeedbackTargetElement(FeedbackTargetElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteLogElement
-
Set up details of the relationship from the element in the request to the note log.
- setFileProperties(FileProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileElement
-
Set up the file properties.
- setFileSystem(FileSystemElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
-
Set up the fileSystem result.
- setFileSystemProperties(FileSystemProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileSystemElement
-
Set up the file system properties.
- setFileSystemType(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Set up the type of the file system.
- setFileType(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileProperties
-
Set up the file type of the file if known.
- setFolder(FolderElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
-
Set up the folder result.
- setFolderProperties(FolderProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FolderElement
-
Set up the properties for a folder.
- setFormat(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystemProperties
-
Set up the format of the file system.
- setFormat(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Set up the format of the file system.
- setFormula(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Set up the formula used to combine the values of the queries.
- setFormula(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Set up the formula used to combine the values of the queries.
- setFormula(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CalculatedValueClassificationRequestBody
-
Set up the formula used to calculate the value.
- setFormulaType(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Set up the specification language for the formula.
- setFormulaType(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Set up the specification language for the formula.
- setFullPath(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
Set up the full path of the file - this should be unique.
- setFullPath(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
-
Set up the full path of the file - this should be unique.
- setGlossaryTermProperties(GlossaryTermProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GlossaryTermElement
-
Set up the glossary term properties.
- setImplications(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Set up the list of implications for the organization that this governance definition brings.
- setInitialStatus(GovernanceDefinitionStatus) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeRequestBody
-
Set up the initial status of the certification type.
- setInitialStatus(GovernanceDefinitionStatus) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeRequestBody
-
Set up the initial status of the license type.
- setIsCaseSensitive(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Set up whether this valid value is case-sensitive, or will match irrespective of case.
- setIsDefaultValue(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
-
Set up whether this valid value is the default of the setGUID (if supplied).
- setIsDeprecated(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
-
Set whether the schema element deprecated or not.
- setIsDeprecated(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Set whether the valid value is deprecated or not.
- setIsDeprecated(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Set whether the valid value is deprecated or not.
- setIsNullable(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up whether the field is nullable or not.
- setIsPublic(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FeedbackTargetElement
-
Set up whether the link to the tag is private to the creating user or not.
- setIsPublic(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FeedbackProperties
-
Set up the privacy flag.
- setLastUpdate(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
Set up the last time a change was made to this note.
- setLength(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up the length of the data field.
- setLevelIdentifier(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationProperties
-
Set up the level assigned to this element for this classification.
- setLevelIdentifier(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LevelIdentifierProperties
-
Set up the level to match on.
- setLicensedBy(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the name of the person in the license authority that granted this license.
- setLicensedByPropertyName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the name of the property from the element supplying the licensedBy property.
- setLicensedByTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the name of the type of the element supplying the licensedBy property.
- setLicensee(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the person/team that received the license.
- setLicenseePropertyName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the name of the property from the element supplying the licensee property.
- setLicenseeTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the name of the type of the element supplying the licensee property.
- setLicenseHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseElement
-
Set up the element header associated with the relationship.
- setLicenseId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the unique identifier of the license.
- setLicenseId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseIdRequestBody
-
Set up the unique identifier for the license.
- setLicenseProperties(RelationshipProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseElement
-
Set up relationship properties
- setLicenseTypeHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseElement
-
Set up the element header associated with end 2 of the relationship (license type).
- setLicenseTypeProperties(LicenseProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseElement
-
Set up the properties of the license type.
- setLinkDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceLinkProperties
-
Set up the description of the external reference with respect to the linked object.
- setLinkDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Set up the description of the reference (with respect to the governance definition this reference is linked to).
- setLinkedAttributeGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Set up the GUIDs of the schema attributes that this link connects together.
- setLinkedAttributeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Set up the name of this link.
- setLinkGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Set up the identifier for the schema link.
- setLinkId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceLinkProperties
-
Set up the identifier that this reference is to be known as with respect to the linked object.
- setLinkProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Set up the properties associated with this schema link.
- setLinkType(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Set up the type of the link - this is related to the type of the schema it is a part of.
- setLocalReferenceId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Set up the identifier given to this reference (with respect to this governance definition).
- setMapFromElement(SchemaTypeElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Set up the type of schema element that represents the key or property name for the map.
- setMapToElement(SchemaTypeElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Set up the type of schema element that represents the property value for the map.
- setMaxCardinality(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up the maximum number of instances allowed for this attribute.
- setMembershipRationale(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Set up the rationale or role of the asset in this collection.
- setMinCardinality(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up the minimum number of instances allowed for this attribute.
- setMinimumLength(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up the minimum length of the data.
- setModifiedTime(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Setup the last known time the data store was modified.
- setName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
-
Set up the name of the resource that this asset represents.
- setName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionProperties
-
Set up the name of the collection.
- setName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Set up the technical name for the endpoint.
- setName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindNameProperties
-
Set up the name for the query request.
- setName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.MeaningProperties
-
Set up the glossary term name.
- setName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
Set up the name of the resource that this asset represents.
- setName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateClassificationRequestBody
-
Set up the name property for the template.
- setNamePattern(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldQueryProperties
-
Set up a regular expression that characterizes the name used for this type of data field.
- setNamePattern(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldValuesProperties
-
Set up a regular expression that characterizes the name used for this type of data field.
- setNamespace(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Set up the name of the namespace that this type belongs to.
- setNativeJavaClass(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up the name of the Java class to use to represent this type.
- setNetworkAddress(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Set up the physical network address of this metadata element (if this makes sense).
- setNotes(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Set up any notes associated with the certificate.
- setNotes(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Set up the additional values associated with the symbolic name.
- setNotes(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Set up any notes for the steward.
- setNotes(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Set up additional information relating to this classification.
- setNotes(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up any notes associated with the license.
- setObligations(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the obligations stipulated by the license.
- setOrderedValues(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up whether the attribute instances are arranged in an order.
- setOrganization(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Set up the name of the organization that owns the resource that this external reference represents.
- setOrganizationGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindAssetOriginProperties
-
Set up the unique identifier (GUID) of the organization where this asset originated from.
- setOrganizationGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
-
Set up the unique identifier (GUID) of the organization where this asset originated from.
- setOtherOriginValues(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindAssetOriginProperties
-
Set up any descriptive labels describing origin of the asset.
- setOtherOriginValues(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
-
Set up any descriptive labels describing origin of the asset.
- setOutcomes(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Set up the list of expected outcomes from implementing this governance definition.
- setOwnerId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
-
Set up the owner id.
- setOwnerPropertyName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
-
Set up the property name used to identify the owner.
- setOwnerTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
-
Set up the type of element used to represent the owner.
- setPages(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceLinkProperties
-
Set up the page range for the reference.
- setParentGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
-
Set up an optional parent GUID to attach the new element to.
- setPatchLevel(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Set up the patch level of the discovery engine.
- setPatchLevel(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Set up the patch level of the file system.
- setPathName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Set up the fully qualified physical location of the data store.
- setPathName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Set up the path name to the physical resource - used when creating new data store assets such as databases, files and folders.
- setPosition(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
-
Set up the position that this connector is in the list of embedded connectors.
- setPosition(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EmbeddedConnectionRequestBody
-
Set up the position that this connector is in the list of embedded connectors.
- setPrecision(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up the number of significant digits to the right of decimal point.
- setPreferredValue(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Set up the preferred values to use in implementations (normally used with definitions)
- setPreferredValue(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Set up the preferred values to use in implementations (normally used with definitions)
- setPreviousClassificationProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Set up the property map for the previous version of a classification's properties (used for reclassify events).
- setPreviousElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Set up the previous version of the element's header (if the event is related to an element update).
- setPreviousElementProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Set up the previous version of the element's properties (if the event is related to an element update).
- setPriority(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Set up the priority of this governance definition.
- setProperties(CertificationTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationTypeElement
-
Set up the certification type properties.
- setProperties(CertificationTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeRequestBody
-
Set up the properties of the certification type.
- setProperties(ClassificationProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ClassificationRequestBody
-
Set up the properties for the classification.
- setProperties(CollectionProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionElement
-
Set up the collection properties.
- setProperties(CommentProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
Set up the properties of the comment.
- setProperties(ExternalReferenceProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ExternalReferenceElement
-
Set up the list of links to external documentation that are relevant to this element.
- setProperties(ExternalReferenceProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceRequestBody
-
Set up the properties for this external reference.
- setProperties(GovernanceDefinitionProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GovernanceDefinitionElement
-
Set up the requested governance definition.
- setProperties(LicenseTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseTypeElement
-
Set up the license type properties.
- setProperties(LicenseTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeRequestBody
-
Set up the properties of the license type.
- setProperties(NoteLogProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteLogElement
-
Set up the properties of the note log.
- setProperties(NoteProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
Set up the properties of the note.
- setProperties(ReferenceableProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionMember
-
Set up the properties of the element.
- setProperties(ReferenceableProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
-
Set up the properties for the relationship.
- setProperties(RelationshipProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipRequestBody
-
Set up the properties for the relationship.
- setProtocol(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Set up the protocol to use for this Endpoint
- setPublishVersionIdentifier(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Set up the author-controlled version identifier.
- setQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Set up the fully qualified name.
- setQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Set up the fully qualified name.
- setQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Set up the fully qualified name.
- setQueries(List<DerivedSchemaTypeQueryTargetProperties>) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Set up the list of individual query targets for a derived column.
- setQueries(List<DerivedSchemaTypeQueryTargetProperties>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Set up the list of queries that are used to create the derived schema element.
- setQuery(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataContentForDataSetProperties
-
Set up the query string for this element.
- setQuery(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
-
Set up the query string for this element.
- setQueryId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataContentForDataSetProperties
-
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.
- setQueryId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
-
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.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
-
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.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
-
Set up the name of the query language used in the query.
- setQuestionsAnswered(List<RelatedElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
Set up details of any comment that poses a question that this comment answers.
- setQuoteCharacter(Character) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
-
Set up he character used to group the content of a column that contains one or more delimiter characters.
- setRecipient(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Set up the person/team that received the certification.
- setRecipientPropertyName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Set up the name of the property from the element supplying the recipient property.
- setRecipientTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Set up the name of the type of the element supplying the recipient property.
- setRecognizedAdditionalProperties(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
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.accessservices.assetowner.properties.ConnectorTypeProperties
-
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.accessservices.assetowner.properties.ConnectorTypeProperties
-
Set up the list of property names that this connector/connector provider implementation looks for in the Connection object's securedProperties.
- setReferenceableProperties(ReferenceableProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ReferenceableElement
-
Set up the properties for a referenceable.
- setReferenceId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceIdRequestBody
-
Set up the unique identifier for the certificate from the certificate authority.
- setRelatedElement(RelatedElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationTypeElement
-
Set up details of the relationship used to retrieve this element.
- setRelatedElement(RelatedElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionElement
-
Set up details of the relationship used to retrieve this element.
- setRelatedElement(RelatedElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GlossaryTermElement
-
Set up details of the relationship used to retrieve the element.
- setRelatedElement(RelatedElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GovernanceDefinitionElement
-
Set up details of the relationship used to retrieve this element.
- setRelatedElement(RelatedElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseTypeElement
-
Set up details of the relationship used to retrieve this element.
- setRelatedElement(ElementStub) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FeedbackTargetElement
-
Set up the element header associated with end 1 of the relationship.
- setRelatedElement(ElementStub) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelatedElement
-
Set up the element header associated with end 1 of the relationship.
- setRelationshipHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionMember
-
Set up the element header associated with the relationship.
- setRelationshipHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FeedbackTargetElement
-
Set up the element header associated with the relationship.
- setRelationshipHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelatedElement
-
Set up the element header associated with the relationship.
- setRelationshipHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelationshipElement
-
Set up the element header associated with the relationship.
- setRelationshipName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipRequestBody
-
Set up the name of the relationship type.
- setRelationshipProperties(CollectionMembershipProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionMember
-
Set up relationship properties
- setRelationshipProperties(RelationshipProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelatedElement
-
Set up relationship properties
- setRelationshipProperties(RelationshipProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelationshipElement
-
Set up relationship properties
- setResourceDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Set up the description of the resource that this external reference represents.
- setResourceUse(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties
-
Set up identifier that describes the type of resource use.
- setResourceUseDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties
-
Set up the description of how the resource is used, or why it is useful.
- setResourceUseProperties(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties
-
Set up any additional properties that explains how to use the resource.
- setRestrictions(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the restrictions imposed by the license.
- setResults(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Set up the list of actual results from implementing this governance definition.
- setRetentionBasis(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RetentionClassificationProperties
-
Set up a description of the factor used to set the archiveAfter and deleteAfter dates.
- setRetentionClassification(String, String, RetentionClassificationProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Classify/reclassify the element (typically an asset) to indicate how long the element (or associated resource) is to be retained by the organization.
- setReturnSpecificLevel(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LevelIdentifierProperties
-
Set up whether the level identifier is in use.
- setSampleValues(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldQueryProperties
-
Set up a list of sample values for the data field.
- setSampleValues(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldValuesProperties
-
Set up a list of sample values for the data field.
- setSchemaAttributeProperties(SchemaAttributeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaAttributeElement
-
Set up the properties for a schema attribute.
- setSchemaAttributes(List<SchemaAttributeProperties>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CombinedSchemaRequestBody
-
Set up the names of the zones that this asset is a member of.
- setSchemaElementAsCalculatedValue(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Classify the schema type (or attribute if type is embedded) to indicate that it is a calculated value.
- setSchemaOptions(List<SchemaTypeElement>) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Set up the list of alternative schema types that this attribute or asset may use.
- setSchemaType(SchemaTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CombinedSchemaRequestBody
-
Set up the owner type for this asset.
- setSchemaTypeProperties(SchemaTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
Set up the properties for the schema.
- setScope(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Set up the organizational scope that this governance definition applies to.
- setScope(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Set up the scope of values that this valid value covers (normally used with sets)
- setScope(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Set up the scope of values that this valid value covers (normally used with sets)
- setSecuredProperties(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Set up the secured properties for this Connection.
- setSecurityLabels(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SecurityTagsProperties
-
Set up the list of security labels for the element.
- setSecurityLabels(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SecurityTagsRequestBody
-
Set up the list of security labels that should be attached to this element.
- setSecurityProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SecurityTagsProperties
-
Set up the security properties associated with the element.
- setSecurityProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SecurityTagsRequestBody
-
Set up the security properties that should be attached to this element.
- setSetGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
-
Set up the set unique identifier if the valid value is retrieved via a set.
- setShortDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
-
Set up the short description of the asset from relationship with Connection.
- setSignificantDigits(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
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.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up the order that the attribute instances are arranged in - if any.
- setSource(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Set up the source of information that determined the membership.
- setSource(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Set up the details of the source that detected the duplicate.
- setSource(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Set up the source of this classification.
- setSource(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Set up the id of the source of the knowledge of the relationship.
- setSource(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Set up the source of the discovery engine implementation.
- setSource(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Set up the source of the file system.
- setStakeholderRole(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.StakeholderProperties
-
Set up the role of the stakeholder to the initiative.
- setStartDate(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
Set up the date/time that this certificate is valid from.
- setStartDate(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
Set up the date/time that this license is valid from.
- setStartingFromElement(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PagedResponse
-
Set up the starting element number from the server side list that this response contains.
- setStatus(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Set up the status of the classification.
- setStatus(CollectionMemberStatus) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Set up the status of the membership in the collection.
- setStatus(GlossaryTermAssignmentStatus) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Set up whether this relationship should be used.
- setStatusIdentifier(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Set up the status of this duplicate - usable if greater than 0, 0=proposed, negative means invalid
- setSteward(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Set up the id of the steward responsible for the mapping.
- setSteward(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Set up the identifier of the steward that added this duplicate.
- setSteward(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Set up the identifier for the person responsible for maintaining this classification.
- setSteward(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Set up the id of the steward who assigned the relationship (or approved the discovered value).
- setStewardPropertyName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Set up the name of the property that holds the steward's identifier.
- setStewardPropertyName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Return the name of the property used to identify the steward.
- setStewardPropertyName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Set up the name of the property used to identify the steward.
- setStewardTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Set up the type of element that describes the steward.
- setStewardTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
Set up the type name of the element used to identify the steward.
- setStewardTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Set up the type name of the element used to describe the steward.
- setSummary(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Set up the short (1-2 sentence) description of the term.
- setSummary(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Set up the summary of the governance definition.
- setSupportedAssetTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Set up the type of asset that the connector implementation supports.
- setSurveyReports(List<SurveyReport>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SurveyReportListResponse
-
Set up the properties objects.
- setTargetTechnologyInterfaces(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Set up the names of the interfaces in the target technology that the connector calls.
- setTargetTechnologyName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Set up the name of the target technology that the connector implementation connects to.
- setTargetTechnologySource(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
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.accessservices.assetowner.properties.ConnectorTypeProperties
-
Set up the versions of the target technology that the connector supports.
- setText(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.NoteProperties
-
Set up the text of the note.
- setTitle(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Set up the title associated with this governance definition.
- setTitle(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.NoteProperties
-
Set up the title.
- setTypeDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Set up the description of the type of discovery engine this is.
- setTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
Set up the open metadata type name of this object - this is used to create a subtype of the referenceable.
- setTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Set up the name of the open metadata type for this element.
- setTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Set up the open metadata type name of this object - this is used to create a subtype of the referenceable.
- setUniqueName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Set up the full path of the file - this should be unique.
- setupAcceptedAnswer(String, String, String, FeedbackProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Link a comment that contains the best answer to a question posed in another comment.
- setupAssetConnection(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Create a relationship between an asset and its connection.
- setupCatalogTemplate(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Create a "CatalogTemplate" relationship between a consuming element and a template element.
- setupConnectorType(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Create a relationship between a connection and a connector type.
- setupEmbeddedConnection(String, String, int, String, Map<String, Object>, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Create a relationship between a virtual connection and an embedded connection.
- setupEndpoint(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Create a relationship between a connection and an endpoint.
- setupMoreInformation(String, String, RelationshipProperties, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Create a "MoreInformation" relationship between an element that is descriptive and one that is providing the detail.
- setupRelatedAsset(String, String, String, String, RelationshipProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Link two asset together.
- setupResource(String, String, ResourceListProperties, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Create a "ResourceList" relationship between a consuming element and an element that represents resources.
- setupSchemaElementRelationship(String, String, String, String, RelationshipProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Create a relationship between two schema elements.
- setupSchemaTypeParent(String, String, String, String, RelationshipProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Connect a schema type to a data asset, process or port.
- setupStakeholder(String, String, StakeholderProperties, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
-
Create a "Stakeholder" relationship between an element and its stakeholder.
- setURI(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Set up the URI used to retrieve the resource that this external reference represents.
- setUsage(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
Set up details of the expected usage of this term.
- setUsage(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Set up the usage guidance for this schema element.
- setUsage(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Set up details of the expected usage of this technical element.
- setUsage(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Set up the description of how this valid value should be used.
- setUsage(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Set up the description of how this valid value should be used.
- setUser(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
Set up the user id of the person who created the note.
- setUser(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CommentProperties
-
Set up the user id of the person who created the comment.
- setUserDefinedStatus(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
Set up the status of the membership in the collection.
- setUserId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Set up the userId to use on this connection.
- setValidValueProperties(ValidValueProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
-
Set up the properties for the valid value definition or set.
- setVersion(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Set up the version of the resource that this external reference represents.
- setVersion(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Set up the version string of the discovery engine.
- setVersion(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Set up the version number of the file system.
- setVersionIdentifier(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
-
Set up the version identifier of the resource.
- setVersionIdentifier(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Set up the version identifier of the resource.
- setVersionIdentifier(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
Set up the version identifier of the resource.
- setVersionIdentifier(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateClassificationRequestBody
-
Set up the version identifier.
- setVersionNumber(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Set up the version number of the schema element - null means no version number.
- setWatchResource(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties
-
Set up whether changes to the resource result in notifications to the initiative.
- SoftwareCapabilityProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
SoftwareCapabilityProperties describe the properties needed to describe a specific software server's capability.
- SoftwareCapabilityProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Default constructor.
- SoftwareCapabilityProperties(SoftwareCapabilityProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Copy/clone constructor.
- StakeholderProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
StakeholderProperties provides a details of a stakeholder for an initiative.
- StakeholderProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.StakeholderProperties
-
Default constructor
- StakeholderProperties(StakeholderProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.StakeholderProperties
-
Copy/clone constructor
- StatusRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
StatusRequestBody provides a structure for passing the annotation status of an Annotation.
- StatusRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.StatusRequestBody
-
Default constructor
- StatusRequestBody(StatusRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.StatusRequestBody
-
Copy/clone constructor
- SupplementaryProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
SupplementaryProperties describe additional information about a technical element (typically assets and schemas) that has been added as part of a governance process.
- SupplementaryProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Default constructor
- SupplementaryProperties(SupplementaryProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Copy/clone constructor.
- SurveyReportListResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
SurveyReportListResponse is the response structure used on OMAS REST API calls that return a list of SurveyReport properties objects as a response.
- SurveyReportListResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SurveyReportListResponse
-
Default constructor
- SurveyReportListResponse(SurveyReportListResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SurveyReportListResponse
-
Copy/clone constructor
T
- TemplateClassificationRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
TemplateClassificationRequestBody carries the parameters for classifying an element as suitable to use for a template.
- TemplateClassificationRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateClassificationRequestBody
-
Default constructor
- TemplateClassificationRequestBody(TemplateClassificationRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateClassificationRequestBody
-
Copy/clone constructor
- TemplateProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
TemplateProperties defined the properties that can be overridden from the template object when creating an object from a template.
- TemplateProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Default constructor
- TemplateProperties(TemplateProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Copy/clone constructor for the template properties.
- TemplateRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
TemplateRequestBody describes the request body used to create/update elements from templates.
- TemplateRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
-
Default constructor
- TemplateRequestBody(TemplateRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
-
Copy/clone constructor.
- toString() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Standard toString method.
- toString() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
JSON-style toString
- toString() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.AssetElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationTypeElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CollectionMember
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CommentElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectorTypeElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EndpointElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ExternalReferenceElement
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FeedbackTargetElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileSystemElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FolderElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GlossaryTermElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.GovernanceDefinitionElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseTypeElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.NoteLogElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ReferenceableElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelatedElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelationshipElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaAttributeElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationTypeProperties
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ClassificationProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionFolderProperties
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionMembershipProperties
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CollectionProperties
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.CommentProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataContentForDataSetProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldQueryProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataFieldValuesProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceLinkProperties
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FeedbackProperties
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileProperties
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystemProperties
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindAssetOriginProperties
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindNameProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FindProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermProperties
-
JSON-style toString
- toString() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermStatus
-
toString() JSON-style
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationBase
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceClassificationProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
-
JSON-style toString.
- toString() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionStatus
-
toString() JSON-style
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LevelIdentifierProperties
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseTypeProperties
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.MeaningProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.NoteLogProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.NoteProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RelationshipProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.RetentionClassificationProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SecurityTagsProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SemanticAssignmentProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.StakeholderProperties
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Generate a string containing the properties.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationListResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementsResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
-
JSON-like toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIResponse
-
JSON-like toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CalculatedValueClassificationRequestBody
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificateIdRequestBody
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationListResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeListResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeRequestBody
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ClassificationRequestBody
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CombinedSchemaRequestBody
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionsResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypeResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypesResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EffectiveTimeQueryRequestBody
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ElementHeaderResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ElementStubListResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EmbeddedConnectionRequestBody
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointsResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceIdRequestBody
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceListResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceRequestBody
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalSourceRequestBody
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseIdRequestBody
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseListResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeListResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeRequestBody
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PagedResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelatedElementListResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipElementResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipElementsResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipRequestBody
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeElementResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeElementsResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeElementResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeElementsResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SecurityTagsRequestBody
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.StatusRequestBody
-
JSON-style toString.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SurveyReportListResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateClassificationRequestBody
-
Generate a string containing the properties.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.UpdateRequestBody
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValueResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Generate a string containing the properties.
- toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesResponse
-
JSON-style toString
U
- UNABLE_TO_SEND_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
OMAS-ASSET-OWNER-500-004 - An unexpected exception occurred when sending an event through connector {0} to the Asset Owner OMAS out topic.
- UNKNOWN_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
An event that is not recognized by the local server.
- unlicenseElement(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
-
Remove the license for an element.
- unlinkExternalReferenceFromElement(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
-
Remove the link between an external reference and an element.
- updateAsset(String, String, boolean, AssetProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Update the metadata element representing an asset.
- updateAssetOwner(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Update the owner information for a specific asset.
- updateAssetRelationship(String, String, String, boolean, RelationshipProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Update relationship between two elements.
- updateAssetZones(String, String, List<String>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Update the zones for a specific asset.
- updateCertification(String, String, boolean, CertificationProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
-
Update the properties of a certification.
- updateCollection(String, String, boolean, CollectionProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
-
Update the metadata element representing a collection.
- updateCollectionMembership(String, String, CollectionMembershipProperties, boolean, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
-
Add an element to a collection (or update its membership properties).
- updateComment(String, String, boolean, boolean, CommentProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Update an existing comment.
- updateConnection(String, String, boolean, ConnectionProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Update the metadata element representing a connection.
- updateEndpoint(String, boolean, String, EndpointProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
-
Update the metadata element representing a endpoint.
- updateExternalReference(String, String, boolean, ExternalReferenceProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
-
Update the definition of an external reference.
- updateLicense(String, String, boolean, LicenseProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
-
Update the properties of a license.
- updateNote(String, String, boolean, NoteProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Update the properties of the metadata element representing a note.
- updateNoteLog(String, String, boolean, boolean, NoteLogProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
-
Update the metadata element representing a note log.
- UpdateRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
UpdateRequestBody carries the correlation properties and effective time for a create, update or delete request.
- UpdateRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.UpdateRequestBody
-
Default constructor
- UpdateRequestBody(UpdateRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.UpdateRequestBody
-
Copy/clone constructor
- updateSchemaAttribute(String, String, boolean, SchemaAttributeProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Update the properties of the metadata element representing a schema attribute.
- updateSchemaType(String, String, boolean, SchemaTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Update the metadata element representing a schema type.
- updateValidValue(String, String, String, String, String, String, String, String, String, boolean, Map<String, String>, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
-
Update the properties of the valid value.
V
- ValidValueElement - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
ValidValueElement contains the properties and header for a valid value definition or set entity retrieved from the metadata repository.
- ValidValueElement() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
-
Default constructor
- ValidValueElement(ValidValueElement) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
-
Copy/clone constructor
- ValidValueProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
ValidValueProperties provides the common super class for ValidValueSet and ValidValueDefinition.
- ValidValueProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Constructor
- ValidValueProperties(ValidValueProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
-
Copy/clone constructor
- ValidValueResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ValidValueResponse is a response object for passing back a single valid value object.
- ValidValueResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValueResponse
-
Default constructor
- ValidValueResponse(ValidValueResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValueResponse
-
Copy/clone constructor
- ValidValuesRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ValidValuesRequestBody carries the parameters for created a new valid values element.
- ValidValuesRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Default constructor
- ValidValuesRequestBody(ValidValuesRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
Copy/clone constructor
- ValidValuesResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
ValidValuesResponse is a response object for passing back a list of valid value objects.
- ValidValuesResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesResponse
-
Default constructor
- ValidValuesResponse(ValidValuesResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesResponse
-
Copy/clone constructor
- valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GlossaryTermStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionStatus
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
-
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.accessservices.assetowner.ffdc.AssetOwnerAuditCode
-
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.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
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.accessservices.assetowner.properties.GlossaryTermStatus
-
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.accessservices.assetowner.properties.GovernanceDefinitionStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- withdrawAsset(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
-
Update the zones for a specific asset to the zone list specified in the defaultZones.
- WRONG_TYPE_OF_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
OMAS-ASSET-OWNER-500-007 - The connector generated from the connection named {0} return by the {1} service running in OMAG Server {2} at {3} is not of the required type.
All Classes and Interfaces|All Packages