Class RoleCertificationStats

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

public class RoleCertificationStats extends CertificationStats
See Also:
  • Constructor Details

    • RoleCertificationStats

      public RoleCertificationStats(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, AccessPolicy, AccessPolicyEntitlementDefn
    • computeRolePercentComplete

      public Double computeRolePercentComplete(long uRoleAsgnTotal, long uRoleAsgnComplete, long uPolTotal, long uPolComplete, long uPolEntDefnTotal, long uPolEntDefnComplete)
      Compute user percent complete as the ratio of total count to total complete for all "line item details" Line item details: RoleAsgn, AccessPolicy, AccessPolicyEntDefn
    • getRolePercentComplete

      public double getRolePercentComplete(long roleEntityId)
      Return percent complete for specified role
      Parameters:
      roleEntityId -
      Returns:
      Percent complete for the role
    • setRolePercentCompleteMap

      public void setRolePercentCompleteMap(Map<Long,Double> tmpMap)
    • getRoleRoleAsgnTotal

      public long getRoleRoleAsgnTotal(long roleEntityId)
      Return RoleAsgn (role member) total for specified role
      Parameters:
      roleEntityId -
      Returns:
      total count for the role
    • setRoleRoleAsgnTotalMap

      public void setRoleRoleAsgnTotalMap(Map<Long,Long> tmpMap)
    • getRoleRolePolicyTotal

      public long getRoleRolePolicyTotal(long roleEntityId)
      Return policy total for specified role
      Parameters:
      roleEntityId -
      Returns:
      total count for the role
    • setRoleRolePolicyTotalMap

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

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

      public void setRoleTotal(long roleTotal)
    • getRoleTotal

      public long getRoleTotal()
    • setRoleComplete

      public void setRoleComplete(long roleComplete)
    • getRoleComplete

      public long getRoleComplete()
    • setRoleAsgnTotal

      public void setRoleAsgnTotal(long roleAsgnTotal)
    • getRoleAsgnTotal

      public long getRoleAsgnTotal()
    • setRoleAsgnComplete

      public void setRoleAsgnComplete(long roleAsgnComplete)
    • getRoleAsgnComplete

      public long getRoleAsgnComplete()
    • setPolicyTotal

      public void setPolicyTotal(long policyTotal)
    • getPolicyTotal

      public long getPolicyTotal()
    • setPolicyComplete

      public void setPolicyComplete(long policyComplete)
    • getPolicyComplete

      public long getPolicyComplete()
    • setPolicyEntitlementDefnTotal

      public void setPolicyEntitlementDefnTotal(long policyEntitlementDefnTotal)
    • getPolicyEntitlementDefnTotal

      public long getPolicyEntitlementDefnTotal()
    • setPolicyEntitlementDefnComplete

      public void setPolicyEntitlementDefnComplete(long policyEntitlementDefnComplete)
    • getPolicyEntitlementDefnComplete

      public long getPolicyEntitlementDefnComplete()