| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommand<RESOURCE> |
class |
AbstractYResponseBuilder<RESOURCE,REQUEST,RESPONSE>
Abstract base implementation for
YResponseBuilder |
class |
HttpDeleteResponseBuilder<RESOURCE,RESPONSE> |
class |
HttpGetResponseBuilder<RESOURCE,RESPONSE> |
class |
HttpPostResponseBuilder<RESOURCE,REQ_RESP> |
class |
HttpPutResponseBuilder<RESOURCE,REQ_RESP> |
| Modifier and Type | Method and Description |
|---|---|
EntityTag |
AbstractCachingStrategy.createETag(AbstractResponseBuilder result)
Deprecated.
Computes EntityTag based on RESOURCE's unique ID
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableRequestProcessChain.configure(RequestProcessor.RequestType type,
java.lang.Object dto,
AbstractResponseBuilder<RESOURCE,?,?> result,
ConfigurableRequestProcessChain.RequestExecution execution)
Configuration method called inside
AbstractResource should be called before RequestProcessChain.doProcess(). |
void |
ConfigurableRequestProcessChain.RequestExecution.execute(AbstractResponseBuilder response) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRequestProcessChain.configure(RequestProcessor.RequestType type,
java.lang.Object dto,
AbstractResponseBuilder<RESOURCE,?,?> result,
ConfigurableRequestProcessChain.RequestExecution execution) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestProcessor.doProcess(RequestProcessor.RequestType type,
java.lang.Object dto,
AbstractResponseBuilder<RESOURCE,?,?> responseBuilder,
RequestProcessChain chain)
Performed right before
processRequest(). |
| Modifier and Type | Method and Description |
|---|---|
void |
ETagCacheRequestProcessor.doProcess(RequestProcessor.RequestType type,
java.lang.Object dto,
AbstractResponseBuilder<RESOURCE,?,?> responseBuilder,
RequestProcessChain chain) |
void |
LastModificationCacheRequestProcessor.doProcess(RequestProcessor.RequestType type,
java.lang.Object dto,
AbstractResponseBuilder<RESOURCE,?,?> responseBuilder,
RequestProcessChain chain) |
void |
AccessGrantRequestProcessor.doProcess(RequestProcessor.RequestType type,
java.lang.Object dto,
AbstractResponseBuilder<RESOURCE,?,?> responseBuilder,
RequestProcessChain chain) |
void |
NotificationRequestProcessor.doProcess(RequestProcessor.RequestType type,
java.lang.Object dto,
AbstractResponseBuilder<RESOURCE,?,?> responseBuilder,
RequestProcessChain chain) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbortCronJobCommand
the Command for aborting the cronjob
|
class |
CreateCronJobCommand
the Command for creating new cronjob based on current cronjob
|
class |
PlaceOrderCommand
the Command for placing new order
|
class |
StartCronJobCommand
the Command for starting new cronjob
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostCartEntryToCartEntries |
class |
PostCartToCarts |
class |
PutCartToCarts |
| Modifier and Type | Class and Description |
|---|---|
class |
PutCartEntryMethod |
Copyright © 2018 SAP SE. All Rights Reserved.