com.centrasite.jaxr.filter
Interface CentraSiteFilterManagerInterface


Deprecated. use lcmAPI instead

public interface CentraSiteFilterManagerInterface

The CentraSiteFilterManager supports calling the filter instances.


Method Summary
 void close()
          Deprecated. Close all filter instances.
 java.util.Collection getFilterInstances(javax.xml.registry.infomodel.Concept typeConcept)
          Deprecated. For the given object type return the collection of filter instances.
 

Method Detail

getFilterInstances

java.util.Collection getFilterInstances(javax.xml.registry.infomodel.Concept typeConcept)
                                        throws javax.xml.registry.JAXRException
Deprecated. 
For the given object type return the collection of filter instances.

Parameters:
typeConcept - the object type concept
Returns:
the collection of filter instances. Maybe empty but not null.
Throws:
javax.xml.registry.JAXRException

close

void close()
           throws javax.xml.registry.JAXRException
Deprecated. 
Close all filter instances.

Throws:
javax.xml.registry.JAXRException