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) |
setExpression
public ProcessChangeFunctions(Process process, DynActionForm form, java.sql.Connection con)
public void deleteGroups(java.util.Set<java.lang.Integer> ids) throws BGException
BGException
public void deleteExecutors(java.util.Set<java.lang.Integer> ids) throws BGException
BGException
public void emailNotifyExecutors(int paramId, java.lang.String subject, java.lang.String text) throws BGException
BGException