| Package | Description |
|---|---|
| com.ibm.itim.workflow.model |
Provides a model and an applications programming interface for the workflow
engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PackagedApprovalDecisionItem
This class extends the PackagedApprovalItem class to add information about
the decision for a particular item.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PackagedApprovalItem> |
PackagedApprovalItem.getChildren()
Returns a reference to the list of children, possibly empty, but not null.
|
java.util.List<PackagedApprovalItem> |
PackagedApprovalDocument.getDocumentItems()
Retrieves the list of approval items in this document.
|
java.util.List<PackagedApprovalItem> |
PackagedApprovalDocument.getItemsByType(PackagedApprovalItem.ItemType itemType)
Searches the document for any top-level items with the specified
ItemType. |
java.util.List<PackagedApprovalItem> |
PackagedApprovalDocument.getItemsByTypeAndDecision(PackagedApprovalItem.ItemType itemType,
java.lang.String decisionCode)
Searches the document for any top-level items with both the specified
ItemType
and String decision code. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PackagedApprovalDocument.addItem(PackagedApprovalItem item)
Adds the specified
PackagedApprovalItem to the items list. |
| Modifier and Type | Method and Description |
|---|---|
void |
PackagedApprovalItem.setChildren(java.util.List<PackagedApprovalItem> children)
Updates the list of children.
|
void |
PackagedApprovalDocument.setDocumentItems(java.util.List<PackagedApprovalItem> documentItems)
Sets the list of approval items in this document.
|
| Constructor and Description |
|---|
PackagedApprovalDecisionItem(PackagedApprovalItem.ItemType t,
java.lang.String id,
java.util.List<PackagedApprovalItem> c)
Constructs a
PackagedApprovalDecisionItem with the specified
type and String identifier and no decision. |
PackagedApprovalDocument(java.util.List<PackagedApprovalItem> itemList)
Constructs a packaged approval document with the specified
list of approval items, which should be non-null.
|
PackagedApprovalDocument(java.lang.String comments,
java.util.List<PackagedApprovalItem> itemList)
Constructs a packaged approval document with the specified
comments and list of approval items, which should be non-null.
|
PackagedApprovalItem(PackagedApprovalItem.ItemType t,
java.lang.String id,
java.util.List<PackagedApprovalItem> c)
Constructs a
PackagedApprovalItem with the specified
type and String identifier. |
IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.