Uses of Class
de.aristaflow.adept2.model.scripts.Script
Packages that use Script
Package
Description
-
Uses of Script in de.aristaflow.adept2.core.orgmodelmanager
Methods in de.aristaflow.adept2.core.orgmodelmanager with parameters of type ScriptModifier and TypeMethodDescriptionOrgPolicyScriptHandler.evaluateScript(SessionToken session, Script script) Evaluates the given script and returns the generated org policy.OrgPolicyScriptHandler.validateScript(Script script) Tries to validate the script as far as possible without actually evaluating it. -
Uses of Script in de.aristaflow.adept2.model.scripts
Methods in de.aristaflow.adept2.model.scripts that return ScriptModifier and TypeMethodDescriptionstatic ScriptScriptTools.parseScriptDeclaration(String script) Parses the given script declaration in its string form and returns it as object where the components are easily accessible.static ScriptScriptTools.parseScriptDeclaration(String script, boolean paramRefsAllowed) Parses the given script declaration in its string form and returns it as object where the components are easily accessible.static ScriptScriptTools.resolveParameterReferences(Script script, Map<String, Serializable> paramValues) Resolves the parameter references of the given script using the available values.Methods in de.aristaflow.adept2.model.scripts with parameters of type ScriptModifier and TypeMethodDescriptionstatic booleanScriptTools.containsParameterReferences(Script script) Returns whether the given script contains parameter references.static ScriptScriptTools.resolveParameterReferences(Script script, Map<String, Serializable> paramValues) Resolves the parameter references of the given script using the available values.Constructors in de.aristaflow.adept2.model.scripts with parameters of type ScriptModifierConstructorDescriptionScriptEnvironmentException(Script script, String message) Creates a new script environment exception for the designated script declaration and the designated additional message.ScriptEnvironmentException(Script script, String message, Throwable cause) Creates a new script environment exception for the designated script declaration, the designated additional message and the cause.ScriptEvaluationException(Script script, String message) Creates a new script evaluation exception for the designated script declaration and the designated additional message.ScriptEvaluationException(Script script, String message, Throwable cause) Creates a new script evaluation exception for the designated script declaration, the designated additional message and the cause.ScriptException(Script script, String message) Creates a new script exception for the designated script declaration and the designated additional message.ScriptException(Script script, String message, Throwable cause) Creates a new script exception for the designated script declaration, the designated additional message and the cause. -
Uses of Script in de.aristaflow.ilm.model.scripts
Methods in de.aristaflow.ilm.model.scripts that return ScriptMethods in de.aristaflow.ilm.model.scripts with parameters of type Script -
Uses of Script in de.aristaflow.ilm.ws.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.core.orgmodelmanager with parameters of type ScriptModifier and TypeMethodDescriptionOrgPolicyScriptHandlerWebServiceStub.evaluateScript(SessionToken session, Script script) OrgPolicyScriptHandlerWebServiceStub.validateScript(Script script)