Package oracle.iam.identity.orgmgmt.vo
Class OrganizationManagerResult
java.lang.Object
oracle.iam.identity.orgmgmt.vo.OrganizationManagerResult
- All Implemented Interfaces:
Serializable
The
OrganizationManagerResult class is a value object class containing the
result of an operation on Organization entity.- Author:
- abhimanyu seth
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a blankOrganizationManagerResultOrganizationManagerResult(String entityId, String status, String errorCode) ConstructOrganizationManagerResultwith given GUIDentityId, statusstatusand error codeerrorCode -
Method Summary
Modifier and TypeMethodDescriptionReturns the GUID of the Organization the result belongs to.Returns the error code.Returns the result status of the operation.
-
Constructor Details
-
OrganizationManagerResult
public OrganizationManagerResult()Construct a blankOrganizationManagerResult -
OrganizationManagerResult
ConstructOrganizationManagerResultwith given GUIDentityId, statusstatusand error codeerrorCode- Parameters:
entityId- The GUID of the Organizationstatus- The status of the result. The status is 'COMPLETED' if the operation is successful.errorCode- The reason of failure
-
-
Method Details
-
getEntityId
Returns the GUID of the Organization the result belongs to.- Returns:
- The GUID of the Organization the result belongs to.
-
getStatus
Returns the result status of the operation.- Returns:
- The result status of the operation. The status is 'COMPLETED' if the operation is successful.
-
getErrorCode
Returns the error code. Used when the operation failed.- Returns:
- The error code associated with exception.
-