Package org.cxbox.core.crudma.ext
Interface CrudmaGatewayInvokeExtensionProvider
-
- All Known Implementing Classes:
BcStateCrudmaGatewayInvokeExtensionProvider,EventPublisherCrudmaGatewayInvokeExtensionProvider,TxServiceCrudmaGatewayInvokeExtensionProvider
public interface CrudmaGatewayInvokeExtensionProviderBeans, that extends standard flow of Cxbox Crudma Operations Used inCrudmaGateway- See Also:
CrudmaGateway,Invoker,CrudmaActionHolder.CrudmaAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> org.cxbox.api.util.Invoker<T,RuntimeException>extendInvoker(CrudmaActionHolder.CrudmaAction crudmaAction, org.cxbox.api.util.Invoker<T,RuntimeException> invoker, boolean readOnly)
-
-
-
Method Detail
-
extendInvoker
<T> org.cxbox.api.util.Invoker<T,RuntimeException> extendInvoker(CrudmaActionHolder.CrudmaAction crudmaAction, org.cxbox.api.util.Invoker<T,RuntimeException> invoker, boolean readOnly)
-
-