| Package | Description |
|---|---|
| de.aristaflow.adept2.core.orgmodelmanager | |
| de.aristaflow.adept2.core.orgmodelmanager.parser |
| Modifier and Type | Method and Description |
|---|---|
OrgPolicyReport |
PolicyResolution.checkResolvability(SessionToken session,
java.lang.String orgPolicy,
boolean createFullReport,
boolean rejectParameterReferences)
Tests whether the given OrgPolicy is resolvable for the current state of
the OrgModel.
|
OrgPolicyReport |
PolicyResolution.checkSyntax(java.lang.String orgPolicy,
boolean createFullReport,
boolean rejectParameterReferences)
This method checks whether the syntax of the given OrgPolicy is correct.
|
| Modifier and Type | Method and Description |
|---|---|
abstract EntityExpression |
OrgPolicyParser.parse(java.lang.String orgPolicy,
OrgPolicyReport report,
boolean reportOnly,
boolean binaryReport,
boolean rejectParameterReferences,
TokenInfoContainer tokenInfos)
This method will parse the given OrgPolicy.
|
abstract EntityExpression |
OrgPolicyParser.parse(java.lang.String orgPolicy,
OrgPolicyReport report,
TokenInfoContainer tokenInfos)
This method will parse the given OrgPolicy and return it as an object
structure.
|