Uses of Class
org.forgerock.am.cts.api.DataLayerException
-
Uses of DataLayerException in org.forgerock.am.cts.api
Modifier and TypeMethodDescriptionTokenStorageAdapter.deleteAsync
(String tokenId, Options options) Performs a delete against the Token ID provided.Modifier and TypeMethodDescriptionCreate the Token in the database.default PartialToken
Performs a delete against the Token ID provided.TokenStorageAdapter.partialQuery
(TokenFilter query, Options options) Performs a partial query using the provided filter.TokenStorageAdapter.patch
(String tokenId, TokenModifications modifications, Options options) Applies a patch to the database entry using the instructions contained within the TokenModification.TokenStorageAdapter.query
(TokenFilter query, Options options) Performs a full-token query using the provided filter.Performs a read against the database and converts the result into a Token.TokenStorageAdapter.startContinuousQuery
(TokenFilter filter, ContinuousQueryListener listener) Performs a continuous query using the provided filter.Update the Token based on whether there were any changes between the two. -
Uses of DataLayerException in org.forgerock.am.cts.continuous
Modifier and TypeMethodDescriptionvoid
ContinuousQueryListener.processError
(DataLayerException error) If an error occurred initiating the task from the DataLayer (e.g.Modifier and TypeMethodDescriptionvoid
ContinuousQuery.startQuery()
Begins the continuous query on the datastore.