public class ProcessChangedEvent extends UserEvent
Modifier and Type | Field and Description |
---|---|
static int |
MODE_CREATED |
static int |
MODE_CREATED_LINKED |
static int |
MODE_DESCRIPTION_ADDED |
static int |
MODE_DESCRIPTION_CHANGED |
static int |
MODE_EXECUTORS_CHANGED |
static int |
MODE_GROUPS_CHANGED |
static int |
MODE_PRIORITY_CHANGED |
static int |
MODE_STATUS_CHANGED |
Constructor and Description |
---|
ProcessChangedEvent(ru.bgcrm.struts.form.DynActionForm form,
Process process,
int changeMode) |
Modifier and Type | Method and Description |
---|---|
Process |
getProcess() |
boolean |
isCreated() |
boolean |
isCreatedLinked() |
boolean |
isDescription() |
boolean |
isDescriptionAdd() |
boolean |
isExecutors() |
boolean |
isGroups() |
boolean |
isPriority() |
boolean |
isStatus() |
public static final int MODE_CREATED
public static final int MODE_STATUS_CHANGED
public static final int MODE_DESCRIPTION_CHANGED
public static final int MODE_EXECUTORS_CHANGED
public static final int MODE_PRIORITY_CHANGED
public static final int MODE_CREATED_LINKED
public static final int MODE_GROUPS_CHANGED
public static final int MODE_DESCRIPTION_ADDED
public ProcessChangedEvent(ru.bgcrm.struts.form.DynActionForm form, Process process, int changeMode)
public Process getProcess()
public boolean isCreated()
public boolean isCreatedLinked()
public boolean isStatus()
public boolean isDescription()
public boolean isDescriptionAdd()
public boolean isGroups()
public boolean isExecutors()
public boolean isPriority()