Interface OrgPolicyScriptHandler

  • All Known Implementing Classes:
    OrgPolicyScriptHandlerWebServiceStub

    public interface OrgPolicyScriptHandler
    Org policy script handlers are responsible for evaluating script org policies.
    Author:
    Patrick Schmidt
    • Method Detail

      • validateScript

        List<String> validateScript​(Script script)
        Tries to validate the script as far as possible without actually evaluating it.
        Parameters:
        script - the script to be validated
        Returns:
        a list of messages describing all found problems in the script