Class RequestHistory

java.lang.Object
oracle.iam.request.vo.RequestHistory
All Implemented Interfaces:
Serializable

public class RequestHistory extends Object implements Serializable
This value object stores request history details for a request Request History object allows tracking following changes to a request
  • Status changes,
  • Addition of Beneficiary entity,
  • Deletion of Beneficiary entity,
  • Addition of Target entity,
  • Deletion of Target entity,
  • Request data changes
Author:
bkalita
See Also:
  • Field Details

    • STATUS_MODIFICATION_TYPE

      public static String STATUS_MODIFICATION_TYPE
      Constant that indicates modification to request is of Status change type
    • BENEFICIARY_ADDITION_TYPE

      public static String BENEFICIARY_ADDITION_TYPE
      Constant that indicates modification to request is addition of beneficiary
    • BENEFICIARY_REMOVAL_TYPE

      public static String BENEFICIARY_REMOVAL_TYPE
      Constant that indicates modification to request is deletion of beneficiary
    • ENTITY_ADDITION_TYPE

      public static String ENTITY_ADDITION_TYPE
      Constant that indicates modification to request is addition of target entity
    • ENTITY_REMOVAL_TYPE

      public static String ENTITY_REMOVAL_TYPE
      Constant that indicates modification to request is deletion of target entit y
    • ENTITY_DATA_CHANGE_TYPE

      public static String ENTITY_DATA_CHANGE_TYPE
      Constant that indicatesmodification to request is data change
  • Constructor Details

    • RequestHistory

      public RequestHistory()
  • Method Details