Interface NotaFilter
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
NotaFilterImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTipoNota(TipoNota tipoNota) createdAfter(Date date) createdBefore(Date date) getOwner()Collection<TipoNota> withContent(String content)
-
Method Details
-
withPocessInstanceId
-
withContent
-
createdAfter
-
createdBefore
-
owner
-
getProcessInstanceId
String getProcessInstanceId() -
getContent
String getContent() -
getCreatedAfter
Date getCreatedAfter() -
getCreatedBefore
Date getCreatedBefore() -
getOwner
String getOwner() -
addTipoNota
void addTipoNota(TipoNota tipoNota) -
getTiposNota
Collection<TipoNota> getTiposNota()
-