Uses of Class
de.aristaflow.adept2.model.orgmodel.OrgPolicyReport
-
Packages that use OrgPolicyReport Package Description de.aristaflow.adept2.core.orgmodelmanager de.aristaflow.adept2.core.orgmodelmanager.parser de.aristaflow.ilm.model.orgmodel -
-
Uses of OrgPolicyReport in de.aristaflow.adept2.core.orgmodelmanager
Methods in de.aristaflow.adept2.core.orgmodelmanager that return OrgPolicyReport Modifier and Type Method Description OrgPolicyReport
PolicyResolution. checkResolvability(SessionToken session, String orgPolicy, boolean createFullReport, boolean rejectParameterReferences)
Tests whether the given OrgPolicy is resolvable for the current state of the OrgModel.OrgPolicyReport
PolicyResolution. checkSyntax(String orgPolicy, boolean createFullReport, boolean rejectParameterReferences)
This method checks whether the syntax of the given OrgPolicy is correct. -
Uses of OrgPolicyReport in de.aristaflow.adept2.core.orgmodelmanager.parser
Methods in de.aristaflow.adept2.core.orgmodelmanager.parser with parameters of type OrgPolicyReport Modifier and Type Method Description abstract EntityExpression
OrgPolicyParser. parse(String orgPolicy, OrgPolicyReport report, boolean reportOnly, boolean binaryReport, boolean rejectParameterReferences, TokenInfoContainer tokenInfos)
This method will parse the given OrgPolicy.abstract EntityExpression
OrgPolicyParser. parse(String orgPolicy, OrgPolicyReport report, TokenInfoContainer tokenInfos)
This method will parse the given OrgPolicy and return it as an object structure. -
Uses of OrgPolicyReport in de.aristaflow.ilm.model.orgmodel
Methods in de.aristaflow.ilm.model.orgmodel with parameters of type OrgPolicyReport Modifier and Type Method Description static OrgPolicyReport
Transformation. toIlm(OrgPolicyReport opr)
-