Uses of Class
org.forgerock.am.cts.api.DataLayerException
Packages that use DataLayerException
-
Uses of DataLayerException in org.forgerock.am.cts.api
Methods in org.forgerock.am.cts.api that return types with arguments of type DataLayerExceptionModifier and TypeMethodDescriptionTokenStorageAdapter.deleteAsync(String tokenId, Options options) Performs a delete against the Token ID provided.Methods in org.forgerock.am.cts.api that throw DataLayerExceptionModifier and TypeMethodDescriptionCreate the Token in the database.default PartialTokenPerforms 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
Methods in org.forgerock.am.cts.continuous with parameters of type DataLayerExceptionModifier and TypeMethodDescriptionvoidContinuousQueryListener.processError(DataLayerException error) If an error occurred initiating the task from the DataLayer (e.g.Methods in org.forgerock.am.cts.continuous that throw DataLayerExceptionModifier and TypeMethodDescriptionvoidContinuousQuery.startQuery()Begins the continuous query on the datastore.