Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


oracle.stellent.wcm.core.idc
Interface AbstractIdcApi.IdcApiCallback

Enclosing class:
AbstractIdcApi

public static interface AbstractIdcApi.IdcApiCallback

Allow a hook into the processing of the Idc Api calls


Method Summary
 oracle.stellent.ridc.protocol.ServiceResponse afterCall(oracle.stellent.ridc.IdcContext userContext, oracle.stellent.ridc.model.DataBinder dataBinder, oracle.stellent.ridc.protocol.ServiceResponse response, oracle.stellent.ridc.IdcClientException error)
          After the call to the server.
 boolean beforeCall(oracle.stellent.ridc.IdcContext userContext, oracle.stellent.ridc.model.DataBinder dataBinder)
          Called before the service is invoked on the Content Server

 

Method Detail

beforeCall

boolean beforeCall(oracle.stellent.ridc.IdcContext userContext,
                   oracle.stellent.ridc.model.DataBinder dataBinder)
Called before the service is invoked on the Content Server
Parameters:
userContext - the user context
dataBinder - the data binder
Returns:
true to continue the call, false to skip the server invocation

afterCall

oracle.stellent.ridc.protocol.ServiceResponse afterCall(oracle.stellent.ridc.IdcContext userContext,
                                                        oracle.stellent.ridc.model.DataBinder dataBinder,
                                                        oracle.stellent.ridc.protocol.ServiceResponse response,
                                                        oracle.stellent.ridc.IdcClientException error)
                                                        throws oracle.stellent.ridc.IdcClientException
After the call to the server.
Parameters:
userContext - the user context
dataBinder - the input data binder
response - the response from the server or null if the server was not invoked (due to a false on the beforeCall(oracle.stellent.ridc.IdcContext, oracle.stellent.ridc.model.DataBinder) response)
error - the exception that occurred
Returns:
the service response to send to the user
Throws:
oracle.stellent.ridc.IdcClientException

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.