com.softwareag.centrasite.appl.framework.utils
Interface AssociationFilter


public interface AssociationFilter

A filter for associations. This is used to select a subset from a collection of classifications. For example, the subset might be removed or returned as a query result.


Method Summary
 boolean isSelected(javax.xml.registry.infomodel.Association pAssociation)
          Returns, whether the association is selected.
 

Method Detail

isSelected

boolean isSelected(javax.xml.registry.infomodel.Association pAssociation)
                   throws javax.xml.registry.JAXRException
Returns, whether the association is selected.

Throws:
javax.xml.registry.JAXRException