Uses of Class
org.forgerock.am.cts.api.DataLayerException
-
Packages that use DataLayerException Package Description org.forgerock.am.cts.api org.forgerock.am.cts.continuous -
-
Uses of DataLayerException in org.forgerock.am.cts.api
Methods in org.forgerock.am.cts.api that return types with arguments of type DataLayerException Modifier and Type Method Description Promise<PartialToken,DataLayerException>TokenStorageAdapter. deleteAsync(String tokenId, Options options)Performs a delete against the Token ID provided.Methods in org.forgerock.am.cts.api that throw DataLayerException Modifier and Type Method Description TokenTokenStorageAdapter. create(Token token, Options options)Create the Token in the database.default PartialTokenTokenStorageAdapter. delete(String tokenId, Options options)Performs a delete against the Token ID provided.Collection<PartialToken>TokenStorageAdapter. partialQuery(TokenFilter query, Options options)Performs a partial query using the provided filter.PartialTokenTokenStorageAdapter. patch(String tokenId, TokenModifications modifications, Options options)Applies a patch to the database entry using the instructions contained within the TokenModification.Collection<Token>TokenStorageAdapter. query(TokenFilter query, Options options)Performs a full-token query using the provided filter.TokenTokenStorageAdapter. read(String tokenId, Options options)Performs a read against the database and converts the result into a Token.ContinuousQueryTokenStorageAdapter. startContinuousQuery(TokenFilter filter, ContinuousQueryListener listener)Performs a continuous query using the provided filter.TokenTokenStorageAdapter. update(Token previous, Token updated, Options options)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 DataLayerException Modifier and Type Method Description voidContinuousQueryListener. processError(DataLayerException error)If an error occurred initiating the task from the DataLayer (e.g.Methods in org.forgerock.am.cts.continuous that throw DataLayerException Modifier and Type Method Description voidContinuousQuery. startQuery()Begins the continuous query on the datastore.
-