public class DbDeleteAction<A extends DbDeleteAction> extends Action<A>
Rule.RuleMatcherALL_METHODS, configMap, description, excludeMatchers, excludeOn, includeMatchers, includeOn, log, name, order, params| Constructor and Description |
|---|
DbDeleteAction() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
delete(Engine engine,
Collection collection,
Url url) |
protected java.util.List<Rule.RuleMatcher> |
getDefaultIncludeMatchers()
Designed to allow subclasses to provide a default match behavior
of no configuration was provided by the developer.
|
void |
run(Request req,
Response res)
Override this method with your custom business logic or override one of the
http method "doMETHOD" specific handlers.
|
configureOp, doDelete, doGet, doPatch, doPost, doPut, getFullIncludePaths, getIncludePaths, isDecoration, joinPaths, joinPaths0, run0, withDecorationafterWiringComplete, checkLazyConfig, compareTo, doLazyConfig, getAllExcludePaths, getAllIncludeMethods, getAllIncludePaths, getDescription, getExcludeMatchers, getIncludeMatchers, getName, getOrder, getParams, match, match, matches, matches, toString, withDescription, withExcludeOn, withExcludeOn, withIncludeOn, withIncludeOn, withName, withOrder, withParam, withParamsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddResponse, addResponse, beautifyTag, buildOperation, documentOpDelete, documentOperationSchema, documentOpFind, documentOpGet, documentOpPatch, documentOpPost, documentOpPut, documentOpRelated, documentParam, documentQueryParams, documentRequestSchema, documentResourceSchema, documentResponseSchema, findOp, getDescription, getSchemaRef, hasParam, hook_documentOp, newComponentRefSchema, newHrefSchema, newTypeSchema, removeReadOnlyPropertiesprotected java.util.List<Rule.RuleMatcher> getDefaultIncludeMatchers()
RulegetDefaultIncludeMatchers in class Rule<A extends DbDeleteAction>public void run(Request req, Response res) throws ApiException
Actionrun in class Action<A extends DbDeleteAction>req - the Request being servicedres - the Reponse being generatedApiExceptionprotected int delete(Engine engine, Collection collection, Url url) throws ApiException
ApiExceptionCopyright © 2023 Rocket Partners, LLC. All rights reserved.