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 TypeMethodDescriptionvoid
Compute 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, AccessPolicyEntDefndouble
long
long
long
long
long
long
long
double
getRolePercentComplete
(long roleEntityId) Return percent complete for specified rolelong
getRoleRoleAsgnTotal
(long roleEntityId) Return RoleAsgn (role member) total for specified rolelong
getRoleRolePolicyTotal
(long roleEntityId) Return policy total for specified rolelong
void
setPolicyComplete
(long policyComplete) void
setPolicyEntitlementDefnComplete
(long policyEntitlementDefnComplete) void
setPolicyEntitlementDefnTotal
(long policyEntitlementDefnTotal) void
setPolicyTotal
(long policyTotal) void
setRoleAsgnComplete
(long roleAsgnComplete) void
setRoleAsgnTotal
(long roleAsgnTotal) void
setRoleComplete
(long roleComplete) void
setRolePercentCompleteMap
(Map<Long, Double> tmpMap) void
setRoleRoleAsgnTotalMap
(Map<Long, Long> tmpMap) void
setRoleRolePolicyTotalMap
(Map<Long, Long> tmpMap) void
setRoleTotal
(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:
getPercentComplete
in 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()
-