|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImpactItem | |
---|---|
com.ibm.itim.apps.workflow | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Workflow Process and Activity management. |
Uses of ImpactItem in com.ibm.itim.apps.workflow |
---|
Methods in com.ibm.itim.apps.workflow that return types with arguments of type ImpactItem | |
---|---|
java.util.List<ImpactItem> |
UserRecertificationCompletionImpact.getAccountImpactList()
Returns a List of ImpactItems representing the account impacts of completing the user recertification assignment. |
java.util.List<ImpactItem> |
ImpactItem.getChildImpactList()
Returns a reference to the List of child ImpactItems, which may contain the affected children of this item. |
Method parameters in com.ibm.itim.apps.workflow with type arguments of type ImpactItem | |
---|---|
void |
UserRecertificationCompletionImpact.setAccountImpactList(java.util.List<ImpactItem> accountImpactList)
Sets the List of ImpactItems for accounts |
Constructor parameters in com.ibm.itim.apps.workflow with type arguments of type ImpactItem | |
---|---|
ImpactItem(java.lang.Object o,
ImpactReason reason,
java.util.List<ImpactItem> childItems)
Constructs an ImpactItem for the specified object with the specified reason, along with a List of child ImpactItem. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |