Uses of Class
de.aristaflow.adept2.model.orgmodel.OrgPolicyReport.Range
-
Packages that use OrgPolicyReport.Range Package Description de.aristaflow.adept2.model.orgmodel de.aristaflow.ilm.model.orgmodel -
-
Uses of OrgPolicyReport.Range in de.aristaflow.adept2.model.orgmodel
Methods in de.aristaflow.adept2.model.orgmodel that return OrgPolicyReport.Range Modifier and Type Method Description OrgPolicyReport.Range[]
OrgPolicyReport.Entry. getRanges()
Returns the policy ranges this entry relates to.Methods in de.aristaflow.adept2.model.orgmodel with parameters of type OrgPolicyReport.Range Modifier and Type Method Description void
OrgPolicyReport. addEntry(OrgPolicyReport.ResultType resultType, String description, OrgPolicyReport.Range... ranges)
Creates an entry for the given values and adds it to this report's list of entries.Constructors in de.aristaflow.adept2.model.orgmodel with parameters of type OrgPolicyReport.Range Constructor Description Entry(OrgPolicyReport.ResultType resultType, String description, OrgPolicyReport.Range... ranges)
Creates an entry for the given values. -
Uses of OrgPolicyReport.Range in de.aristaflow.ilm.model.orgmodel
Methods in de.aristaflow.ilm.model.orgmodel with parameters of type OrgPolicyReport.Range Modifier and Type Method Description static OrgPolicyReport.Range
Transformation. toIlm(OrgPolicyReport.Range r)
-