|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.common.AttributeChanges
Encapsulates a collection of AttributeChangeOperation objects
Constructor Summary | |
AttributeChanges()
Creates new AttributeChangeCollection |
|
AttributeChanges(java.util.Collection collection)
Creates new AttributeChanges with the given AttributeChangeOperation elements. |
Method Summary | |
void |
add(AttributeChangeOperation element)
Add a new element to the collection |
AttributeChangeOperation |
get(java.lang.String name,
java.lang.Object value)
Get a single AttributeChangeOperation containing the AttributeValue with the AttributeValue object with the given name and value. |
AttributeChangeIterator |
iterator()
Creates an iterator to iterate over elements in the collection |
int |
size()
Returns the number of AttributeChangeOperation objects |
java.util.Collection |
values()
Get the collection of AttributeChangeOperation objects |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeChanges()
public AttributeChanges(java.util.Collection collection)
collection
- collection of AttributeChangeOperation elementsMethod Detail |
public AttributeChangeIterator iterator()
public void add(AttributeChangeOperation element)
element
- An element to add to the collectionpublic int size()
public java.util.Collection values()
public AttributeChangeOperation get(java.lang.String name, java.lang.Object value)
name
- The name of the AttributeValue object to retrievevalue
- The value of the change operation to retreive for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |