Skip navigation links


oracle.iam.identity.orgmgmt.vo
Class OrganizationManagerBulkResult

java.lang.Object
  extended by oracle.iam.identity.orgmgmt.vo.OrganizationManagerBulkResult

All Implemented Interfaces:
java.io.Serializable

public class OrganizationManagerBulkResult
extends java.lang.Object
implements java.io.Serializable

The OrganizationManagerBulkResult class is a value object and contains the result of bulk operation on organization entity.

See Also:
Serialized Form

Constructor Summary
OrganizationManagerBulkResult(java.lang.String status)
          Construct OrganizationManagerBulkResult with given status status

 

Method Summary
 java.util.Map getFailedResults()
          Provides a Map of failed result.
 java.lang.String getStatus()
          Gets the status of bulk organization operation result.
 java.util.List getSucceededResults()
          Provides List of success result containing GUID of the user for which operation succeeded.
 void setFailedResults(java.util.Map failedResults)
          Sets a Map of failed result.
 void setStatus(java.lang.String status)
          Sets the status of bulk organization operation result.
 void setSucceededResults(java.util.List succeededResults)
          Set the List of success result containing GUID of the organization for which operation succeeded.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

OrganizationManagerBulkResult

public OrganizationManagerBulkResult(java.lang.String status)
Construct OrganizationManagerBulkResult with given status status
Parameters:
status - The status of the result. Set status as 'COMPLETED' if the operation is successful. For bulk operation set status as 'COMPLETED' if bulk operation is successful for at least one organization.

Method Detail

setStatus

public void setStatus(java.lang.String status)
Sets the status of bulk organization operation result.
Parameters:
status - The status of the result. Set status as 'COMPLETED' if bulk operation is successful for at least one organization.

getStatus

public java.lang.String getStatus()
Gets the status of bulk organization operation result.
Returns:
The status of the result. The status is 'COMPLETED' if bulk operation is successful for at least one organization.

setFailedResults

public void setFailedResults(java.util.Map failedResults)
Sets a Map of failed result. The map contains mapping of GUID of the organization and the failure reason.
Parameters:
failedResults - A Map of failed result containing mapping of GUID of the organization and the failure reason.

getFailedResults

public java.util.Map getFailedResults()
Provides a Map of failed result. The map contains mapping of GUID of the organization and the failure reason.
Returns:
A Map of failed result containing mapping of GUID of the organization and the failure reason.

setSucceededResults

public void setSucceededResults(java.util.List succeededResults)
Set the List of success result containing GUID of the organization for which operation succeeded.
Parameters:
succeededResults - The List of success result containing GUID of the organization for which operation succeeded.

getSucceededResults

public java.util.List getSucceededResults()
Provides List of success result containing GUID of the user for which operation succeeded.
Returns:
A List of success result containing GUID of the user for which operation succeeded.

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.