Uses of Class
de.aristaflow.adept2.model.orgmodel.OrgPolicyReport
Packages that use OrgPolicyReport
Package
Description
-
Uses of OrgPolicyReport in de.aristaflow.adept2.core.orgmodelmanager
Methods in de.aristaflow.adept2.core.orgmodelmanager that return OrgPolicyReportModifier and TypeMethodDescriptionPolicyResolution.checkResolvability(SessionToken session, String orgPolicy, boolean createFullReport, boolean rejectParameterReferences) Tests whether the given OrgPolicy is resolvable for the current state of the OrgModel.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 OrgPolicyReportModifier and TypeMethodDescriptionabstract EntityExpressionOrgPolicyParser.parse(String orgPolicy, OrgPolicyReport report, boolean reportOnly, boolean binaryReport, boolean rejectParameterReferences, TokenInfoContainer tokenInfos) This method will parse the given OrgPolicy.abstract EntityExpressionOrgPolicyParser.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 OrgPolicyReportModifier and TypeMethodDescriptionstatic OrgPolicyReportTransformation.toIlm(OrgPolicyReport opr)