public interface IServerOperationInterceptor extends IServerInterceptor
ServerOperationInterceptorAdapterIServerInterceptor.ActionRequestDetails| 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, processingCompletedNormallyvoid resourceDeleted(RequestDetails theRequest, IBaseResource theResource)
void resourceCreated(RequestDetails theRequest, IBaseResource theResource)
void resourceUpdated(RequestDetails theRequest, IBaseResource theResource)
Copyright © 2014–2017 University Health Network. All rights reserved.