Class AppInstCertificationStats

java.lang.Object
oracle.iam.certification.vo.CertificationStats
oracle.iam.certification.vo.AppInstCertificationStats
All Implemented Interfaces:
Serializable

public class AppInstCertificationStats extends CertificationStats
See Also:
  • Constructor Details

    • AppInstCertificationStats

      public AppInstCertificationStats(long certId, String taskUid)
      Constructor
      Parameters:
      certId -
      taskUid -
  • Method Details

    • computePercentComplete

      public void computePercentComplete()
      Compute percent complete as the ratio of total count to total complete for all "line item details" Line item details: RoleAsgn, Account, EntitlementAsgn, AccessPolicy, AccessPolicyEntitlementDefn
    • computeAppInstPercentComplete

      public Double computeAppInstPercentComplete(long uAcctTotal, long uAcctComplete, long uEntAsgnTotal, long uEntAsgnComplete)
      Compute appInst percent complete as the ratio of total count to total complete for all "line item details" Line item details: Account, EntAsgn
    • getAppInstPercentComplete

      public double getAppInstPercentComplete(long appInstEntityId)
      Return percent complete for specified appInst
      Parameters:
      appInstEntityId -
      Returns:
      Percent complete for the user
    • setAppInstPercentCompleteMap

      public void setAppInstPercentCompleteMap(Map<Long,Double> tmpMap)
    • getAppInstAcctTotal

      public long getAppInstAcctTotal(long appInstEntityId)
      Return account total for specified appInst
      Parameters:
      appInstEntityId -
      Returns:
      total count for the appInst
    • setAppInstAcctTotalMap

      public void setAppInstAcctTotalMap(Map<Long,Long> tmpMap)
    • getAppInstEntAsgnTotal

      public long getAppInstEntAsgnTotal(long appInstEntityId)
      Return EntAsgn total for specified appInst
      Parameters:
      appInstEntityId -
      Returns:
      total count for the appInst
    • setAppInstEntAsgnTotalMap

      public void setAppInstEntAsgnTotalMap(Map<Long,Long> tmpMap)
    • getPercentComplete

      public double getPercentComplete()
      Specified by:
      getPercentComplete in class CertificationStats
    • setAppInstTotal

      public void setAppInstTotal(long appInstTotal)
    • getAppInstTotal

      public long getAppInstTotal()
    • setAppInstComplete

      public void setAppInstComplete(long appInstComplete)
    • getAppInstComplete

      public long getAppInstComplete()
    • setAccountTotal

      public void setAccountTotal(long accountTotal)
    • getAccountTotal

      public long getAccountTotal()
    • setAccountComplete

      public void setAccountComplete(long accountComplete)
    • getAccountComplete

      public long getAccountComplete()
    • setEntitlementAsgnTotal

      public void setEntitlementAsgnTotal(long entitlementAsgnTotal)
    • getEntitlementAsgnTotal

      public long getEntitlementAsgnTotal()
    • setEntitlementAsgnComplete

      public void setEntitlementAsgnComplete(long entitlementAsgnComplete)
    • getEntitlementAsgnComplete

      public long getEntitlementAsgnComplete()