Package oracle.stellent.ridc.filter.dms
Class DmsFilter
java.lang.Object
oracle.stellent.ridc.filter.dms.DmsFilter
- All Implemented Interfaces:
IIdcFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoFilter(IdcFilterType ftype, Object... objects) Execute RIDC filter.static booleanuseECID()
-
Constructor Details
-
DmsFilter
public DmsFilter()
-
-
Method Details
-
useECID
public static boolean useECID() -
doFilter
Description copied from interface:IIdcFilterExecute 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:
doFilterin interfaceIIdcFilter- Parameters:
ftype- Type of filter, typically this indicates where in the RIDC processing this filter was calledobjects- optional objects added depending on the IdcFilterType- See Also:
-