| java.lang.Object org.obe.runtime.tool.OBEProcedures
OBEProcedures | public class OBEProcedures (Code) | | Provides run-time procedures that can be invoked by a workflow.
author: Adrian Price |
Method Summary | |
public static Object | assignProcessInstanceAttribute(Object value) Assigns a process instance attribute.
Parameters: value - The value to assign. | public static void | log(String level, Object message) | public static void | sendEmail(String subject, String body, String att, String to, String cc, String bcc) | public static void | sendEmail(String subject, String body, URL[] att, String[] to, String[] cc, String[] bcc) | public static Document | transform(Document src, String transformURI, Map parms) | public static String | velocity(String vtl, boolean resolve) |
assignProcessInstanceAttribute | public static Object assignProcessInstanceAttribute(Object value)(Code) | | Assigns a process instance attribute.
Parameters: value - The value to assign. The value parameter, unchanged. |
|
|