org.ucmtwine.proxy
Class FilterProxy

java.lang.Object
  extended by org.ucmtwine.proxy.FilterProxy
All Implemented Interfaces:
intradoc.shared.FilterImplementor

public class FilterProxy
extends Object
implements intradoc.shared.FilterImplementor


Field Summary
 
Fields inherited from interface intradoc.shared.FilterImplementor
ABORT, CONTINUE, FINISHED, IDC_VERSION_INFO
 
Constructor Summary
FilterProxy()
           
 
Method Summary
 int doFilter(intradoc.data.Workspace ws, intradoc.data.DataBinder binder, intradoc.common.ExecutionContext ctx)
          Main entry point which will delegate to the filter method with dependency injection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterProxy

public FilterProxy()
Method Detail

doFilter

public int doFilter(intradoc.data.Workspace ws,
                    intradoc.data.DataBinder binder,
                    intradoc.common.ExecutionContext ctx)
             throws intradoc.data.DataException,
                    intradoc.common.ServiceException
Main entry point which will delegate to the filter method with dependency injection.

Specified by:
doFilter in interface intradoc.shared.FilterImplementor
Throws:
intradoc.data.DataException
intradoc.common.ServiceException


Copyright © 2012. All Rights Reserved.