Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E56472-01


Uses of Interface
com.octetstring.vde.EntrySet

Packages that use EntrySet
com.octetstring.vde.backend   
com.octetstring.vde.chain   

 

Uses of EntrySet in com.octetstring.vde.backend

 

Methods in com.octetstring.vde.backend that return EntrySet
abstract  EntrySet Adapter.get(Credentials creds, DirectoryString base, int scope, Filter filter, boolean typesOnly, java.util.Vector<DirectoryString> attributes, Chain chain)
           

 

Methods in com.octetstring.vde.backend that return types with arguments of type EntrySet
 java.util.Vector<EntrySet> AdapterServiceInterface.get(java.util.HashMap<java.lang.Object,java.lang.Object> request, Credentials creds, DirectoryString base, int scope, Filter filter, boolean typesOnly, java.util.Vector<DirectoryString> attributes, java.util.Vector<EntrySet> results)
          The get method finds the appropriate adapters to perform searches against and passes the query to qualifying adapters and collects the results.
 java.util.Vector<EntrySet> BackendHandler.get(java.util.HashMap<java.lang.Object,java.lang.Object> request, Credentials creds, DirectoryString base, int scope, Filter filter, boolean typesOnly, java.util.Vector<DirectoryString> attributes, java.util.Vector<EntrySet> results)
          Finds the appropriate adapters to perform searches against and passes the appropriate information to those adapters.

 

Method parameters in com.octetstring.vde.backend with type arguments of type EntrySet
 java.util.Vector<EntrySet> AdapterServiceInterface.get(java.util.HashMap<java.lang.Object,java.lang.Object> request, Credentials creds, DirectoryString base, int scope, Filter filter, boolean typesOnly, java.util.Vector<DirectoryString> attributes, java.util.Vector<EntrySet> results)
          The get method finds the appropriate adapters to perform searches against and passes the query to qualifying adapters and collects the results.
 java.util.Vector<EntrySet> BackendHandler.get(java.util.HashMap<java.lang.Object,java.lang.Object> request, Credentials creds, DirectoryString base, int scope, Filter filter, boolean typesOnly, java.util.Vector<DirectoryString> attributes, java.util.Vector<EntrySet> results)
          Finds the appropriate adapters to perform searches against and passes the appropriate information to those adapters.

 

Uses of EntrySet in com.octetstring.vde.chain

 

Classes in com.octetstring.vde.chain that implement EntrySet
 class ChainEntrySet
          Adapters have different ways of managing a set of entries returned in a search.

 

Methods in com.octetstring.vde.chain that return EntrySet
 EntrySet ChainEntrySet.getBaseES()
           

 

Methods in com.octetstring.vde.chain with parameters of type EntrySet
 boolean ChainVector.add(EntrySet entrySet)
           
 void ChainVector.add(int index, EntrySet entrySet)
           
 void ChainVector.addElement(EntrySet entrySet)
           

 

Method parameters in com.octetstring.vde.chain with type arguments of type EntrySet
 void BasePlugin.get(Chain chain, Credentials creds, DirectoryString base, com.asn1c.core.Int8 scope, Filter filter, com.asn1c.core.Bool typesOnly, java.util.Vector<DirectoryString> attributes, java.util.Vector<EntrySet> result)
           
 void Plugin.get(Chain chain, Credentials creds, DirectoryString base, com.asn1c.core.Int8 scope, Filter filter, com.asn1c.core.Bool typesonly, java.util.Vector<DirectoryString> attributes, java.util.Vector<EntrySet> result)
          Moves through the "get" operation's chain
 void Chain.nextGet(Credentials creds, DirectoryString base, com.asn1c.core.Int8 scope, Filter filter, com.asn1c.core.Bool typesonly, java.util.Vector<DirectoryString> attributes, java.util.Vector<EntrySet> result)
          Moves through the global "get" operation's chain

 

Constructors in com.octetstring.vde.chain with parameters of type EntrySet
ChainEntrySet(EntrySet entrySet, int start)
           

 


Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E56472-01


Copyright © 2000-2015 Oracle and/or its affiliates. All Rights Reserved.