public class ProcessChangeFunctions extends ExpressionBasedFunction
expression| Constructor and Description |
|---|
ProcessChangeFunctions(Process process,
DynActionForm form,
java.sql.Connection con) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExecutors(java.util.Set<java.lang.Integer> ids) |
void |
deleteGroups(java.util.Set<java.lang.Integer> ids) |
void |
emailNotifyExecutors(int paramId,
java.lang.String subject,
java.lang.String text) |
setExpressionpublic ProcessChangeFunctions(Process process, DynActionForm form, java.sql.Connection con)
public void deleteGroups(java.util.Set<java.lang.Integer> ids)
throws BGException
BGExceptionpublic void deleteExecutors(java.util.Set<java.lang.Integer> ids)
throws BGException
BGExceptionpublic void emailNotifyExecutors(int paramId,
java.lang.String subject,
java.lang.String text)
throws BGException
BGException