Uses of Class
org.isam.exehda.services.CellInformationBase.SelectionConstraint

Packages that use CellInformationBase.SelectionConstraint
org.isam.exehda.services   
org.isam.exehda.services.cib   
 

Uses of CellInformationBase.SelectionConstraint in org.isam.exehda.services
 

Subclasses of CellInformationBase.SelectionConstraint in org.isam.exehda.services
static class CellInformationBase.AttributeDefinedConstraint
           
static class CellInformationBase.CompositeSelectionConstraint
           
static class CellInformationBase.SimpleRegexpConstraint
           
 

Methods in org.isam.exehda.services that return CellInformationBase.SelectionConstraint
static CellInformationBase.SelectionConstraint CellInformationBase.SelectionConstraint.getInstance(java.lang.String xmldef)
          Describe getInstance method here.
 

Methods in org.isam.exehda.services with parameters of type CellInformationBase.SelectionConstraint
 CellInformationBase.ResourceName[] CellInformationBase.select(CellInformationBase.SelectionConstraint filter, int maxResults)
          Deprecated. Use the alterative select(SelectionConstraint, NameSpace, int) form.
 CellInformationBase.ResourceName[] CellInformationBase.select(CellInformationBase.SelectionConstraint filter, CellInformationBase.NameSpace ns, int maxResults)
           
 CellInformationBase.ResourceName[] CellInformationBase.select(CellInformationBase.SelectionConstraint sc, CellInformationBase.NameSpace[] ns, int maxResults)
          Deprecated. Use the alterative select(SelectionConstraint, NameSpace, int) form.
 void CellInformationBase.CompositeSelectionConstraint.addConstraint(CellInformationBase.SelectionConstraint c)
          Describe addConstraint method here.
 

Uses of CellInformationBase.SelectionConstraint in org.isam.exehda.services.cib
 

Methods in org.isam.exehda.services.cib with parameters of type CellInformationBase.SelectionConstraint
 CellInformationBase.ResourceName[] LdapBackEnd.select(CellInformationBase.SelectionConstraint sc, CellInformationBase.NameSpace[] ns, int maxResults)
           
 CellInformationBase.ResourceName[] LdapBackEnd.select(CellInformationBase.SelectionConstraint filter, int maxResults)
          Searches the cib for resources that match a certain SelectionConstraint
 CellInformationBase.ResourceName[] LdapBackEnd.select(CellInformationBase.SelectionConstraint filter, CellInformationBase.NameSpace ns, int maxResults)
          Searches the cib for resources that match a certain SelectionConstraint
 CellInformationBase.ResourceName[] CibBackEnd.select(CellInformationBase.SelectionConstraint filter, CellInformationBase.NameSpace ns, int maxResults)
           
 CellInformationBase.ResourceName[] HashtableBackEnd.select(CellInformationBase.SelectionConstraint sc, CellInformationBase.NameSpace ns, int maxResults)
           
 CellInformationBase.ResourceName[] CibImpl.select(CellInformationBase.SelectionConstraint sc, int maxResults)
           
 CellInformationBase.ResourceName[] CibImpl.select(CellInformationBase.SelectionConstraint sc, CellInformationBase.NameSpace[] ns, int maxResults)
           
 CellInformationBase.ResourceName[] CibImpl.select(CellInformationBase.SelectionConstraint sc, CellInformationBase.NameSpace ns, int maxResults)
           
 CellInformationBase.ResourceName[] CibImplClient.select(CellInformationBase.SelectionConstraint sc, CellInformationBase.NameSpace[] ns, int maxResults)
           
 CellInformationBase.ResourceName[] CibImplClient.select(CellInformationBase.SelectionConstraint sc, CellInformationBase.NameSpace ns, int maxResults)
           
 CellInformationBase.ResourceName[] CibImplClient.select(CellInformationBase.SelectionConstraint sc, int maxResults)