public class ProcessingEvent extends Object
The ProcessingEvent defines the following event types:
To react on changes on a workitem in the front-end see the CDI event 'org.imixs.workflow.faces.workitem.WorkflowEvent'
WorkflowService| Modifier and Type | Field and Description |
|---|---|
static int |
AFTER_PROCESS |
static int |
BEFORE_PROCESS |
| Constructor and Description |
|---|
ProcessingEvent(ItemCollection document,
int eventType) |
| Modifier and Type | Method and Description |
|---|---|
ItemCollection |
getDocument() |
int |
getEventType() |
public static final int BEFORE_PROCESS
public static final int AFTER_PROCESS
public ProcessingEvent(ItemCollection document, int eventType)
public int getEventType()
public ItemCollection getDocument()
Copyright © 2006–2019 Imixs Software Solutions GmbH. All rights reserved.