public class ServerOperationInterceptorAdapter extends InterceptorAdapter implements IServerOperationInterceptor
IServerOperationInterceptorIServerInterceptor.ActionRequestDetails| Constructor and Description |
|---|
ServerOperationInterceptorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
resourceCreated(RequestDetails theRequest,
IBaseResource theResource)
User code may call this method to indicate to an interceptor that
a resource is being created
|
void |
resourceDeleted(RequestDetails theRequest,
IBaseResource theResource)
User code may call this method to indicate to an interceptor that
a resource is being deleted
|
void |
resourceUpdated(RequestDetails theRequest,
IBaseResource theResource)
User code may call this method to indicate to an interceptor that
a resource is being updated
|
handleException, incomingRequestPostProcessed, incomingRequestPreHandled, incomingRequestPreProcessed, outgoingResponse, outgoingResponse, outgoingResponse, outgoingResponse, outgoingResponse, outgoingResponse, outgoingResponse, outgoingResponse, preProcessOutgoingException, processingCompletedNormallyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleException, incomingRequestPostProcessed, incomingRequestPreHandled, incomingRequestPreProcessed, outgoingResponse, outgoingResponse, outgoingResponse, outgoingResponse, outgoingResponse, outgoingResponse, outgoingResponse, outgoingResponse, preProcessOutgoingException, processingCompletedNormallypublic ServerOperationInterceptorAdapter()
public void resourceDeleted(RequestDetails theRequest, IBaseResource theResource)
IServerOperationInterceptorresourceDeleted in interface IServerOperationInterceptorpublic void resourceCreated(RequestDetails theRequest, IBaseResource theResource)
IServerOperationInterceptorresourceCreated in interface IServerOperationInterceptorpublic void resourceUpdated(RequestDetails theRequest, IBaseResource theResource)
IServerOperationInterceptorresourceUpdated in interface IServerOperationInterceptorCopyright © 2014–2017 University Health Network. All rights reserved.