- addAssetOrigin(String, String, String, OriginRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Set up the labels that classify an asset's origin.
- addAssetToCatalog(String, String, String, AssetProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Add a simple asset description to the catalog.
- addAssetToCatalogUsingTemplate(String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Create a new metadata element to represent an asset using an existing asset as a template.
- addAvroFileToCatalog(String, String, NewFileAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
-
Add a simple asset description linked to a connection object for an Avro file.
- addCombinedSchemaToAsset(String, String, String, CombinedSchemaRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Stores the supplied schema details in the catalog and attaches it to the asset.
- addConnectionToAsset(String, String, String, ConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Adds a connection to an asset.
- addCSVFileToCatalog(String, String, NewCSVFileAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
-
Add a simple asset description linked to a connection object for a CSV file.
- addDataFileAssetToCatalog(String, String, NewFileAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
-
Creates a new data file asset and links it to the folder structure implied in the path name.
- addDataFolderAssetToCatalog(String, String, NewFileAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
-
Creates a new folder asset that is identified as a data asset.
- addSchemaAttribute(String, String, String, String, SchemaAttributeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Adds attributes to a complex schema type like a relational table, avro schema or a structured document.
- addSchemaAttributes(String, String, String, String, SchemaAttributesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Adds attributes to a complex schema type like a relational table, avro schema or a structured document.
- addSchemaAttributes(String, String, String, String, List<SchemaAttributeProperties>) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Adds attributes to a complex schema type like a relational table, avro schema or a structured document.
- addSchemaTypeToAsset(String, String, String, SchemaTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Stores the supplied schema type in the catalog and attaches it to the asset.
- addSchemaTypeToAsset(String, String, String, SchemaTypeRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Deprecated.
- addSecurityTags(String, String, String, SecurityTagsRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Add or replace the security tags for an asset or one of its elements.
- addSecurityTags(String, String, String, String, SecurityTagsRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Add or replace the security tags for an asset or one of its elements.
- addSemanticAssignment(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Create a simple relationship between a glossary term and an Asset description.
- addSemanticAssignment(String, String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Create a simple relationship between a glossary term and an element in an Asset description (typically
a field in the schema).
- addTemplateClassification(String, String, String, TemplateClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Classify an asset as suitable to be used as a template for cataloguing assets of a similar types.
- AnnotationConverter<B> - Class in org.odpi.openmetadata.accessservices.assetowner.converters
-
AnnotationConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS)
EntityDetail object into an Annotation bean.
- AnnotationConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.converters.AnnotationConverter
-
Constructor
- AssetConverter<B> - Class in org.odpi.openmetadata.accessservices.assetowner.converters
-
AssetConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS)
EntityDetail object into a bean that inherits from AssetProperties.
- AssetConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.converters.AssetConverter
-
Constructor
- AssetOwnerAdmin - Class in org.odpi.openmetadata.accessservices.assetowner.admin
-
AssetOwnerAdmin manages the start up and shutdown of the Asset Owner OMAS.
- AssetOwnerAdmin() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.admin.AssetOwnerAdmin
-
Default constructor
- AssetOwnerRESTServices - Class in org.odpi.openmetadata.accessservices.assetowner.server
-
AssetOwnerRESTServices provides part of the server-side support for the Asset Owner Open Metadata Access Service (OMAS).
- AssetOwnerRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Default constructor
- AssetOwnerServicesInstance - Class in org.odpi.openmetadata.accessservices.assetowner.server
-
AssetOwnerServicesInstance caches references to OMRS objects for a specific server.
- AssetOwnerServicesInstance(OMRSRepositoryConnector, List<String>, List<String>, List<String>, AuditLog, String, int) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerServicesInstance
-
Set up the local repository connector that will service the REST Calls.
- attachDataFileAssetToFolder(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
-
Link an existing file asset to a folder.
- attachFolderToFileSystem(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
-
Links a folder to a file system.
- attachSchemaTypeToAsset(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Links the supplied schema type directly to the asset.
- attachValidValueToSet(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
-
Create a link between a valid value set or definition and a set.
- getAssetsByName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Return a list of assets with the requested name.
- getAssetSummary(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Return the basic attributes of an asset.
- getDiscoveryAnalysisReports(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Return the discovery analysis reports about the asset.
- getDiscoveryReportAnnotations(String, String, String, int, int, StatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Return the annotations linked directly to the report.
- getExtendedAnnotations(String, String, String, int, int, StatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Return any annotations attached to this annotation.
- getFileSystemByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
-
Retrieve a FileSystemElement asset by its unique identifier (GUID).
- getFileSystemByUniqueName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
-
Retrieve a FileSystemElement asset by its unique name.
- getFileSystems(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
-
Retrieve a list of defined FileSystems assets.
- getFolderByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
-
Retrieve a FolderElement asset by its unique identifier (GUID).
- getFolderByPathName(String, String, PathNameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
-
Retrieve a folder by its fully qualified path name.
- getFolderFiles(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
-
Get the files inside a folder - both those that are nested and those that are linked.
- getNestedFolders(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
-
Return the list of folders nested inside a folder.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.AssetConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.AssetConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.DataFileConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.DataFileConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.FileFolderConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.FileFolderConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.FileSystemConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.FileSystemConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.ReferenceableConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.ReferenceableConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.ValidValueConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.ValidValueConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewComplexBean(Class<B>, EntityDetail, List<EntityDetail>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.AnnotationConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewComplexBean(Class<B>, EntityDetail, List<EntityDetail>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.DataFieldConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewComplexBean(Class<B>, EntityDetail, List<EntityDetail>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.DiscoveryAnalysisReportConverter
-
Using the supplied instances, return a new instance of the bean.
- getNewSchemaAttributeBean(Class<B>, EntityDetail, Class<T>, T, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.SchemaAttributeConverter
-
Extract the properties from the schema attribute entity.
- getNewSchemaTypeBean(Class<B>, InstanceHeader, String, InstanceProperties, List<Classification>, int, String, String, B, B, B, List<B>, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.converters.SchemaTypeConverter
-
Return the converted bean.
- getSetsForValidValue(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
-
Page through the list of valid value sets that a valid value definition/set belongs to.
- getTypesOfAsset(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Return the asset subtype names.
- getTypesOfAssetDescriptions(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
-
Return the asset subtype names with their descriptions.
- getValidValueByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
-
Retrieve a specific valid value from the repository.
- getValidValueByName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
-
Retrieve a specific valid value from the repository.
- getValidValueSetMembers(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
-
Page through the members of a valid value set.