Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


oracle.stellent.ridc.filter
Interface IIdcFilter

All Known Implementing Classes:
BeforeAdfConnectionGetUserCredential, BeforeAdfConnectionTestConnection, BeforeJaxwsServiceFilter, BeforeServiceRequestFilter, IdcFilterAdapter

public interface IIdcFilter

Interface for IdcFilter. Extending an adapter can help insulate your application from future changes to this interface.


Method Summary
 void doFilter(IdcFilterType ftype, java.lang.Object... objects)
          Execute RIDC filter.

 

Method Detail

doFilter

void doFilter(IdcFilterType ftype,
              java.lang.Object... objects)
              throws IdcClientException
Execute RIDC filter. The passed in objects are as they existed just prior to the filter call. Typically, a filter will modify the contents of one or more of these objects. Depending on the type of filter, some or all of these objects might be null.
Parameters:
ftype - Type of filter, typically this indicates where in the RIDC processing this filter was called
objects - optional objects added depending on the IdcFilterType
Throws:
IdcClientException - throw this if the processing in your filter causes an exception
See Also:
IdcFilterAdapter

Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


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