public class WorkflowEvent extends Object
The WorkflowEvent defines the following event types fired by the WorkflowController:
The following event types are fired by the DocumentController:
| Modifier and Type | Field and Description |
|---|---|
static int |
DOCUMENT_AFTER_DELETE |
static int |
DOCUMENT_AFTER_SAVE |
static int |
DOCUMENT_BEFORE_DELETE |
static int |
DOCUMENT_BEFORE_SAVE |
static int |
DOCUMENT_CHANGED |
static int |
DOCUMENT_CREATED |
static int |
DOCUMENT_INITIALIZED |
static int |
WORKITEM_AFTER_PROCESS |
static int |
WORKITEM_BEFORE_PROCESS |
static int |
WORKITEM_CHANGED |
static int |
WORKITEM_CREATED |
| Constructor and Description |
|---|
WorkflowEvent(org.imixs.workflow.ItemCollection workitem,
int eventType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType() |
org.imixs.workflow.ItemCollection |
getWorkitem() |
public static final int DOCUMENT_CREATED
public static final int DOCUMENT_INITIALIZED
public static final int DOCUMENT_CHANGED
public static final int DOCUMENT_BEFORE_SAVE
public static final int DOCUMENT_AFTER_SAVE
public static final int DOCUMENT_BEFORE_DELETE
public static final int DOCUMENT_AFTER_DELETE
public static final int WORKITEM_CREATED
public static final int WORKITEM_CHANGED
public static final int WORKITEM_BEFORE_PROCESS
public static final int WORKITEM_AFTER_PROCESS
Copyright © 2006–2021 Imixs Software Solutions GmbH. All rights reserved.