Skip navigation links
A C D E F G H L M N O P Q R S T U V W 

A

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.
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.
addConnectionToAsset(String, String, String, Connection) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Adds a connection to an asset.
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.
additionalProperties - Variable in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
 
addSchemaAttribute(String, 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, 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>) - 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).
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
AssetAttachmentManagementInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetAttachmentManagementInterface defines the operations to manage the different types of attachments that can be made to an Asset.
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.
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
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 in org.odpi.openmetadata.accessservices.assetowner.ffdc
The AssetOwnerAuditCode is used to define the message content for the OMRS Audit Log.
AssetOwnerErrorCode - Enum 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.
AssetOwnerEvent - Class in org.odpi.openmetadata.accessservices.assetowner.events
AssetOwnerEvent describes the structure of the events emitted by the Asset Owner OMAS.
AssetOwnerEvent() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Default constructor
AssetOwnerEvent(AssetOwnerEvent) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Copy/clone constructor
AssetOwnerEventHeader - Class in org.odpi.openmetadata.accessservices.assetowner.events
AssetOwnerEventHeader provides a common base for all events from the access service.
AssetOwnerEventType - Enum 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
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) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Create a link between a valid value set or definition and a set.

C

classifications - Variable in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
 
cloneSchemaElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DocumentSchemaTypeProperties
Returns a clone of this object as the abstract SchemaElement class.
cloneSchemaType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DocumentSchemaTypeProperties
Returns a clone of this object as the abstract SchemaType class.
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
ComplexSchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
ComplexSchemaTypeProperties describes a schema with multiple attributes.
ComplexSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ComplexSchemaTypeProperties
Default constructor used by subclasses
ComplexSchemaTypeProperties(ComplexSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ComplexSchemaTypeProperties
Copy/clone Constructor.
connection - Variable in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
 
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
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.
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.
createFolderStructureInCatalog(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Creates a new folder asset for each element in the pathName.
createValidValueDefinition(String, 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

DataItemSortOrder - Enum in org.odpi.openmetadata.accessservices.assetowner.properties
DataItemSortOrder is used for schema attributes that may have multiple instances.
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(DataStoreProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
Copy/clone constructor.
DataStoreProperties(AssetProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
Copy/clone constructor.
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.
deleteValidValue(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Remove the valid value form the repository.
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.
DiscoveryAnalysisReportListResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
DiscoveryAnalysisReportListResponse is the response structure used on OMAS REST API calls that return a list of DiscoveryAnalysisReport properties objects as a response.
DiscoveryAnalysisReportListResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.DiscoveryAnalysisReportListResponse
Default constructor
DiscoveryAnalysisReportListResponse(DiscoveryAnalysisReportListResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.DiscoveryAnalysisReportListResponse
Copy/clone constructor
DocumentSchemaAttributeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
A DocumentSchemaAttributeProperties defines an attribute in a hierarchical document structure such as an XML document.
DocumentSchemaAttributeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DocumentSchemaAttributeProperties
Default constructor
DocumentSchemaAttributeProperties(DocumentSchemaAttributeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DocumentSchemaAttributeProperties
Copy/clone Constructor.
DocumentSchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
DocumentSchemaTypeProperties is a specific type of bean for a do a top-level hierarchical document structure such as an XML document.
DocumentSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DocumentSchemaTypeProperties
Default constructor used by subclasses
DocumentSchemaTypeProperties(DocumentSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DocumentSchemaTypeProperties
Copy/clone Constructor.

E

ElementClassification - Class in org.odpi.openmetadata.accessservices.assetowner.properties
The ElementClassification bean describes a single classification associated with an element.
ElementClassification() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ElementClassification
Default constructor
ElementClassification(ElementClassification) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ElementClassification
Copy/clone constructor
ElementHeader - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
ElementHeader provides the common identifier and type information for all properties objects that link off of the asset and have a guid associated with them.
ElementHeader() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
Default constructor used by subclasses
ElementHeader(ElementHeader) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
Copy/clone constructor.
ElementOrigin - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
The ElementType bean provides details of the type information associated with a metadata element.
ElementOrigin() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOrigin
Default constructor
ElementOrigin(ElementOrigin) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOrigin
Copy/clone constructor
ElementOriginCategory - Enum in org.odpi.openmetadata.accessservices.assetowner.metadataelements
ElementOriginCategory defines where the metadata comes from.
ElementType - Class in org.odpi.openmetadata.accessservices.assetowner.metadataelements
The ElementType bean provides details of the type information associated with a metadata element.
ElementType() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementType
Default constructor
ElementType(ElementType) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementType
Copy/clone constructor
ENUM_TYPE_GUID - Static variable in enum org.odpi.openmetadata.accessservices.assetowner.properties.DataItemSortOrder
 
ENUM_TYPE_GUID - Static variable in enum org.odpi.openmetadata.accessservices.assetowner.properties.OwnerType
 
ENUM_TYPE_NAME - Static variable in enum org.odpi.openmetadata.accessservices.assetowner.properties.DataItemSortOrder
 
ENUM_TYPE_NAME - Static variable in enum org.odpi.openmetadata.accessservices.assetowner.properties.OwnerType
 
EnumSchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
EnumSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.
EnumSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.EnumSchemaTypeProperties
Default constructor
EnumSchemaTypeProperties(EnumSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.EnumSchemaTypeProperties
Copy/clone Constructor
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventHeader
Return comparison result based on the content of the properties.
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.ElementHeader
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.ElementOrigin
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.ElementType
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.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.ReferenceableElement
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.ComplexSchemaTypeProperties
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.ElementClassification
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.EnumSchemaTypeProperties
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.ExternalSchemaTypeProperties
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.LiteralSchemaTypeProperties
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.MapSchemaTypeProperties
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.ReferenceableProperties
Equals method that returns true if containing properties are the same.
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.SchemaTypeChoiceProperties
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.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.SimpleSchemaTypeProperties
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.SoftwareServerCapabilityProperties
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.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.DiscoveryAnalysisReportListResponse
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.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.SchemaAttributeRequestBody
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.SchemaAttributesRequestBody
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.SchemaTypeRequestBody
Deprecated.
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.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.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.
extendedProperties - Variable in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
 
ExternalSchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
ExternalSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.
ExternalSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalSchemaTypeProperties
Default constructor
ExternalSchemaTypeProperties(ExternalSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalSchemaTypeProperties
Copy/clone Constructor

F

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
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.
findValidValues(String, String, int, int) - 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(FolderProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FolderProperties
Copy/clone constructor
FolderProperties(DataStoreProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FolderProperties
Subtyping constructor.
FolderProperties(AssetProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FolderProperties
Subtyping 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

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.ReferenceableRequestBody
Return a copy of the additional properties.
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.
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.
getAsset() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Return the asset description.
getAsset() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementResponse
Return the asset result.
getAssetProperties(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return everything that is known about the asset
getAssetProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.AssetElement
Retrieve details of the asset itself.
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.
getAssetSummary(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return the basic attributes of an asset.
getAttributeCount() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ComplexSchemaTypeProperties
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.rest.OriginRequestBody
Return the unique identifier (GUID) of the business capability where this asset originated from.
getClassificationName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ElementClassification
Return the name of the classification
getClassificationProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ElementClassification
Return a collection of the additional stored properties for the classification.
getClassifications() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
Return the list of classifications associated with the metadata element.
getClassifications() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
Return the classifications associated with this referenceable.
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.
getConnection() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
Return the Connection object.
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.
getCreateTime() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
Return the time that the data store was created.
getDataType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LiteralSchemaTypeProperties
Return the data type for this element.
getDataType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SimpleSchemaTypeProperties
Return the data type for this element.
getDefaultValue() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SimpleSchemaTypeProperties
Return the default value for the element.
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).
getDelimiterCharacter() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
Return the delimiter character used between the columns.
getDescription() - Method in enum org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOriginCategory
Return the description of the metadata element origin.
getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Returns the stored description property for the asset.
getDescription() - Method in enum org.odpi.openmetadata.accessservices.assetowner.properties.DataItemSortOrder
Return the default description for this enum.
getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.MeaningProperties
Return the description of the glossary term.
getDescription() - Method in enum org.odpi.openmetadata.accessservices.assetowner.properties.OwnerType
Return the default description of the enumeration.
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.SoftwareServerCapabilityProperties
Return the description of the discovery engine.
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.ValidValuesRequestBody
Returns the stored description property for the valid value.
getDiscoveryAnalysisReports(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return the discovery analysis reports about the asset.
getDiscoveryAnalysisReports() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.DiscoveryAnalysisReportListResponse
Return the properties objects.
getDiscoveryReportAnnotations(String, String, AnnotationStatus, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return the annotations linked directly to the report.
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Returns the stored display name property for the asset.
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.SoftwareServerCapabilityProperties
Return the display name for messages and UI.
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.NewFileAssetRequestBody
Return the display name of the file
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.
getElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValueResponse
Return the metadata element.
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.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 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.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.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.
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.
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).
getEventType() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Return the type of event.
getEventTypeCode() - Method in enum org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
Return the int identifier used for indexing based on the enum.
getEventTypeDescription() - Method in enum 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 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.AssetOwnerEventHeader
Return the event version id for this event structure.
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.ReferenceableProperties
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.rest.ReferenceableRequestBody
Return the properties that are defined for a subtype of referenceable but are not explicitly supported by the bean.
getExternalSchemaType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalSchemaTypeProperties
Return the unique identifier of the schema type that is reusable amongst assets.
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.properties.FileSystemProperties
Return the type of the file system.
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.
getFixedValue() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LiteralSchemaTypeProperties
Return the fixed value for the element.
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.properties.SchemaTypeProperties
Return the formula used to combine the values of the queries.
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.
getGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
Return the unique id for the properties object.
getHomeMetadataCollectionId() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOrigin
Returns the OMRS identifier for the metadata collection that is managed by the repository where the element originates (its home repository).
getHomeMetadataCollectionName() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOrigin
Return the name of the metadata collection that this asset belongs to.
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.
getLength() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
Return the length of the data field.
getLicense() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOrigin
Return the license associated with this metadata element (null means none).
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.
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.
getMapFromElement() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.MapSchemaTypeProperties
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.properties.MapSchemaTypeProperties
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() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
Return the assigned meanings for this metadata entity.
getMeanings() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
Return the assigned meanings for this metadata entity.
getMessageDefinition() - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum 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.
getName() - Method in enum org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOriginCategory
Return the name of the metadata element origin.
getName() - Method in enum org.odpi.openmetadata.accessservices.assetowner.properties.DataItemSortOrder
Return the default name for this enum type.
getName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.MeaningProperties
Return the glossary term name.
getName() - Method in enum org.odpi.openmetadata.accessservices.assetowner.properties.OwnerType
Return the default name of the enumeration.
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.
getOpenTypeGUID() - Method in enum org.odpi.openmetadata.accessservices.assetowner.properties.DataItemSortOrder
Return the unique identifier for the open metadata enum type that this enum class represents.
getOpenTypeGUID() - Method in enum org.odpi.openmetadata.accessservices.assetowner.properties.OwnerType
Return the unique identifier for the open metadata enum type that this enum class represents.
getOpenTypeName() - Method in enum org.odpi.openmetadata.accessservices.assetowner.properties.DataItemSortOrder
Return the unique name for the open metadata enum type that this enum class represents.
getOpenTypeName() - Method in enum org.odpi.openmetadata.accessservices.assetowner.properties.OwnerType
Return the unique name for the open metadata enum type that this enum class represents.
getOpenTypeOrdinal() - Method in enum org.odpi.openmetadata.accessservices.assetowner.properties.DataItemSortOrder
Return the code for this enum that comes from the Open Metadata Type that this enum represents.
getOpenTypeOrdinal() - Method in enum org.odpi.openmetadata.accessservices.assetowner.properties.OwnerType
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 org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOriginCategory
Return the code for metadata element.
getOrdinal() - Method in enum org.odpi.openmetadata.accessservices.assetowner.properties.DataItemSortOrder
Return the code for this enum used for indexing based on the enum value.
getOrdinal() - Method in enum org.odpi.openmetadata.accessservices.assetowner.properties.OwnerType
Return the numeric representation of the enumeration.
getOrganizationGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
Return the unique identifier (GUID) of the organization where this asset originated from.
getOrigin() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
Return information about the origin of the element.
getOriginalAsset() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Return the original asset description.
getOriginBusinessCapabilityGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Return the unique identifier of the business capability that originated this asset.
getOriginCategory() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOrigin
Return the origin of the metadata element.
getOriginOrganizationGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Return the unique identifier for the organization that originated this asset.
getOtherOriginValues() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Return the properties that characterize where this asset is from.
getOtherOriginValues() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
Return any other descriptive labels describing origin of the asset.
getOwner() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Returns the name of the owner for this asset.
getOwnerId() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
Return the owner Id.
getOwnerType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Return the type of owner stored in the owner property.
getOwnerType() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
Return the type of owner.
getPatchLevel() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystemProperties
Return the patch level of the file system.
getPatchLevel() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareServerCapabilityProperties
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.
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)
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.rest.ReferenceableRequestBody
Returns the stored qualified name property for the metadata entity.
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.DerivedSchemaTypeQueryTargetProperties
Return the query string for this 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.
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.
getReferenceableProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ReferenceableElement
Return the properties of a referenceable.
getSchemaAttributeProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaAttributeElement
Return the properties for a schema attribute.
getSchemaAttributeProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeRequestBody
Return the properties that describe the schema attribute.
getSchemaAttributeProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributesRequestBody
Return the properties that describe the 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.
getSchemaOptions() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeChoiceProperties
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.
getSchemaTypeProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
Return the properties for the schema.
getSchemaTypeProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeRequestBody
Deprecated.
Return the properties for the schema type.
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)
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.
getSecurityTags() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
Return the information used by security engines to secure access to the asset's content.
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.
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.FileSystemProperties
Return the source of the file system.
getSource() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareServerCapabilityProperties
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.
getSourceServer() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOrigin
Return the name of the server where the element was retrieved 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.
getSuperTypeNames() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementType
Return the list of type names for this type's supertypes.
getType() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
Return the element type properties for this properties object.
getTypeDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementType
Return the description for this element's type.
getTypeDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareServerCapabilityProperties
Return the description of the type of discovery engine this is.
getTypeId() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementType
Return unique identifier for the element's type.
getTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementType
Return name of element's type.
getTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
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.rest.ReferenceableRequestBody
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.
getTypeVersion() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementType
Return the version number for this element's type.
getUniqueName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Return the full path of the file - this should be unique.
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.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.
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) - 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 a valid value definition or set.
getValidValueSetGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EnumSchemaTypeProperties
Return the unique identifier of the valid value set that describes the enum values for this schema element.
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.FileSystemProperties
Return the version number of the file system.
getVersion() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareServerCapabilityProperties
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.
getVersionNumber() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
Return the version number of the schema element - null means no version number.
getZoneMembership() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Return the names of the zones that this asset is a member of.

H

hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventHeader
Return hash code for this object
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.ElementHeader
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOrigin
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementType
Create a hash code for this element type.
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.ReferenceableElement
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 has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
Return has 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.ElementClassification
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EnumSchemaTypeProperties
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalSchemaTypeProperties
Return hash code for this object
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.MapSchemaTypeProperties
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
Return hash code for 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.SchemaTypeChoiceProperties
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
Return has 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.SimpleSchemaTypeProperties
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareServerCapabilityProperties
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
Return has 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.CombinedSchemaRequestBody
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.DiscoveryAnalysisReportListResponse
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.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.SchemaAttributeRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributesRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeRequestBody
Deprecated.
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.ValidValueResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesResponse
Return hash code for this object

L

LiteralSchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
LiteralSchemaTypeProperties carries the specialized parameters for creating or updating literal schema types.
LiteralSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.LiteralSchemaTypeProperties
Default constructor
LiteralSchemaTypeProperties(LiteralSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.LiteralSchemaTypeProperties
Copy/clone Constructor - the parentAsset is passed separately to the template because it is also likely to be being cloned in the same operation and we want the definitions clone to point to the asset clone and not the original asset.

M

MapSchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
MapSchemaTypeProperties describes a schema element of type map.
MapSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.MapSchemaTypeProperties
Default constructor
MapSchemaTypeProperties(MapSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.MapSchemaTypeProperties
Copy/clone Constructor.
MeaningProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
MeaningProperties is a cut-down summary of a glossary term to aid the asset consumer 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.
meanings - Variable in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
 
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

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.

O

org.odpi.openmetadata.accessservices.assetowner.api - package org.odpi.openmetadata.accessservices.assetowner.api
This package provides the definition of the Java API for the Asset Owner OMAS.
org.odpi.openmetadata.accessservices.assetowner.events - package org.odpi.openmetadata.accessservices.assetowner.events
This package contains stub headers for events when Asset Owner OMAS supported events.
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
 
org.odpi.openmetadata.accessservices.assetowner.properties - package org.odpi.openmetadata.accessservices.assetowner.properties
This properties 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
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
OwnerType - Enum in org.odpi.openmetadata.accessservices.assetowner.properties
OwnerType defines the identifier used in an Asset's owner property.

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
PrimitiveSchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
PrimitiveSchemaTypeProperties carries the specialized parameters for creating or updating primitive schema types.
PrimitiveSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.PrimitiveSchemaTypeProperties
Default constructor
PrimitiveSchemaTypeProperties(PrimitiveSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.PrimitiveSchemaTypeProperties
Copy/clone Constructor
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.

Q

qualifiedName - Variable in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
 

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 referenceables' 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
removeAssetOrigin(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Remove the asset origin classification to an asset.
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).

S

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
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.
SchemaAttributeRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
SchemaAttributeRequestBody carries the common parameters for creating or updating a schema attribute.
SchemaAttributeRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeRequestBody
Default constructor
SchemaAttributeRequestBody(SchemaAttributeRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeRequestBody
Copy/clone constructor.
schemaAttributes - Variable in class org.odpi.openmetadata.accessservices.assetowner.rest.CombinedSchemaRequestBody
 
SchemaAttributesRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
SchemaAttributesRequestBody carries the common parameters for creating a list of schema attributes.
SchemaAttributesRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributesRequestBody
Default constructor
SchemaAttributesRequestBody(SchemaAttributesRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributesRequestBody
Copy/clone constructor.
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
schemaType - Variable in class org.odpi.openmetadata.accessservices.assetowner.rest.CombinedSchemaRequestBody
 
SchemaTypeChoiceProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
SchemaTypeChoiceProperties carries the specialized parameters for creating or updating a choice of schema types.
SchemaTypeChoiceProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeChoiceProperties
Default constructor
SchemaTypeChoiceProperties(SchemaTypeChoiceProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeChoiceProperties
Copy/clone Constructor - the parentAsset is passed separately to the template because it is also likely to be being cloned in the same operation and we want the definitions clone to point to the asset clone and not the original asset.
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
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.
SchemaTypeRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
Deprecated.
SchemaTypeRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeRequestBody
Deprecated.
Default constructor
SchemaTypeRequestBody(SchemaTypeRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeRequestBody
Deprecated.
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
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.ReferenceableRequestBody
Set up additional properties.
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.
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.
setAsset(Asset) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Set up the asset description.
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.
setAttributeCount(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ComplexSchemaTypeProperties
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.rest.OriginRequestBody
Set up the unique identifier (GUID) of the business capability where this asset originated from.
setClassificationName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ElementClassification
Set up the name of the classification.
setClassificationProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ElementClassification
Set up a collection of the additional stored properties for the classification.
setClassifications(List<ElementClassification>) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
Set up the classifications associated with this metadata element.
setClassifications(List<ElementClassification>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
Set up the list of classifications associated with this referenceable.
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.
setConnection(Connection) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
Set up the Connection object.
setCreateTime(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
Set up the time that the data store was created.
setDataType(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LiteralSchemaTypeProperties
Set up the data type for this element.
setDataType(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SimpleSchemaTypeProperties
Set up the data type for this element.
setDefaultValue(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SimpleSchemaTypeProperties
Set up the default value for the element.
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).
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.MeaningProperties
Set up the description of the glossary term.
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.SoftwareServerCapabilityProperties
Set up the description of the discovery engine.
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.ValidValuesRequestBody
Set up the stored description property associated with the valid value.
setDiscoveryAnalysisReports(List<DiscoveryAnalysisReport>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.DiscoveryAnalysisReportListResponse
Set up the properties objects.
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Set up the stored display name property for the asset.
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.SoftwareServerCapabilityProperties
Set up the display name for messages and UI.
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.NewFileAssetRequestBody
Set up the display name of the file.
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.
setElement(ValidValueElement) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValueResponse
Set up the metadata element to return.
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.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 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.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<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.
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.
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).
setEventType(AssetOwnerEventType) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Set up the type of event.
setEventVersionId(long) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventHeader
Set up the event version id for this event structure.
setExtendedProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
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.rest.ReferenceableRequestBody
Set up the properties that are defined for a subtype of referenceable but are not explicitly supported by the bean.
setExternalSchemaType(SchemaTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalSchemaTypeProperties
Set up the unique identifier of the schema type that is reusable amongst assets.
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.properties.FileSystemProperties
Set up the type of the file system.
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.
setFixedValue(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LiteralSchemaTypeProperties
Set up the fixed value for the element.
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.properties.SchemaTypeProperties
Set up the formula used to combine the values of the queries.
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.
setGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
Set up the guid for the element.
setHomeMetadataCollectionId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOrigin
Set up the unique identifier for the metadata collection that is managed by the repository where the element originates (its home repository).
setHomeMetadataCollectionName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOrigin
Set up the name of the metadata collection that this asset belongs to.
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.
setLength(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
Set up the length of the data field.
setLicense(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOrigin
Set up the license associated with this metadata element (null means none)
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.
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.
setMapFromElement(SchemaTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.MapSchemaTypeProperties
Set up the type of schema element that represents the key or property name for the map.
setMapToElement(SchemaTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.MapSchemaTypeProperties
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.
setMeanings(List<MeaningProperties>) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
Set up the assigned meanings for this metadata entity.
setMeanings(List<MeaningProperties>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
Set up the assigned meanings for this metadata entity.
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.MeaningProperties
Set up the glossary term name.
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.
setOrderedValues(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
Set up whether the attribute instances are arranged in an order.
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.
setOrigin(ElementOrigin) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
Set up information about the origin of the element.
setOriginalAsset(Asset) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Set up the original asset description.
setOriginBusinessCapabilityGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Set up the unique identifier of the business capability that originated this asset.
setOriginCategory(ElementOriginCategory) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOrigin
Set up the details of this element's origin.
setOriginOrganizationGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Set up the unique identifier for the organization that originated this asset.
setOtherOriginValues(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Set up the properties that characterize where this asset is from.
setOtherOriginValues(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
Set up any descriptive labels describing origin of the asset.
setOwner(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Set up the name of the owner for this asset.
setOwnerId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
Set up the owner id.
setOwnerType(OwnerType) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Set up the owner type for this asset.
setOwnerType(OwnerType) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
Set up the type of owner.
setPatchLevel(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystemProperties
Set up the patch level of the file system.
setPatchLevel(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareServerCapabilityProperties
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.
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)
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.rest.ReferenceableRequestBody
Set up the fully qualified name.
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.DerivedSchemaTypeQueryTargetProperties
Set up the query string for this 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.
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.
setReferenceableProperties(ReferenceableProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ReferenceableElement
Set up the properties for a referenceable.
setSchemaAttributeProperties(SchemaAttributeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaAttributeElement
Set up the properties for a schema attribute.
setSchemaAttributeProperties(SchemaAttributeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeRequestBody
Set up the properties that describe the schema attribute.
setSchemaAttributeProperties(List<SchemaAttributeProperties>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributesRequestBody
Set up the properties that describe the 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.
setSchemaOptions(List<SchemaTypeProperties>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeChoiceProperties
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.
setSchemaTypeProperties(SchemaTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeRequestBody
Deprecated.
Set up schema type
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)
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.
setSecurityTags(SecurityTagsProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
Set up the information used by security engines to secure access to the asset's content.
setShortDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
Set up the short description of the asset from relationship with Connection.
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.FileSystemProperties
Set up the source of the file system.
setSource(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareServerCapabilityProperties
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.
setSourceServer(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOrigin
Set up the name of the server where the element was retrieved 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.
setSuperTypeNames(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementType
Set up the list of type names for this type's supertypes.
setType(ElementType) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementHeader
Set up the type of this element.
setTypeDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementType
Set up a short description of this element's type.
setTypeDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareServerCapabilityProperties
Set up the description of the type of discovery engine this is.
setTypeId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementType
Set up the unique identifier for the element's type.
setTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementType
Set up the name of this element's type
setTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
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.rest.ReferenceableRequestBody
Set up the open metadata type name of this object - this is used to create a subtype of the referenceable.
setTypeVersion(long) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementType
Set up the version number for this element's type
setUniqueName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Set up the full path of the file - this should be unique.
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.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.
setValidValueProperties(ValidValueProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
Set up the properties for a valid values definition of set.
setValidValueSetGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EnumSchemaTypeProperties
Set up the unique identifier of the value set that describes the enum values for this schema element.
setVersion(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystemProperties
Set up the version number of the file system.
setVersion(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareServerCapabilityProperties
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.
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.
setZoneMembership(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
Set up the names of the zones that this asset is a member of.
shortDescription - Variable in class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
 
SimpleSchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
SimpleSchemaTypeProperties carries the common parameters for creating or updating primitive and enum schema types.
SimpleSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SimpleSchemaTypeProperties
Default constructor
SimpleSchemaTypeProperties(SimpleSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SimpleSchemaTypeProperties
Copy/clone Constructor - the parentAsset is passed separately to the template because it is also likely to be being cloned in the same operation and we want the definitions clone to point to the asset clone and not the original asset.
SoftwareServerCapabilityProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
SoftwareServerCapabilityProperties describe the properties needed to describe a specific software server's capability.
SoftwareServerCapabilityProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareServerCapabilityProperties
Default constructor.
SoftwareServerCapabilityProperties(SoftwareServerCapabilityProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareServerCapabilityProperties
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
StructDocumentTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
StructDocumentTypeProperties is a specific type of bean for a do a nested structure in a hierarchical document structure such as an XML document.
StructDocumentTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.StructDocumentTypeProperties
Default constructor used by subclasses
StructDocumentTypeProperties(StructDocumentTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.StructDocumentTypeProperties
Copy/clone Constructor.
StructSchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
StructSchemaTypeProperties is a specific type of bean for a structure.
StructSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.StructSchemaTypeProperties
Default constructor used by subclasses
StructSchemaTypeProperties(StructSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.StructSchemaTypeProperties
Copy/clone Constructor.

T

TabularColumnProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
A TabularColumnProperties defines a column in a simple table.
TabularColumnProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.TabularColumnProperties
Default constructor
TabularColumnProperties(TabularColumnProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.TabularColumnProperties
Copy/clone Constructor.
TabularSchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
TabularSchemaTypeProperties is a specific type of bean for a simple table.
TabularSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.TabularSchemaTypeProperties
Default constructor used by subclasses
TabularSchemaTypeProperties(TabularSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.TabularSchemaTypeProperties
Copy/clone Constructor.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventHeader
JSON-style toString
toString() - Method in enum org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
JSON-style toString
toString() - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
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.ElementHeader
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOrigin
Standard toString method.
toString() - Method in enum org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOriginCategory
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementType
Standard toString method.
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.ReferenceableElement
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.ComplexSchemaTypeProperties
Standard toString method.
toString() - Method in enum org.odpi.openmetadata.accessservices.assetowner.properties.DataItemSortOrder
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.DocumentSchemaAttributeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DocumentSchemaTypeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ElementClassification
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.EnumSchemaTypeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalSchemaTypeProperties
Standard toString method.
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.LiteralSchemaTypeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.MapSchemaTypeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.MeaningProperties
Standard toString method.
toString() - Method in enum org.odpi.openmetadata.accessservices.assetowner.properties.OwnerType
toString() JSON-style
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.PrimitiveSchemaTypeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
JSON-style toString.
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.SchemaTypeChoiceProperties
Standard toString method.
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.SimpleSchemaTypeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareServerCapabilityProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.StructDocumentTypeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.StructSchemaTypeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TabularColumnProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TabularSchemaTypeProperties
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.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.DiscoveryAnalysisReportListResponse
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.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.SchemaAttributeRequestBody
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributesRequestBody
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeRequestBody
Deprecated.
Standard toString method.
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.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
typeName - Variable in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
 

U

updateAssetOwner(String, String, String, OwnerType) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Update the owner information for a specific asset.
updateAssetZones(String, String, List<String>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Update the zones for a specific asset.
updateValidValue(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 asset.
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 org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOriginCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetowner.properties.DataItemSortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetowner.properties.OwnerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementOriginCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetowner.properties.DataItemSortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetowner.properties.OwnerType
Returns an array containing the constants of this enum type, 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.
A C D E F G H L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.