| Modifier and Type | Class and Description |
|---|---|
static class |
FlownodeInstanceFilter.Builder |
| Constructor and Description |
|---|
FlownodeInstanceFilter() |
| Modifier and Type | Method and Description |
|---|---|
DateFilter |
getEndDate() |
java.lang.Boolean |
getIncident() |
java.lang.Long |
getIncidentKey() |
java.lang.Long |
getProcessInstanceKey() |
DateFilter |
getStartDate() |
FlownodeInstanceState |
getState() |
java.lang.String |
getType() |
void |
setEndDate(DateFilter endDate) |
void |
setIncident(java.lang.Boolean incident) |
void |
setIncidentKey(java.lang.Long incidentKey) |
void |
setProcessInstanceKey(java.lang.Long processInstanceKey) |
void |
setStartDate(DateFilter startDate) |
void |
setState(FlownodeInstanceState state) |
void |
setType(java.lang.String type) |
public java.lang.Long getProcessInstanceKey()
public void setProcessInstanceKey(java.lang.Long processInstanceKey)
public java.lang.Long getIncidentKey()
public void setIncidentKey(java.lang.Long incidentKey)
public java.lang.String getType()
public void setType(java.lang.String type)
public DateFilter getStartDate()
public void setStartDate(DateFilter startDate)
public DateFilter getEndDate()
public void setEndDate(DateFilter endDate)
public FlownodeInstanceState getState()
public void setState(FlownodeInstanceState state)
public java.lang.Boolean getIncident()
public void setIncident(java.lang.Boolean incident)