Novell exteNd
Director 5.0 API

com.sssw.fw.persist.jndi.api
Interface EbiJndiMetaDataQuery

All Superinterfaces:
EbiJndiQuery, EbiMetaDataQuery, EbiQuery, EbiQueryBase, Serializable

public interface EbiJndiMetaDataQuery
extends EbiMetaDataQuery, EbiJndiQuery

This interface defines a generic LDAP query. It's used to construct queries that return results in various formats including metadata.


Fields inherited from interface com.sssw.fw.api.EbiMetaDataQuery
LDAP_APPROX, LDAP_BETWEEN, LDAP_ENDS_WITH, LDAP_EQUAL, LDAP_GEQ, LDAP_GREATER, LDAP_IN, LDAP_LEQ, LDAP_LESS, LDAP_MATCH, LDAP_PRESENCE, LDAP_STARTS_WITH, OP_BETWEEN, OP_IN, OP_IS_NULL, ROP_EQUAL, ROP_GEQ, ROP_GREATER, ROP_LEQ, ROP_LESS, SOP_ENDS_WITH, SOP_EQUALS_IGNORE_CASE, SOP_LIKE, SOP_LIKE_IGNORE_CASE, SOP_STARTS_WITH
 
Methods implemented from interface com.sssw.fw.api.EbiMetaDataQuery
getSelectedColumnIndices, getWhere, isHierarchical, setWhere
 
Methods implemented from interface com.sssw.fw.persist.jndi.api.EbiJndiQuery
addOrderBy, addSelect, clear, getArguments, getContextName, getCountLimit, getDirContext, getReturningAttributes, getSearchControls, getSearchScope, getTimeLimit, setArguments, setContextName, setCountLimit, setDirContext, setSearchScope, setTimeLimit, whereAttributeBetween, whereAttributeIn, whereAttributeOp, whereAttributeOpWithArg, whereAttributeOpWithAttrArg
 


Novell exteNd
Director 5.0 API