Skip navigation links


oracle.iam.identity.orgmgmt.vo
Class OrganizationValidationResult

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

All Implemented Interfaces:
java.io.Serializable

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

The OrganizationValidationResult class is a value object class containing the result of validation operation on Organization entity.

See Also:
Serialized Form

Nested Class Summary
static class OrganizationValidationResult.Status
           

 

Constructor Summary
OrganizationValidationResult(java.lang.String entityId, OrganizationValidationResult.Status status, java.lang.String errorCode)
          Construct OrganizationValidationResult with given GUID entityId, status status and error code errorCode

 

Method Summary
 java.lang.String getEntityId()
          Returns the GUID of the Organization the result belongs to.
 java.lang.String getErrorCode()
          Returns the error code.
 OrganizationValidationResult.Status getValidationStatus()
          Returns the result status of the operation.

 

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

 

Constructor Detail

OrganizationValidationResult

public OrganizationValidationResult(java.lang.String entityId,
                                    OrganizationValidationResult.Status status,
                                    java.lang.String errorCode)
Construct OrganizationValidationResult 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 'SUCCESS' if the operation is successful.
errorCode - The reason of failure

Method Detail

getEntityId

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

getValidationStatus

public OrganizationValidationResult.Status getValidationStatus()
Returns the result status of the operation.
Returns:
The result status of the operation. The status is 'SUCCESS' if the operation is successful.

getErrorCode

public java.lang.String getErrorCode()
Returns the error code. Used when the validation operation failed.
Returns:
The error code associated with exception.

Skip navigation links


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