JavaScript is disabled on your browser.
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 12c (12.2.1.1) E68346-01
Constructor Summary
Constructors
Constructor and Description
DmsFilter ()
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
DmsFilter
public DmsFilter()
Method Detail
doFilter
public void doFilter(IdcFilterType ftype,
Object ... objects)
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.
Specified by:
doFilter
in interface IIdcFilter
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
See Also:
IdcFilterAdapter
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 12c (12.2.1.1) E68346-01
Copyright © 2008, 2016, Oracle and/or its affiliates. All rights reserved.