public class EventFilter
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
EventFilter(java.io.Serializable processInstance)
Constructor.
|
EventFilter(java.io.Serializable processInstance,
int skip)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxReturn()
Get the maximum number of events to return.
|
java.io.Serializable |
getProcessInstance()
Unique identifier of the process instance.
|
int |
getSkip()
The number of events to skip.
|
void |
setMaxReturn(int eventNo)
Set the maximum number of events to return.
|
void |
setSkip(int skip)
The number of events to skip.
|
public EventFilter(java.io.Serializable processInstance)
processInstance
- process instance with which to associate this event filterpublic EventFilter(java.io.Serializable processInstance, int skip)
processInstance
- process instance with which to associate this event filterskip
- public void setMaxReturn(int eventNo)
eventNo
- the maximum number of events to returnpublic int getMaxReturn()
public java.io.Serializable getProcessInstance()
public void setSkip(int skip)
skip
- Events to skip.public int getSkip()