Uses of Class
com.ibm.itim.workflow.model.PackagedApprovalItem.ItemType

Packages that use PackagedApprovalItem.ItemType
com.ibm.itim.workflow.model Provides a model and an applications programming interface for the workflow engine. 
 

Uses of PackagedApprovalItem.ItemType in com.ibm.itim.workflow.model
 

Methods in com.ibm.itim.workflow.model that return PackagedApprovalItem.ItemType
 PackagedApprovalItem.ItemType PackagedApprovalItem.getItemType()
          Returns the item type.
static PackagedApprovalItem.ItemType PackagedApprovalItem.ItemType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PackagedApprovalItem.ItemType[] PackagedApprovalItem.ItemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ibm.itim.workflow.model with parameters of type PackagedApprovalItem.ItemType
 int PackagedApprovalDocument.countDecisionItemsByType(PackagedApprovalItem.ItemType itemType, boolean includeChildren)
          Examines the document to count the number of items supporting a decision of the specified type.
 int PackagedApprovalDocument.countItemsByType(PackagedApprovalItem.ItemType itemType, boolean includeChildren)
          Examines the document to count the number of items of the specified type.
 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.
 void PackagedApprovalItem.setItemType(PackagedApprovalItem.ItemType type)
          Updates the type of this item.
 

Constructors in com.ibm.itim.workflow.model with parameters of type PackagedApprovalItem.ItemType
PackagedApprovalDecisionItem(PackagedApprovalItem.ItemType t, java.lang.String id)
          Constructs a PackagedApprovalDecisionItem with the specified type and String identifier.
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.
PackagedApprovalItem(PackagedApprovalItem.ItemType t, java.lang.String id)
          Constructs a PackagedApprovalItem with the specified type and String identifier.
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.