- 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.
- 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.properties.ReferenceableProperties
-
- 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.
- addSchemaAttributesToSchema(String, String, List<SchemaAttribute>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Deprecated.
- addSchemaToAsset(String, String, SchemaType, List<SchemaAttribute>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
-
Deprecated.
- 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).
- aliases - Variable in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
- allowsDuplicateValues - Variable in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
- 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.
- 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
- AssetRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
-
AssetRequestBody carries the parameters for created a new asset.
- AssetRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AssetRequestBody
-
Default constructor
- AssetRequestBody(AssetRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AssetRequestBody
-
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.
- attributeCount - Variable in class org.odpi.openmetadata.accessservices.assetowner.properties.ComplexSchemaTypeProperties
-
- attributeName - Variable in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
- attributeRelationships - Variable in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
- attributeType - Variable in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
- elementPosition - Variable in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
- 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.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.DerivedSchemaAttributeProperties
-
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.FileSystem
-
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.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.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.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.ValidValueConsumer
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetRequestBody
-
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.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.CommentRequestBody
-
Equals method that returns true if containing properties are the same.
- 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.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
-
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.ValidValueConsumersResponse
-
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.
- extendedProperties - Variable in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
- extendedProperties - Variable in class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
-
- externalAttributeType - Variable in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
- 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.
- getAsset() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
-
Return the asset description.
- getAssetProperties(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
-
Return everything that is known about the asset
- 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.
- getAttributeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return the name of this schema attribute.
- 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.
- getClassifications() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Return the classifications associated with this referenceable.
- 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.
- getCommentText() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CommentRequestBody
-
Return the comment content.
- getCommentType() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CommentRequestBody
-
Return the type of comment.
- 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.
- getConsumer() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueConsumer
-
Return the referenceable bean
- 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 class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
-
Return the description of the file.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetRequestBody
-
Returns the stored description property for the asset.
- 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.
- 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.SchemaElementProperties
-
Return the display name of the file
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetRequestBody
-
Returns the stored display name property for the asset.
- 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.
- getElementPosition() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return the position of this schema attribute in its parent schema.
- getEncodingStandard() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Return the format (encoding standard) used for this schema.
- getEncryption() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
-
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.
- getExternalAttributeType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up optional link to another attribute.
- 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 FileSystem asset by its unique identifier (GUID).
- getFileSystemByUniqueName(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
-
Retrieve a FileSystem asset by its unique name.
- 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.FileSystem
-
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.
- 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 Folder 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.
- getFormat() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
-
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.DerivedSchemaAttributeProperties
-
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.
- getLatestChange() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetRequestBody
-
Return a short description of the last change to the asset.
- getLength() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return the length of the data field.
- 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.properties.ReferenceableProperties
-
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.
- 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.
- getOriginalAsset() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
-
Return the original asset description.
- getOwner() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetRequestBody
-
Returns the name of the owner for this asset.
- getOwnerType() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetRequestBody
-
Return the type of owner stored in the owner property.
- getPatchLevel() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
-
Return the patch level of the file system.
- getPatchLevel() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Return the patch level of the file system.
- 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.DerivedSchemaAttributeProperties
-
Return the list of queries that are used to create the derived schema element.
- 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.
- 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.rest.SchemaTypeRequestBody
-
Return the properties for the schema type.
- 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)
- 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.
- getSignificantDigits() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Return the number of significant digits to the right of decimal point.
- 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.FileSystem
-
Return the source of the file system.
- getSource() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Return the source of the file system.
- 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.
- 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.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) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
-
Retrieve a specific valid value from the repository.
- getValidValueConsumers() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValueConsumersResponse
-
Return the list of consumers in the response.
- getValidValueSet() - 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.FileSystem
-
Return the version number of the file system.
- 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.rest.AssetRequestBody
-
Return the names of the zones that this asset is a member of.
- 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.
- 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.
- 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
-
SchemaTypeRequestBody carries the common parameters for creating or updating schema types.
- SchemaTypeRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeRequestBody
-
Default constructor
- SchemaTypeRequestBody(SchemaTypeRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeRequestBody
-
Copy/clone Constructor.
- scope - Variable in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
-
- 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.
- setAsset(Asset) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
-
Set up the asset description.
- setAttributeCount(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ComplexSchemaTypeProperties
-
Set up the count of attributes in this schema type
- setAttributeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up the name of this schema attribute.
- setAttributeRelationships(List<SchemaAttributeRelationship>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up any relationships to other schema attributes.
- setAttributeType(SchemaType) - 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.
- setClassifications(List<Classification>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Set up the list of classifications associated with this referenceable.
- setClassifications(List<Classification>) - 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.
- setCommentText(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CommentRequestBody
-
Set up the comment content.
- setCommentType(CommentType) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CommentRequestBody
-
Set up the type of comment.
- setConsumer(Referenceable) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueConsumer
-
Set up the referenceable bean
- 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.
- setDeprecated(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
-
Set whether the schema element deprecated or not.
- 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.rest.AssetRequestBody
-
Set up the stored description property associated with the asset.
- 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.
- 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.rest.AssetRequestBody
-
Set up the stored display name property for the asset.
- 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.
- setElementPosition(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up the position of this schema attribute in its parent schema.
- setEncodingStandard(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
Set up the format (encoding standard) used for this schema.
- setEncryption(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
-
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.
- setExternalAttributeType(SchemaLink) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up optional links to another attribute.
- setFileSystem(FileSystem) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
-
Set up the fileSystem result.
- setFileSystemType(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
-
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.
- setFixedValue(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.LiteralSchemaTypeProperties
-
Set up the fixed value for the element.
- setFolder(Folder) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
-
Set up the folder result.
- setFormat(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
-
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.DerivedSchemaAttributeProperties
-
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.
- setLatestChange(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetRequestBody
-
Set up a short description of the last change to the asset.
- setLength(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up the length of the data field.
- 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<Meaning>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
Set up the assigned meanings for this metadata entity.
- setMeanings(List<Meaning>) - 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.
- 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.
- setNullable(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up whether the field is nullable or not.
- setOrderedValues(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up whether the attribute instances are arranged in an order.
- setOriginalAsset(Asset) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
-
Set up the original asset description.
- setOwner(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetRequestBody
-
Set up the name of the owner for this asset.
- setOwnerType(OwnerType) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetRequestBody
-
Set up the owner type for this asset.
- setPatchLevel(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
-
Set up the patch level of the file system.
- setPatchLevel(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Set up the patch level of the file system.
- 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)
- setPublic(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.CommentRequestBody
-
Set up the privacy flag.
- 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<SchemaImplementationQuery>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.DerivedSchemaAttributeProperties
-
Set up the list of queries that are used to create the derived schema element.
- 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.
- 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.rest.SchemaTypeRequestBody
-
Set up schema type
- 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)
- setSignificantDigits(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
Set up the number of significant digits to the right of decimal point.
- 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.FileSystem
-
Set up the source of the file system.
- setSource(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
-
Set up the source of the file system.
- setStrictRequirement(boolean) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueConsumer
-
Set up the type name of the referenceable.
- 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.
- 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.rest.ValidValuesRequestBody
-
Set up the description of how this valid value should be used.
- setValidValueConsumers(List<ValidValueConsumer>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValueConsumersResponse
-
Set up the list of assets for the response.
- setValidValueSet(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.FileSystem
-
Set up the version number of the file system.
- 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.rest.AssetRequestBody
-
Set up the names of the zones that this asset is a member of.
- significantDigits - Variable in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
- 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.
- sortOrder - Variable in class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
-
- 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.