|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.itim.common.AttributeChanges
public class AttributeChanges
Encapsulates a collection of AttributeChangeOperation objects
| Constructor Summary | |
|---|---|
AttributeChanges()
Creates new AttributeChangeCollection |
|
AttributeChanges(java.util.Collection<AttributeChangeOperation> collection)
Creates new AttributeChanges with the given AttributeChangeOperation elements. |
|
| Method Summary | |
|---|---|
void |
add(AttributeChangeOperation element)
Add a new element to the collection |
void |
addAll(AttributeChanges changes)
Add all elements in given AttributeChanges objects to the collection |
AttributeChangeOperation |
get(java.lang.String name)
Get a single AttributeChangeOperation containing the AttributeValue with the AttributeValue object with the given name. |
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.lang.String |
toString()
This method will return a string representation of this object. |
java.util.Collection<AttributeChangeOperation> |
values()
Get the collection of AttributeChangeOperation objects |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeChanges()
public AttributeChanges(java.util.Collection<AttributeChangeOperation> collection)
collection - collection of AttributeChangeOperation elements| Method Detail |
|---|
public AttributeChangeIterator iterator()
iterator in interface java.lang.Iterable<AttributeChangeOperation>public void add(AttributeChangeOperation element)
element - An element to add to the collectionpublic void addAll(AttributeChanges changes)
changes - AttributeChanges object to add to the collection.public int size()
public java.util.Collection<AttributeChangeOperation> 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 retrieve for
public AttributeChangeOperation get(java.lang.String name)
name - The name of the AttributeValue object to retrieve
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||