Package oracle.iam.certification.vo
Class RoleCertificationStats
java.lang.Object
oracle.iam.certification.vo.CertificationStats
oracle.iam.certification.vo.RoleCertificationStats
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCompute percent complete as the ratio of total count to total complete for all "line item details" Line item details: RoleAsgn, AccessPolicy, AccessPolicyEntitlementDefncomputeRolePercentComplete(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, AccessPolicyEntDefndoublelonglonglonglonglonglonglongdoublegetRolePercentComplete(long roleEntityId) Return percent complete for specified rolelonggetRoleRoleAsgnTotal(long roleEntityId) Return RoleAsgn (role member) total for specified rolelonggetRoleRolePolicyTotal(long roleEntityId) Return policy total for specified rolelongvoidsetPolicyComplete(long policyComplete) voidsetPolicyEntitlementDefnComplete(long policyEntitlementDefnComplete) voidsetPolicyEntitlementDefnTotal(long policyEntitlementDefnTotal) voidsetPolicyTotal(long policyTotal) voidsetRoleAsgnComplete(long roleAsgnComplete) voidsetRoleAsgnTotal(long roleAsgnTotal) voidsetRoleComplete(long roleComplete) voidsetRolePercentCompleteMap(Map<Long, Double> tmpMap) voidsetRoleRoleAsgnTotalMap(Map<Long, Long> tmpMap) voidsetRoleRolePolicyTotalMap(Map<Long, Long> tmpMap) voidsetRoleTotal(long roleTotal)
-
Constructor Details
-
RoleCertificationStats
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
-
getRoleRoleAsgnTotal
public long getRoleRoleAsgnTotal(long roleEntityId) Return RoleAsgn (role member) total for specified role- Parameters:
roleEntityId-- Returns:
- total count for the role
-
setRoleRoleAsgnTotalMap
-
getRoleRolePolicyTotal
public long getRoleRolePolicyTotal(long roleEntityId) Return policy total for specified role- Parameters:
roleEntityId-- Returns:
- total count for the role
-
setRoleRolePolicyTotalMap
-
getPercentComplete
public double getPercentComplete()- Specified by:
getPercentCompletein classCertificationStats
-
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()
-