- Asset - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
Asset describes the basic properties of an Asset that include its name, type, description and owner.
- Asset() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Default constructor
- Asset(Asset) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Copy/clone constructor
- AssetOwnerCheckedExceptionBase - Exception in org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions
-
AssetOwnerCheckedExceptionBase provides a checked exception for reporting errors found when using
the Asset Owner OMAS services.
- AssetOwnerCheckedExceptionBase(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerCheckedExceptionBase
-
This is the typical constructor used for creating an exception.
- AssetOwnerCheckedExceptionBase(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerCheckedExceptionBase
-
This is the constructor used for creating an exception
that resulted from a previous error.
- AssetOwnerElementHeader - Class in org.odpi.openmetadata.accessservices.assetowner.properties
-
AssetOwnerElementHeader provides a common base for all instance information from the access service.
- AssetOwnerElementHeader() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.AssetOwnerElementHeader
-
Default Constructor sets the properties to nulls
- AssetOwnerElementHeader(AssetOwnerElementHeader) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.AssetOwnerElementHeader
-
Copy/clone constructor set values from the template
- 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.
- AssetOwnerOMASAPIResponse - Class in org.odpi.openmetadata.accessservices.assetowner.responses
-
AssetOwnerOMASAPIResponse provides a common header for Asset Owner OMAS managed rest to its REST API.
- AssetOwnerOMASAPIResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.responses.AssetOwnerOMASAPIResponse
-
Default constructor
- AssetOwnerOMASAPIResponse(AssetOwnerOMASAPIResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.responses.AssetOwnerOMASAPIResponse
-
Copy/clone constructor
- AssetOwnerRuntimeException - Exception in org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions
-
AssetOwnerRuntimeException is used for all runtime exceptions generated by the Asset Owner OMAS.
- AssetOwnerRuntimeException(int, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
-
This is the typical constructor used for creating an exception.
- AssetOwnerRuntimeException(int, String, String, String, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
-
This is the constructor used for creating an exception when an unexpected error has been
caught.
- getAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Return any additional properties associated with the asset.
- getAsset() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
-
Return the asset description.
- getClassificationName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Classification
-
Return the name of the classification
- getClassificationProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Classification
-
Return a collection of the additional stored properties for the classification.
- getClassifications() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Return the list of active classifications for this asset.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Return the description for this asset.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Return the display name for this asset (normally a shortened for of the qualified name).
- getErrorMessage() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerCheckedExceptionBase
-
A formatted short description of the cause of the condition that resulted in this exception.
- getErrorMessage() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
-
A formatted short description of the cause of the condition that resulted in this exception.
- getErrorMessageId() - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
Returns the unique identifier for the error message.
- 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.
- getExceptionClassName() - Method in class org.odpi.openmetadata.accessservices.assetowner.responses.AssetOwnerOMASAPIResponse
-
Return the name of the Java class name to use to recreate the exception.
- getExceptionErrorMessage() - Method in class org.odpi.openmetadata.accessservices.assetowner.responses.AssetOwnerOMASAPIResponse
-
Return the error message associated with the exception.
- getExceptionProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.responses.AssetOwnerOMASAPIResponse
-
Return the additional properties stored by the exceptions.
- getExceptionSystemAction() - Method in class org.odpi.openmetadata.accessservices.assetowner.responses.AssetOwnerOMASAPIResponse
-
Return the description of the action taken by the system as a result of the exception.
- getExceptionUserAction() - Method in class org.odpi.openmetadata.accessservices.assetowner.responses.AssetOwnerOMASAPIResponse
-
Return the action that a user should take to resolve the problem.
- getExpectedTypeName() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.UnrecognizedGUIDException
-
Return the type name of the element expected to be retrieved.
- getFormattedErrorMessage(String...) - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
Returns the error message with the placeholders filled out with the supplied parameters.
- getGUID() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.UnrecognizedGUIDException
-
Return the guid supplied on the request that failed.
- getGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Return the unique identifier for this asset.
- getGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.responses.GUIDResponse
-
Return the guid result.
- getHTTPErrorCode() - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
- 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.properties.Asset
-
Return the owner for this asset.
- getParameterName() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.InvalidParameterException
-
Return the invalid parameter's name, if known.
- getQualifiedName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Return the unique name for this asset.
- getRelatedHTTPCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.responses.AssetOwnerOMASAPIResponse
-
Return the HTTP Code to use if forwarding response to HTTP client.
- getRelatedProperties() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
-
Return any additional properties that were added to the exception to aid diagnosis.
- getReportedCaughtException() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerCheckedExceptionBase
-
An exception that was caught and wrapped by this exception.
- getReportedCaughtException() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
-
An exception that was caught and wrapped by this exception.
- getReportedHTTPCode() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerCheckedExceptionBase
-
Return the HTTP response code to use with this exception.
- getReportedHTTPCode() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
-
Return the HTTP response code to use with this exception.
- getReportedSystemAction() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerCheckedExceptionBase
-
A description of the action that the system took as a result of the error condition.
- getReportedSystemAction() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
-
A description of the action that the system took as a result of the error condition.
- getReportedUserAction() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerCheckedExceptionBase
-
A description of the action necessary to correct the error.
- getReportedUserAction() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
-
A description of the action necessary to correct the error.
- getReportingActionDescription() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerCheckedExceptionBase
-
The type of request that the class was performing when the condition occurred that resulted in this
exception.
- getReportingActionDescription() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
-
The type of request that the class was performing when the condition occurred that resulted in this
exception.
- getReportingClassName() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerCheckedExceptionBase
-
The class that created this exception.
- getReportingClassName() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
-
The class that created this exception.
- getSystemAction() - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
Returns a description of the action taken by the system when the condition that caused this exception was
detected.
- getTypeDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Return the description for this Asset's type.
- getTypeId() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Return the unique identifier for this Asset's type.
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Return the name for this Asset's type.
- getTypeVersion() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Return the version number for this Asset's type.
- getUnformattedErrorMessage() - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
Returns the error message with placeholders for specific details.
- getURL() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Return the URL for this asset.
- getUserAction() - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
-
Returns instructions of how to resolve the issue reported in this exception.
- getUserId() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.UserNotAuthorizedException
-
Return the userId passed on the request.
- GUIDResponse - Class in org.odpi.openmetadata.accessservices.assetowner.responses
-
GUIDResponse is the response structure used on the OMAS REST API calls that return a
unique identifier (guid) object as a response.
- GUIDResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.responses.GUIDResponse
-
Default constructor
- GUIDResponse(GUIDResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.responses.GUIDResponse
-
Copy/clone constructor
- setAdditionalProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Set up any additional properties associated with the asset.
- setAsset(Asset) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
-
Set up the asset description.
- setClassificationName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Classification
-
Set up the name of the classification
- setClassificationProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Classification
-
Set up a collection of the additional stored properties for the classification.
- setClassifications(List<Classification>) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Set up the list of active classifications for this asset.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Set up the description for this asset.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Set up the display name for this asset (normally a shortened for of the qualified name).
- 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.
- setExceptionClassName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.responses.AssetOwnerOMASAPIResponse
-
Set up the name of the Java class name to use to recreate the exception.
- setExceptionErrorMessage(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.responses.AssetOwnerOMASAPIResponse
-
Set up the error message associated with the exception.
- setExceptionProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.responses.AssetOwnerOMASAPIResponse
-
Set up the additional properties stored by the exceptions.
- setExceptionSystemAction(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.responses.AssetOwnerOMASAPIResponse
-
Set up the description of the action taken by the system as a result of the exception.
- setExceptionUserAction(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.responses.AssetOwnerOMASAPIResponse
-
Set up the action that a user should take to resolve the problem.
- setGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Set up the unique identifier for this asset.
- setGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.responses.GUIDResponse
-
Set up the guid result.
- 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.properties.Asset
-
Set up the owner for this asset.
- setQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Set up the unique name for this asset.
- setRelatedHTTPCode(int) - Method in class org.odpi.openmetadata.accessservices.assetowner.responses.AssetOwnerOMASAPIResponse
-
Set up the HTTP Code to use if forwarding response to HTTP client.
- setTypeDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Set up the description for this Asset's type.
- setTypeId(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Set up the unique identifier for this Asset's type.
- setTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Set up the name for this Asset's type.
- setTypeVersion(long) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Set up the version number for this Asset's type.
- setURL(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.Asset
-
Set up the URL for this asset.