|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |