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

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

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

Fields in org.isam.exehda.services declared as CellInformationBase.NameSpace
static CellInformationBase.NameSpace CellInformationBase.NameSpace.DEFAULT_NS
           
(package private)  CellInformationBase.NameSpace CellInformationBase.NameSpace.parent
           
 

Methods in org.isam.exehda.services that return CellInformationBase.NameSpace
 CellInformationBase.NameSpace CellInformationBase.NameSpace.getParent()
          Describe getParent method here.
 CellInformationBase.NameSpace CellInformationBase.ResourceName.getNameSpace()
          Describe getNameSpace method here.
 

Methods in org.isam.exehda.services with parameters of type CellInformationBase.NameSpace
 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.
 CellInformationBase.ResourceName[] CellInformationBase.selectByName(java.lang.String n, CellInformationBase.NameSpace ns, int maxResults)
          Describe selectByName method here.
 CellInformationBase.ResourceName[] CellInformationBase.selectByType(java.lang.String t, CellInformationBase.NameSpace ns, int maxResults)
          Describe selectByType method here.
 boolean CellInformationBase.NameSpace.contains(CellInformationBase.NameSpace ns)
          Describe contains method here.
 

Constructors in org.isam.exehda.services with parameters of type CellInformationBase.NameSpace
CellInformationBase.NameSpace(CellInformationBase.NameComponent cn, CellInformationBase.NameSpace parent)
          Creates a new NameSpace instance.
CellInformationBase.NameSpace(java.lang.String t, java.lang.String v, CellInformationBase.NameSpace parent)
          Creates a new NameSpace instance.
CellInformationBase.ResourceName(java.lang.String type, java.lang.String instance, CellInformationBase.NameSpace ns)
          Creates a new ResourceName instance.
CellInformationBase.ResourceName(java.lang.String cn, CellInformationBase.NameSpace ns)
          Creates a new ResourceName instance.
 

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

Methods in org.isam.exehda.services.cib with parameters of type CellInformationBase.NameSpace
 CellInformationBase.ResourceName[] LdapBackEnd.select(CellInformationBase.SelectionConstraint sc, CellInformationBase.NameSpace[] ns, int maxResults)
           
 CellInformationBase.ResourceName[] LdapBackEnd.select(CellInformationBase.SelectionConstraint filter, CellInformationBase.NameSpace ns, int maxResults)
          Searches the cib for resources that match a certain SelectionConstraint
 CellInformationBase.ResourceName[] LdapBackEnd.selectByName(java.lang.String n, CellInformationBase.NameSpace ns, int maxResults)
          Searches the cib for resources that hava a certain name and that are inside a given namespace
 CellInformationBase.ResourceName[] LdapBackEnd.selectByType(java.lang.String t, CellInformationBase.NameSpace ns, int maxResults)
          Searches the cib for resources that hava a certain type and that are inside a given namespace
 java.lang.String LdapBackEnd.convertToLdap(CellInformationBase.NameSpace ns)
          converts a given NameSpace into a string representation that can be understood by a ldap server
 CellInformationBase.ResourceName[] CibBackEnd.select(CellInformationBase.SelectionConstraint filter, CellInformationBase.NameSpace ns, int maxResults)
           
 CellInformationBase.ResourceName[] CibBackEnd.selectByName(java.lang.String n, CellInformationBase.NameSpace ns, int maxResults)
           
 CellInformationBase.ResourceName[] CibBackEnd.selectByType(java.lang.String t, CellInformationBase.NameSpace ns, int maxResults)
           
 CellInformationBase.ResourceName[] HashtableBackEnd.select(CellInformationBase.SelectionConstraint sc, CellInformationBase.NameSpace ns, int maxResults)
           
 CellInformationBase.ResourceName[] HashtableBackEnd.selectByName(java.lang.String n, CellInformationBase.NameSpace ns, int maxResults)
           
 CellInformationBase.ResourceName[] HashtableBackEnd.selectByType(java.lang.String t, CellInformationBase.NameSpace ns, 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[] CibImpl.selectByName(java.lang.String n, CellInformationBase.NameSpace ns, int maxResults)
           
 CellInformationBase.ResourceName[] CibImpl.selectByType(java.lang.String t, 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.selectByName(java.lang.String n, CellInformationBase.NameSpace ns, int maxResults)
           
 CellInformationBase.ResourceName[] CibImplClient.selectByType(java.lang.String t, CellInformationBase.NameSpace ns, int maxResults)