|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.ldap.container.map.BasicEntrySetBinding
public class BasicEntrySetBinding
| Constructor Summary | |
|---|---|
BasicEntrySetBinding()
Create a new entry binding. |
|
| Method Summary | |
|---|---|
void |
addBinding(BasicEntrySet entrySet,
BasicAttributeBinding binding)
Add a binding. |
BasicAttributeBinding |
findBinding(EntrySet entrySet,
java.lang.String attribute,
java.net.URI uri)
Finds the binding for the given entry set, attribute and URI. |
java.util.Set<java.lang.String> |
getAllAttributes()
Gets all the bound attributes for all the entry sets. |
java.util.List<BasicAttributeBinding> |
getBinding(EntrySet entrySet)
Get the attribute binding that applies to the provided EntrySet. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicEntrySetBinding()
| Method Detail |
|---|
public void addBinding(BasicEntrySet entrySet,
BasicAttributeBinding binding)
EntryBinding
addBinding in interface EntryBinding<BasicAttributeBinding>entrySet - EntrySet the attribute bindings apply to.binding - Attribute bindings to apply for the provided EntrySet.public java.util.List<BasicAttributeBinding> getBinding(EntrySet entrySet)
EntryBinding
getBinding in interface EntryBinding<BasicAttributeBinding>entrySet - EntrySet.
public BasicAttributeBinding findBinding(EntrySet entrySet,
java.lang.String attribute,
java.net.URI uri)
EntryBinding
findBinding in interface EntryBinding<BasicAttributeBinding>entrySet - The entry set to scan for a matchattribute - the attribute of the binding to matchuri - the uri of the binding to match
public java.util.Set<java.lang.String> getAllAttributes()
EntryBinding
getAllAttributes in interface EntryBinding<BasicAttributeBinding>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||