Uses of Class
com.ibm.itim.apps.provisioning.ManualWorkOrder.OperationType

Packages that use ManualWorkOrder.OperationType
com.ibm.itim.apps.provisioning Extends the com.ibm.itim.apps package to provide a remotable application programming interface for Account, Service, and Password management. 
 

Uses of ManualWorkOrder.OperationType in com.ibm.itim.apps.provisioning
 

Methods in com.ibm.itim.apps.provisioning that return ManualWorkOrder.OperationType
static ManualWorkOrder.OperationType[] ManualWorkOrder.getAllOperations()
          Retrieves all the allowed operations as an array of type OperationType.
static ManualWorkOrder.OperationType ManualWorkOrder.OperationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ManualWorkOrder.OperationType[] ManualWorkOrder.OperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ibm.itim.apps.provisioning that return types with arguments of type ManualWorkOrder.OperationType
 java.util.Map<ManualWorkOrder.OperationType,NotificationTemplate> ManualWorkOrder.getOperationNotifications()
          Retrieves the map of operation notification template pairs.
 

Methods in com.ibm.itim.apps.provisioning with parameters of type ManualWorkOrder.OperationType
 NotificationTemplate ManualWorkOrder.getNotification(ManualWorkOrder.OperationType operation)
          Retrieves the notification template associated with the operation.
 void ManualWorkOrder.setNotification(ManualWorkOrder.OperationType operation, NotificationTemplate notification)
          Sets the notification template for the specified operation.
 

Method parameters in com.ibm.itim.apps.provisioning with type arguments of type ManualWorkOrder.OperationType
 void ManualWorkOrder.setOperationNotification(java.util.HashMap<ManualWorkOrder.OperationType,NotificationTemplate> operationNotification)
          Sets the map of operation notifications.
 

Constructor parameters in com.ibm.itim.apps.provisioning with type arguments of type ManualWorkOrder.OperationType
ManualWorkOrder(Participant participant, long escalationPeriod, Participant escalationParticipant, boolean defaultNotification, java.util.HashMap<ManualWorkOrder.OperationType,NotificationTemplate> operationNotification)
          Create a ManualWorkOrder object.
 



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.