Uses of Class
com.ibm.itim.apps.BulkException

Packages that use BulkException
com.ibm.itim.apps Provides a remotable application programming interface for provisioning specific functions. 
com.ibm.itim.apps.identity Extends the com.ibm.itim.apps package to provide a remotable application programming interface for identity management. 
 

Uses of BulkException in com.ibm.itim.apps
 

Methods in com.ibm.itim.apps that return BulkException
 BulkException BulkRequest.getException()
          Returns the exception holding the failed portion (if any) of the bulk request.
 BulkException BulkRequest.getException()
          Returns the exception holding the failed portion (if any) of the bulk request.
 

Constructors in com.ibm.itim.apps with parameters of type BulkException
BulkRequest(PlatformContext platform, javax.security.auth.Subject subject, long id, BulkException exception)
          Creates a BulkRequest.
BulkRequest(PlatformContext platform, javax.security.auth.Subject subject, long id, BulkException exception)
          Creates a BulkRequest.
BulkRequest(PlatformContext platform, javax.security.auth.Subject subject, long id, java.util.Date scheduledTime, BulkException exception)
          Constructs with a user Context, request id, and scheduled time.
BulkRequest(PlatformContext platform, javax.security.auth.Subject subject, long id, java.util.Date scheduledTime, BulkException exception)
          Constructs with a user Context, request id, and scheduled time.
 

Uses of BulkException in com.ibm.itim.apps.identity
 

Methods in com.ibm.itim.apps.identity that throw BulkException
 Request PersonManager.remove(java.util.Collection collection, java.util.Date scheduledTime)
          This API removes the person objects and associated individual accounts from the provisioning platform.
 Request PersonManager.remove(java.util.Collection collection, java.util.Date scheduledTime)
          This API removes the person objects and associated individual accounts from the provisioning platform.
 Request PersonManager.restore(java.util.Collection collection, java.util.Date scheduledTime)
          This API restores users and based on the property com.ibm.itim.personManagement.suspendRestorePersonWithAccounts in enRole.properties also restores individual accounts of the users.
 Request PersonManager.restore(java.util.Collection collection, java.util.Date scheduledTime)
          This API restores users and based on the property com.ibm.itim.personManagement.suspendRestorePersonWithAccounts in enRole.properties also restores individual accounts of the users.
 Request PersonManager.suspend(java.util.Collection collection, java.util.Date scheduledTime)
          This API suspends users and based on the property com.ibm.itim.personManagement.suspendRestorePersonWithAccounts in enRole.properties also suspends individual accounts of the users.
 Request PersonManager.suspend(java.util.Collection collection, java.util.Date scheduledTime)
          This API suspends users and based on the property com.ibm.itim.personManagement.suspendRestorePersonWithAccounts in enRole.properties also suspends individual accounts of the users.
 Request PersonManager.unManage(java.util.Collection collection, java.util.Date scheduledTime)
          Removes person objects only from the provisioning platform.
 Request PersonManager.unManage(java.util.Collection collection, java.util.Date scheduledTime)
          Removes person objects only from the provisioning platform.
 



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.