Class DmsFilter

java.lang.Object
oracle.stellent.ridc.filter.dms.DmsFilter
All Implemented Interfaces:
IIdcFilter

public final class DmsFilter extends Object implements IIdcFilter
  • Constructor Details

    • DmsFilter

      public DmsFilter()
  • Method Details

    • useECID

      public static boolean useECID()
    • doFilter

      public void doFilter(IdcFilterType ftype, Object... objects)
      Description copied from interface: IIdcFilter
      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: