org.ucmtwine.proxy
Class FilterProxy
java.lang.Object
org.ucmtwine.proxy.FilterProxy
- All Implemented Interfaces:
- intradoc.shared.FilterImplementor
public class FilterProxy
- extends Object
- implements intradoc.shared.FilterImplementor
| Fields inherited from interface intradoc.shared.FilterImplementor |
ABORT, CONTINUE, FINISHED, IDC_VERSION_INFO |
|
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 |
FilterProxy
public FilterProxy()
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.