|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeChangeOperation | |
---|---|
com.ibm.itim.common | Provides a set of common classes that are used in many places in ITIM. |
com.ibm.itim.dataservices.model.domain | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the core elements of the data model. |
Uses of AttributeChangeOperation in com.ibm.itim.common |
---|
Methods in com.ibm.itim.common that return AttributeChangeOperation | |
---|---|
AttributeChangeOperation |
AttributeChanges.get(java.lang.String name)
Get a single AttributeChangeOperation containing the AttributeValue with the AttributeValue object with the given name. |
AttributeChangeOperation |
AttributeChanges.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. |
AttributeChangeOperation |
AttributeChangeIterator.next()
Gets the next element in the sequence and advances the iterator |
Methods in com.ibm.itim.common that return types with arguments of type AttributeChangeOperation | |
---|---|
java.util.Collection<AttributeChangeOperation> |
AttributeChanges.values()
Get the collection of AttributeChangeOperation objects |
Methods in com.ibm.itim.common with parameters of type AttributeChangeOperation | |
---|---|
void |
AttributeChanges.add(AttributeChangeOperation element)
Add a new element to the collection |
Constructor parameters in com.ibm.itim.common with type arguments of type AttributeChangeOperation | |
---|---|
AttributeChangeIterator(java.util.Collection<AttributeChangeOperation> collection)
Creates new AttributeChangeIterator. |
|
AttributeChanges(java.util.Collection<AttributeChangeOperation> collection)
Creates new AttributeChanges with the given AttributeChangeOperation elements. |
Uses of AttributeChangeOperation in com.ibm.itim.dataservices.model.domain |
---|
Methods in com.ibm.itim.dataservices.model.domain that return AttributeChangeOperation | |
---|---|
AttributeChangeOperation |
ComplianceIssue.getOperation()
Returns the operation needed to resolve the compliance issue. |
Methods in com.ibm.itim.dataservices.model.domain with parameters of type AttributeChangeOperation | |
---|---|
void |
ComplianceIssue.setOperation(AttributeChangeOperation operation)
Changes the operation needed to resolve the compliance issue. |
Constructors in com.ibm.itim.dataservices.model.domain with parameters of type AttributeChangeOperation | |
---|---|
ComplianceIssue(AttributeChangeOperation operation)
Constructs with full set of parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |