Uses of Class
de.aristaflow.adept2.model.scripts.Script
-
Packages that use Script Package Description de.aristaflow.adept2.core.orgmodelmanager de.aristaflow.adept2.model.scripts de.aristaflow.ilm.model.scripts de.aristaflow.ilm.ws.core.orgmodelmanager -
-
Uses of Script in de.aristaflow.adept2.core.orgmodelmanager
Methods in de.aristaflow.adept2.core.orgmodelmanager with parameters of type Script Modifier and Type Method Description StringOrgPolicyScriptHandler. evaluateScript(SessionToken session, Script script)Evaluates the given script and returns the generated org policy.List<String>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 Script Modifier and Type Method Description static 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 Script Modifier and Type Method Description static 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 Script Constructor Description ScriptEnvironmentException(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 Script Modifier and Type Method Description static ScriptTransformation. fromIlm(Script script)Methods in de.aristaflow.ilm.model.scripts with parameters of type Script Modifier and Type Method Description static ScriptTransformation. toIlm(Script script) -
Uses of Script in de.aristaflow.ilm.ws.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.core.orgmodelmanager with parameters of type Script Modifier and Type Method Description StringOrgPolicyScriptHandlerWebServiceStub. evaluateScript(SessionToken session, Script script)List<String>OrgPolicyScriptHandlerWebServiceStub. validateScript(Script script)
-