Package br.com.davinti.vitruvio.spi.impl
Class NotaFilterImpl
Object
NotaFilterImpl
- All Implemented Interfaces:
NotaFilter,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTipoNota(TipoNota tipoNota) createdAfter(Date date) createdBefore(Date date) getOwner()Collection<TipoNota> withContent(String content)
-
Constructor Details
-
NotaFilterImpl
public NotaFilterImpl()
-
-
Method Details
-
withPocessInstanceId
- Specified by:
withPocessInstanceIdin interfaceNotaFilter
-
withContent
- Specified by:
withContentin interfaceNotaFilter
-
createdAfter
- Specified by:
createdAfterin interfaceNotaFilter
-
createdBefore
- Specified by:
createdBeforein interfaceNotaFilter
-
owner
- Specified by:
ownerin interfaceNotaFilter
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceNotaFilter
-
getContent
- Specified by:
getContentin interfaceNotaFilter
-
getCreatedAfter
- Specified by:
getCreatedAfterin interfaceNotaFilter
-
getCreatedBefore
- Specified by:
getCreatedBeforein interfaceNotaFilter
-
getOwner
- Specified by:
getOwnerin interfaceNotaFilter
-
addTipoNota
public void addTipoNota(TipoNota tipoNota) - Specified by:
addTipoNotain interfaceNotaFilter
-
getTiposNota
- Specified by:
getTiposNotain interfaceNotaFilter
-