|
Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1) E17274-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void doFilter(IdcFilterType ftype,
java.lang.Object... objects)
throws IdcClientException
ftype - Type of filter, typically this indicates where in the RIDC processing this filter was calledobjects - optional objects added depending on the IdcFilterTypeIdcClientException - throw this if the processing in your filter causes an exceptionIdcFilterAdapter
|
Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1) E17274-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||