Skip navigation links


oracle.iam.identity.orgmgmt.vo
Class OrganizationManagerResult

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

All Implemented Interfaces:
java.io.Serializable

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

The OrganizationManagerResult class is a value object class containing the result of an operation on organization entity.

See Also:
Serialized Form

Constructor Summary
OrganizationManagerResult()
          Construct a blank OrganizationManagerResult
OrganizationManagerResult(java.lang.String entityId, java.lang.String status, java.lang.String errorCode)
          Construct OrganizationManagerResult with given GUID entityId, status status and error code errorCode

 

Method Summary
 java.lang.String getEntityId()
          Provides the GUID of the organization the result belongs to.
 java.lang.String getErrorCode()
          Provides the error code.
 java.lang.String getStatus()
          Provides the result status of the operation.

 

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

 

Constructor Detail

OrganizationManagerResult

public OrganizationManagerResult()
Construct a blank OrganizationManagerResult

OrganizationManagerResult

public OrganizationManagerResult(java.lang.String entityId,
                                 java.lang.String status,
                                 java.lang.String errorCode)
Construct OrganizationManagerResult with given GUID entityId, status status and error code errorCode
Parameters:
entityId - The GUID of the organization
status - The status of the result. The status is 'COMPLETED' if the operation is successful.
errorCode - The reason of failure

Method Detail

getEntityId

public java.lang.String getEntityId()
Provides the GUID of the organization the result belongs to.
Returns:
The GUID of the organization the result belongs to.

getStatus

public java.lang.String getStatus()
Provides the result status of the operation.
Returns:
The result status of the operation. The status is 'COMPLETED' if the operation is successful.

getErrorCode

public java.lang.String getErrorCode()
Provides the error code. Used when the operation is failed.
Returns:
The result status of the operation. The status is 'COMPLETED' if the operation is successful.

Skip navigation links


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