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

A

AmbiguousConnectionNameException - Exception in org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions
The AmbiguousConnectionNameException is thrown by OMAS when a connection name used (typically the displayName) to request a connector instance is not unique and so the OMAS is not able to determine which connection to use.
AmbiguousConnectionNameException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AmbiguousConnectionNameException
This is the typical constructor used for creating an exception.
AmbiguousConnectionNameException(int, String, String, String, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AmbiguousConnectionNameException
This is the constructor used for creating an exception that resulted from a previous error.
Asset - Class in org.odpi.openmetadata.accessservices.assetconsumer.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.assetconsumer.properties.Asset
Default constructor
Asset(Asset) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Copy/clone constructor
AssetCollection - Class in org.odpi.openmetadata.accessservices.assetconsumer.properties
AssetCollection defines a collection of assets that an individual is working with.
AssetCollection() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Default Constructor
AssetCollection(AssetCollection) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Copy/clone Constructor - the resulting object.
AssetCollectionMember - Class in org.odpi.openmetadata.accessservices.assetconsumer.properties
AssetCollectionMember describes an asset that is a member of an asset collection.
AssetCollectionMember() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
Default constructor
AssetCollectionMember(AssetCollectionMember) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
Copy/clone constructor
AssetCollectionOrder - Enum in org.odpi.openmetadata.accessservices.assetconsumer.properties
AssetCollectionOrder specifies the sequencing to use in a specific asset collection.
AssetCollectionRequestBody - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
AssetCollectionRequestBody defines the properties used to create an asset connector anchor object.
AssetCollectionRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Default Constructor
AssetCollectionRequestBody(AssetCollectionRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Copy/clone Constructor - the resulting object.
AssetCollectionStatus - Enum in org.odpi.openmetadata.accessservices.assetconsumer.properties
AssetCollectionStatus specifies which subset of an asset collection should be returned.
AssetConsumerCheckedExceptionBase - Exception in org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions
AssetConsumerCheckedExceptionBase provides a checked exception for reporting errors found when using the Asset Consumer OMAS services.
AssetConsumerCheckedExceptionBase(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerCheckedExceptionBase
This is the typical constructor used for creating an exception.
AssetConsumerCheckedExceptionBase(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerCheckedExceptionBase
This is the constructor used for creating an exception that resulted from a previous error.
AssetConsumerElementHeader - Class in org.odpi.openmetadata.accessservices.assetconsumer.properties
AssetConsumerElementHeader provides a common base for all instance information from the access service.
AssetConsumerElementHeader() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetConsumerElementHeader
Default Constructor sets the properties to nulls
AssetConsumerElementHeader(AssetConsumerElementHeader) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetConsumerElementHeader
Copy/clone constructor set values from the template
AssetConsumerErrorCode - Enum in org.odpi.openmetadata.accessservices.assetconsumer.ffdc
The AssetConsumerErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Asset Consumer OMAS Services.
AssetConsumerEvent - Class in org.odpi.openmetadata.accessservices.assetconsumer.events
AssetConsumerEvent describes the structure of the events emitted by the Asset Consumer OMAS.
AssetConsumerEvent() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEvent
Default constructor
AssetConsumerEvent(AssetConsumerEvent) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEvent
Copy/clone constructor
AssetConsumerEventHeader - Class in org.odpi.openmetadata.accessservices.assetconsumer.events
AssetConsumerEventHeader provides a common base for all events from the access service.
AssetConsumerEventType - Enum in org.odpi.openmetadata.accessservices.assetconsumer.events
AssetConsumerEventType describes the different types of events produced by the Asset Consumer OMAS.
AssetConsumerOMASAPIRequestBody - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
AssetConsumerOMASAPIRequestBody provides a common header for Asset Consumer OMAS request bodies for its REST API.
AssetConsumerOMASAPIRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIRequestBody
Default constructor
AssetConsumerOMASAPIRequestBody(AssetConsumerOMASAPIRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIRequestBody
Copy/clone constructor
AssetConsumerOMASAPIResponse - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
AssetConsumerOMASAPIResponse provides a common header for Asset Consumer OMAS managed rest to its REST API.
AssetConsumerOMASAPIResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
Default constructor
AssetConsumerOMASAPIResponse(AssetConsumerOMASAPIResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
Copy/clone constructor
AssetConsumerRuntimeException - Exception in org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions
AssetConsumerRuntimeException is used for all runtime exceptions generated by the Asset Consumer OMAS.
AssetConsumerRuntimeException(int, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerRuntimeException
This is the typical constructor used for creating an exception.
AssetConsumerRuntimeException(int, String, String, String, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerRuntimeException
This is the constructor used for creating an exception when an unexpected error has been caught.
AssetListResponse - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
AssetListResponse returns a list of assets from the server.
AssetListResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetListResponse
Default constructor
AssetListResponse(AssetListResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetListResponse
Copy/clone constructor

C

Classification - Class in org.odpi.openmetadata.accessservices.assetconsumer.properties
The Classification bean defines a single classification for an asset.
Classification() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.properties.Classification
Default constructor
Classification(Classification) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.properties.Classification
Copy/clone constructor
CommentConversationResponse - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
CommentConversationResponse returns a comment and a list of the unique identifiers (GUIDs) for its replies.
CommentConversationResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentConversationResponse
Default constructor
CommentConversationResponse(CommentConversationResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentConversationResponse
Copy/clone constructor
CommentRequestBody - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
CommentRequestBody provides a structure for passing a comment as a request body over a REST API.
CommentRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentRequestBody
Default constructor
CommentRequestBody(CommentRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentRequestBody
Copy/clone constructor
ConnectionResponse - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
ConnectionResponse is the response structure used on the Asset Consumer OMAS REST API calls that returns a Connection object as a response.
ConnectionResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.ConnectionResponse
Default constructor
ConnectionResponse(ConnectionResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.ConnectionResponse
Copy/clone constructor

E

equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEvent
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEventHeader
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AmbiguousConnectionNameException
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerCheckedExceptionBase
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerRuntimeException
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.InvalidParameterException
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NoConnectedAssetException
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NoProfileForUserException
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NotAnAssetException
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionGUIDException
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionNameException
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionURLException
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedGUIDException
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UserNotAuthorizedException
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Classification
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Equals method that returns true if containing properties are the same.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.UserIdentity
Equals method that returns true if containing properties are the same.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetListResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentConversationResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentRequestBody
Equals method that returns true if containing properties are the same.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.ConnectionResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.GUIDResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
Equals method that returns true if containing properties are the same.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Equals method that returns true if containing properties are the same.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.NoteLogResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.RatingRequestBody
Equals method that returns true if containing properties are the same.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.TagRequestBody
Equals method that returns true if containing properties are the same.

G

getAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Return any additional properties associated with the asset.
getAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Return any additional properties associated with the asset.
getAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Return a copy of the additional properties.
getAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Return any additional properties associated with the asset.
getAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Return a copy of the additional properties.
getAsset() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEvent
Return the asset description.
getAssets() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetListResponse
Return the list of assets in the response.
getAssociatedUserIds() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Return the userIds associated with the profile.
getClassificationName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Classification
Return the name of the classification
getClassificationProperties() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Classification
Return a collection of the additional stored properties for the classification.
getClassifications() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Return the list of active classifications for this asset.
getClassifications() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Return the list of active classifications for this asset.
getCollectionOrdering() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Return the property to use to determine the order that assets are returned.
getCollectionOrdering() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Return the property to use to determine the order that assets are returned.
getCollectionUse() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Return the description of how the collection is used by the actor.
getCollectionUse() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Return the description of how the collection is used by the actor.
getComment() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentConversationResponse
Return the root comment.
getCommentReplies() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentConversationResponse
Return the list of unique identifiers for the replies to the root comment.
getCommentText() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentRequestBody
Return the comment content.
getCommentType() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentRequestBody
Return the type of comment.
getConnection() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.ConnectionResponse
Return the Connection object.
getConnectionGUID() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NoConnectedAssetException
Return the GUID in error
getConnectionGUID() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionGUIDException
Return the GUID in error
getConnectionName() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AmbiguousConnectionNameException
Return the connection name in error.
getConnectionName() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionNameException
Return the connection name in error.
getConnectionName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
Return the name of the connection used to create the connector making the log request.
getConnectionURL() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionURLException
Return the invalid connection URL
getConnectorInstanceId() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
Return the instance id of the connector making the log record.
getConnectorType() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
Return the type of connector making the log record.
getContextId() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
Return the function name, or processId of the activity that the caller is performing.
getDateAddedToCollection() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
Return the date that the asset was added to this collection.
getDateAssetCreated() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
Return the date that the asset was created.
getDateAssetLastUpdated() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
Return the date that the asset was last updated.
getDescription() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Return the description for this asset.
getDescription() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Return the description for this asset.
getDescription() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionOrder
Return the default description of the enumeration.
getDescription() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionStatus
Return the default description of the enumeration.
getDescription() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.WatchStatus
Return the default description of the enumeration.
getDescription() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Return the description for this asset.
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Return the display name for this asset (normally a shortened for of the qualified name).
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Return the display name for this asset (normally a shortened for of the qualified name).
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Return the display name for this asset (normally a shortened for of the qualified name).
getEmployeeNumber() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Return the the unique employee number for this governance officer.
getEmployeeNumber() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Return the the unique employee number for this governance officer.
getErrorMessage() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerCheckedExceptionBase
A formatted short description of the cause of the condition that resulted in this exception.
getErrorMessage() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerRuntimeException
A formatted short description of the cause of the condition that resulted in this exception.
getErrorMessageId() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.ffdc.AssetConsumerErrorCode
Returns the unique identifier for the error message.
getEventType() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEvent
Return the type of event.
getEventTypeCode() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEventType
Return the int identifier used for indexing based on the enum.
getEventTypeDescription() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEventType
Return the default description for the enum value - used when natural resource bundle is not available.
getEventTypeName() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEventType
Return the string name used for messages that include the enum.
getEventVersionId() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEventHeader
Return the event version id for this event structure.
getExceptionClassName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
Return the name of the Java class name to use to recreate the exception.
getExceptionErrorMessage() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
Return the error message associated with the exception.
getExceptionProperties() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
Return the additional properties stored by the exceptions.
getExceptionSystemAction() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
Return the description of the action taken by the system as a result of the exception.
getExceptionUserAction() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
Return the action that a user should take to resolve the problem.
getExpectedTypeName() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedGUIDException
Return the type name of the element expected to be retrieved.
getFormattedErrorMessage(String...) - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.ffdc.AssetConsumerErrorCode
Returns the error message with the placeholders filled out with the supplied parameters.
getFullName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Return the full name for this governance officer.
getFullName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Return the full name for this governance officer.
getGuid() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NotAnAssetException
Return the GUID in error
getGUID() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedGUIDException
Return the guid supplied on the request that failed.
getGUID() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Return the unique identifier for this asset.
getGUID() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Return the unique identifier for this asset.
getGUID() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Return the unique identifier for this profile.
getGUID() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.UserIdentity
Return the unique identifier for this definition.
getGUID() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.GUIDResponse
Return the guid result.
getHTTPErrorCode() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.ffdc.AssetConsumerErrorCode
 
getJobRoleDescription() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Return the description of the job role for this governance officer.
getJobRoleDescription() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Return the description of the job role for this governance officer.
getJobTitle() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Return the primary job title for this governance officer.
getJobTitle() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Return the primary job title for this governance officer.
getKarmaPoints() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Return the karma points awarded to this person.
getKnownName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Return the preferred name for this governance officer.
getKnownName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Return the preferred name for this governance officer.
getMembershipRationale() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
Return the rationale or role of the asset in this collection.
getMessage() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
Return the actual log message.
getName() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionOrder
Return the default name of the enumeration.
getName() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionStatus
Return the default name of the enumeration.
getName() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.WatchStatus
Return the default name of the enumeration.
getNoteLog() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.NoteLogResponse
Return the note log header.
getNotes() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.NoteLogResponse
Return the notes in the note log.
getOrdinal() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionOrder
Return the numeric representation of the enumeration.
getOrdinal() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionStatus
Return the numeric representation of the enumeration.
getOrdinal() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.WatchStatus
Return the numeric representation of the enumeration.
getOriginalAsset() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEvent
Return the original asset description.
getOwner() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Return the owner for this asset.
getParameterName() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.InvalidParameterException
Return the invalid parameter's name, if known.
getPersonalProfile() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileResponse
Return the personalProfile result.
getQualifiedName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Return the unique name for this asset.
getQualifiedName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Return the unique name for this asset.
getQualifiedName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Return the unique name for this asset.
getRelatedHTTPCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
Return the HTTP Code to use if forwarding response to HTTP client.
getRelatedProperties() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerRuntimeException
Return any additional properties that were added to the exception to aid diagnosis.
getReportedCaughtException() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerCheckedExceptionBase
An exception that was caught and wrapped by this exception.
getReportedCaughtException() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerRuntimeException
An exception that was caught and wrapped by this exception.
getReportedHTTPCode() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerCheckedExceptionBase
Return the HTTP response code to use with this exception.
getReportedHTTPCode() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerRuntimeException
Return the HTTP response code to use with this exception.
getReportedSystemAction() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerCheckedExceptionBase
A description of the action that the system took as a result of the error condition.
getReportedSystemAction() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerRuntimeException
A description of the action that the system took as a result of the error condition.
getReportedUserAction() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerCheckedExceptionBase
A description of the action necessary to correct the error.
getReportedUserAction() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerRuntimeException
A description of the action necessary to correct the error.
getReportingActionDescription() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerCheckedExceptionBase
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.assetconsumer.ffdc.exceptions.AssetConsumerRuntimeException
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.assetconsumer.ffdc.exceptions.AssetConsumerCheckedExceptionBase
The class that created this exception.
getReportingClassName() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerRuntimeException
The class that created this exception.
getReview() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.RatingRequestBody
Return the attached review (if any)
getStarRating() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.RatingRequestBody
Return the star rating.
getStartingFromElement() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetListResponse
Return the starting element number from the server side list that this response contains.
getStartingFromElement() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.NoteLogResponse
Return the starting element number from the server side list that this response contains.
getSystemAction() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.ffdc.AssetConsumerErrorCode
Returns a description of the action taken by the system when the condition that caused this exception was detected.
getTagDescription() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.TagRequestBody
Return the description that accompanies the tag.
getTagName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.TagRequestBody
Return the name of the tag.
getTotalListSize() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetListResponse
Return the size of the list at the server side.
getTotalListSize() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.NoteLogResponse
Return the size of the list at the server side.
getType() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Return the name of the specific type used to store the governance officer's profile.
getType() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.UserIdentity
Return the name of the specific type of governance definition.
getTypeDescription() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Return the description for this Asset's type.
getTypeName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Return the name for this Asset's type.
getTypeName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Return the name for this Asset's typeName.
getUnformattedErrorMessage() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.ffdc.AssetConsumerErrorCode
Returns the error message with placeholders for specific details.
getUserAction() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.ffdc.AssetConsumerErrorCode
Returns instructions of how to resolve the issue reported in this exception.
getUserId() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NoProfileForUserException
Return the userId passed on the request.
getUserId() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UserNotAuthorizedException
Return the userId passed on the request.
getUserId() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.UserIdentity
Return the unique name of the user identity for the individual.
getWatchStatus() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
Return whether changes to this asset should be sent as notifications to this actor.
getZoneMembership() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Return the names of the zones that this asset is a member of.
GUIDResponse - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
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.assetconsumer.rest.GUIDResponse
Default constructor
GUIDResponse(GUIDResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.GUIDResponse
Copy/clone constructor

H

hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEvent
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEventHeader
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AmbiguousConnectionNameException
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerCheckedExceptionBase
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerRuntimeException
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.InvalidParameterException
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NoConnectedAssetException
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NoProfileForUserException
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NotAnAssetException
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionGUIDException
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionNameException
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionURLException
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedGUIDException
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UserNotAuthorizedException
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Classification
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Just use the GUID for the hash code as it should be unique.
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.UserIdentity
Hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetListResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentConversationResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.ConnectionResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.GUIDResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.NoteLogResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.RatingRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.TagRequestBody
Return hash code for this object

I

InvalidParameterException - Exception in org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions
The InvalidParameterException is thrown by the OMAS when a parameter is null or an invalid value.
InvalidParameterException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.InvalidParameterException
This is the typical constructor used for creating an exception.
InvalidParameterException(int, String, String, String, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.InvalidParameterException
This is the constructor used for creating an exception that resulted from a previous error.

L

LogRecordRequestBody - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
CommentRequestBody provides a structure for passing a comment as a request body over a REST API.
LogRecordRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
Default constructor
LogRecordRequestBody(LogRecordRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
Copy/clone constructor

M

MyProfile - Class in org.odpi.openmetadata.accessservices.assetconsumer.properties
The MyProfile describes an individual.
MyProfile() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Default Constructor
MyProfile(MyProfile) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Copy/clone Constructor - the resulting object.
MyProfileRequestBody - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
MyProfileRequestBody provides a structure for passing personal details over a REST API.
MyProfileRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Default constructor
MyProfileRequestBody(MyProfileRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Copy/clone constructor
MyProfileResponse - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
MyProfileResponse is the response structure used on the OMAS REST API calls that return a PersonalProfile object as a response.
MyProfileResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileResponse
Default constructor
MyProfileResponse(MyProfileResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileResponse
Copy/clone constructor

N

NoConnectedAssetException - Exception in org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions
The NoConnectedAssetException is thrown by the Asset Consumer OMAS when there is no asset linked to the supplied connection object.
NoConnectedAssetException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NoConnectedAssetException
This is the typical constructor used for creating an exception.
NoConnectedAssetException(int, String, String, String, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NoConnectedAssetException
This is the constructor used for creating an exception that resulted from a previous error.
NoProfileForUserException - Exception in org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions
The NoProfileForUserException is thrown by the OMAS when a userId passed on a request does not have an associated actor profile.
NoProfileForUserException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NoProfileForUserException
This is the typical constructor used for creating an exception.
NoProfileForUserException(int, String, String, String, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NoProfileForUserException
This is the constructor used for creating an exception that resulted from a previous error.
NotAnAssetException - Exception in org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions
The NotAnAssetException is thrown by the Asset Consumer OMAS when the unique identifier (guid) used to identify an asset object from the property server is either unrecognized, or is the identifier for a different type of object.
NotAnAssetException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NotAnAssetException
This is the typical constructor used for creating an exception.
NotAnAssetException(int, String, String, String, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NotAnAssetException
This is the constructor used for creating an exception that resulted from a previous error.
NoteLogResponse - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
 
NoteLogResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.NoteLogResponse
Default constructor
NoteLogResponse(NoteLogResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.NoteLogResponse
Copy/clone constructor
NullRequestBody - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
NullRequestBody provides a empty request body object for POST requests that do not need to send additional parameters beyond the path variables.
NullRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.NullRequestBody
Default constructor
NullRequestBody(AssetConsumerOMASAPIRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.NullRequestBody
Copy/clone constructor

O

org.odpi.openmetadata.accessservices.assetconsumer.events - package org.odpi.openmetadata.accessservices.assetconsumer.events
 
org.odpi.openmetadata.accessservices.assetconsumer.ffdc - package org.odpi.openmetadata.accessservices.assetconsumer.ffdc
 
org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions - package org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions
 
org.odpi.openmetadata.accessservices.assetconsumer.properties - package org.odpi.openmetadata.accessservices.assetconsumer.properties
 
org.odpi.openmetadata.accessservices.assetconsumer.rest - package org.odpi.openmetadata.accessservices.assetconsumer.rest
 

P

PropertyServerException - Exception in org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions
The PropertyServerException is thrown by the OMAS when it is not able to communicate with the property server.
PropertyServerException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.PropertyServerException
This is the typical constructor used for creating an exception.
PropertyServerException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.PropertyServerException
This is the constructor used for creating an exception that resulted from a previous error.

R

RatingRequestBody - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
RatingRequestBody provides a structure for passing star rating as a request body over a REST API.
RatingRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.RatingRequestBody
Default constructor
RatingRequestBody(RatingRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.RatingRequestBody
Copy/clone constructor

S

setAdditionalProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Set up any additional properties associated with the asset.
setAdditionalProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Set up any additional properties associated with the asset.
setAdditionalProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Set up additional properties.
setAdditionalProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Set up any additional properties associated with the asset.
setAdditionalProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Set up additional properties.
setAsset(Asset) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEvent
Set up the asset description.
setAssets(List<Asset>) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetListResponse
Set up the list of assets for the response.
setAssociatedUserIds(List<UserIdentity>) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Set up the userIds associated with the profile.
setClassificationName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Classification
Set up the name of the classification
setClassificationProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Classification
Set up a collection of the additional stored properties for the classification.
setClassifications(List<Classification>) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Set up the list of active classifications for this asset.
setClassifications(List<Classification>) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Set up the list of active classifications for this asset.
setCollectionOrdering(AssetCollectionOrder) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Set up the property to use to determine the order that assets are returned.
setCollectionOrdering(AssetCollectionOrder) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Set up the property to use to determine the order that assets are returned.
setCollectionUse(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Set up the description of how the collection is used by the actor.
setCollectionUse(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Set up the description of how the collection is used by the actor.
setComment(Comment) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentConversationResponse
Set up the root comment.
setCommentReplies(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentConversationResponse
Set up the replies to the root comment.
setCommentText(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentRequestBody
Set up the comment content.
setCommentType(CommentType) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentRequestBody
Set up the type of comment.
setConnection(Connection) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.ConnectionResponse
Set up the Connection object.
setConnectionName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
Set up the name of the connection used to create the connector making the log request.
setConnectorInstanceId(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
Set up the instance id of the connector making the log record.
setConnectorType(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
Set up the type of connector making the log record.
setContextId(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
Set up the function name, or processId of the activity that the caller is performing.
setDateAddedToCollection(Date) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
Set up the date that the asset was added to this collection.
setDateAssetCreated(Date) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
Set up the date that the asset was created.
setDateAssetLastUpdated(Date) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
Set up the date that the asset was last updated.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Set up the description for this asset.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Set up the description for this asset.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Set up the description for this asset.
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Set up the display name for this asset (normally a shortened for of the qualified name).
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Set up the display name for this asset (normally a shortened for of the qualified name).
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Set up the display name for this asset (normally a shortened for of the qualified name).
setEmployeeNumber(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Set up the unique employee number for this governance officer.
setEmployeeNumber(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Set up the unique employee number for this governance officer.
setEventType(AssetConsumerEventType) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEvent
Set up the type of event.
setEventVersionId(long) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEventHeader
Set up the event version id for this event structure.
setExceptionClassName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
Set up the name of the Java class name to use to recreate the exception.
setExceptionErrorMessage(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
Set up the error message associated with the exception.
setExceptionProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
Set up the additional properties stored by the exceptions.
setExceptionSystemAction(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
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.assetconsumer.rest.AssetConsumerOMASAPIResponse
Set up the action that a user should take to resolve the problem.
setFullName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Set up the full name for this governance officer.
setFullName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Set up the full name for this governance officer.
setGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Set up the unique identifier for this asset.
setGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Set up the unique identifier for this asset.
setGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Set up the unique identifier for this profile.
setGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.UserIdentity
Set up the unique identifier for this definition.
setGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.GUIDResponse
Set up the guid result.
setJobRoleDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Set up the description of the job role for this governance officer.
setJobRoleDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Set up the description of the job role for this governance officer.
setJobTitle(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Set up the primary job title for this governance officer.
setJobTitle(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Set up the primary job title for this governance officer.
setKarmaPoints(int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Set up the karma points for this person.
setKnownName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Set up the preferred name for this governance officer.
setKnownName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
Set up the preferred name for this governance officer.
setMembershipRationale(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
Set up the rationale or role of the asset in this collection.
setMessage(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
Set up the actual log message.
setNoteLog(NoteLog) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.NoteLogResponse
Set up the note log header
setNotes(List<Note>) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.NoteLogResponse
Set up the list of notes from the note log.
setOriginalAsset(Asset) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEvent
Set up the original asset description.
setOwner(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Set up the owner for this asset.
setPersonalProfile(MyProfile) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileResponse
Set up the personalProfile result.
setQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Set up the unique name for this asset.
setQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Set up the unique name for this asset.
setQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
Set up the unique name for this asset.
setRelatedHTTPCode(int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
Set up the HTTP Code to use if forwarding response to HTTP client.
setReview(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.RatingRequestBody
Set up the attached review (if any)
setStarRating(StarRating) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.RatingRequestBody
Set up the star rating.
setStartingFromElement(int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetListResponse
Set up the starting element number from the server side list that this response contains.
setStartingFromElement(int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.NoteLogResponse
Set up the starting element number from the server side list that this response contains.
setTagDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.TagRequestBody
Set up the description that accompanies the tag.
setTagName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.TagRequestBody
Set up the name of the tag.
setTotalListSize(int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetListResponse
Set up the size of the list at the server side.
setTotalListSize(int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.NoteLogResponse
Set up the size of the list at the server side.
setType(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
Set up the name of the specific type used to store the governance officer's profile.
setType(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.UserIdentity
Set up the name of the specific type of the governance definition.
setTypeDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Set up the description for this Asset's type.
setTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Set up the name for this Asset's type.
setTypeName(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
Set up the name for this Asset's typeName.
setUserId(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.UserIdentity
Set up the unique name of the user identity for the individual.
setWatchStatus(WatchStatus) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
Set up whether changes to this asset should be sent as notifications to this actor.
setZoneMembership(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
Set up the names of the zones that this asset is a member of.

T

TagRequestBody - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
TagRequestBody provides a structure for passing an informal tag as a request body over a REST API.
TagRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.TagRequestBody
Default constructor
TagRequestBody(TagRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.TagRequestBody
Copy/clone constructor
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEvent
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEventHeader
JSON-style toString
toString() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEventType
JSON-style toString
toString() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.ffdc.AssetConsumerErrorCode
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AmbiguousConnectionNameException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.AssetConsumerRuntimeException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.InvalidParameterException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NoConnectedAssetException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NoProfileForUserException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.NotAnAssetException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.PropertyServerException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionGUIDException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionNameException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionURLException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedGUIDException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UserNotAuthorizedException
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Asset
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollection
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionMember
JSON-style toString
toString() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionOrder
toString() JSON-style
toString() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionStatus
toString() JSON-style
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.Classification
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.MyProfile
JSON-style toString.
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.properties.UserIdentity
JSON-style toString.
toString() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.WatchStatus
toString() JSON-style
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetCollectionRequestBody
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIRequestBody
JSON-like toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
JSON-like toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetListResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentConversationResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentRequestBody
JSON-style toString.
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.ConnectionResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.GUIDResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
JSON-style toString.
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileRequestBody
JSON-style toString.
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.MyProfileResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.NoteLogResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.NullRequestBody
JSON-like toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.RatingRequestBody
JSON-style toString.
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.TagRequestBody
JSON-style toString.
toString() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.rest.VoidResponse
JSON-style toString

U

UnrecognizedConnectionGUIDException - Exception in org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions
The UnrecognizedConnectionGUIDException is thrown by the Asset Consumer OMAS when the unique identifier (guid) used to request a connection object from the property server is either unrecognized, or is the identifier for a different type of object.
UnrecognizedConnectionGUIDException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionGUIDException
This is the typical constructor used for creating an exception.
UnrecognizedConnectionGUIDException(int, String, String, String, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionGUIDException
This is the constructor used for creating an exception that resulted from a previous error.
UnrecognizedConnectionNameException - Exception in org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions
The UnrecognizedConnectionNameException is thrown by the Asset Consumer OMAS when a connection name used to request a Connection or Connector is not recognized and so the Asset Consumer OMAS is not able to determine which connection to use.
UnrecognizedConnectionNameException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionNameException
This is the typical constructor used for creating an exception.
UnrecognizedConnectionNameException(int, String, String, String, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionNameException
This is the constructor used for creating an exception that resulted from a previous error.
UnrecognizedConnectionURLException - Exception in org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions
The UnrecognizedConnectionURLException is thrown by the Asset Consumer OMAS when a connection URL used to request a Connection or Connector is not recognized and so the Asset Consumer OMAS is not able to determine which connection to use.
UnrecognizedConnectionURLException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionURLException
This is the typical constructor used for creating an exception.
UnrecognizedConnectionURLException(int, String, String, String, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedConnectionURLException
This is the constructor used for creating an exception that resulted from a previous error.
UnrecognizedGUIDException - Exception in org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions
The UnrecognizedGUIDException is thrown by the OMAS when the GUID passed to it is not valid.
UnrecognizedGUIDException(int, String, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedGUIDException
This is the typical constructor used for creating an exception.
UnrecognizedGUIDException(int, String, String, String, String, String, Throwable, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UnrecognizedGUIDException
This is the constructor used for creating an exception that resulted from a previous error.
UserIdentity - Class in org.odpi.openmetadata.accessservices.assetconsumer.properties
UserIdentity describes one of an individual's or engine's user identity.
UserIdentity() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.properties.UserIdentity
Default constructor
UserIdentity(UserIdentity) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.properties.UserIdentity
Copy/clone constructor
UserNotAuthorizedException - Exception in org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions
The UserNotAuthorizedException is thrown by the OMAS when a userId passed on a request is not authorized to perform the requested action.
UserNotAuthorizedException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UserNotAuthorizedException
This is the typical constructor used for creating an exception.
UserNotAuthorizedException(int, String, String, String, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetconsumer.ffdc.exceptions.UserNotAuthorizedException
This is the constructor used for creating an exception that resulted from a previous error.

V

valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetconsumer.ffdc.AssetConsumerErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.WatchStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetconsumer.ffdc.AssetConsumerErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.AssetCollectionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetconsumer.properties.WatchStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VoidResponse - Class in org.odpi.openmetadata.accessservices.assetconsumer.rest
VoidResponse defines the response structure for the OMAS REST API calls that returns a void as a response.
VoidResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.VoidResponse
Default constructor
VoidResponse(VoidResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.rest.VoidResponse
Copy/clone constructor

W

WatchStatus - Enum in org.odpi.openmetadata.accessservices.assetconsumer.properties
WatchStatus specifies whether changes to assets in an asset collection should be passed as notifications to the actor who's profile is linked to the collection.
A C E G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2018 ODPi. All rights reserved.