Package nexj.core.meta.workflow

Examples of nexj.core.meta.workflow.ValueScript


    * @param expression The Scheme script executed by the Sync step (hook)
    */
   public void setSyncScript(Pair expression)
   {
      verifyNotReadOnly();
      m_syncScriptExpr = new ValueScript(expression);
   }
View Full Code Here

TOP

Related Classes of nexj.core.meta.workflow.ValueScript

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.