Package com.adobe.aem.dermis.model
Class ClientRequest<C,S>
- java.lang.Object
-
- com.adobe.aem.dermis.model.ClientRequest<C,S>
-
public class ClientRequest<C,S> extends java.lang.ObjectClientRequest provide details about client context and for few connector it provide executor and request
-
-
Constructor Summary
Constructors Constructor Description ClientRequest(C client, S request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CgetClient()Get the client associated withOperationexecution.SgetRequest()Get the request associated withOperationexecution.
-