Package org.camunda.bpm.engine.filter
Interface Filter
- All Known Implementing Classes:
FilterEntity
public interface Filter
- Author:
- Sebastian Menski
-
Method Details
-
getId
String getId()- Returns:
- the id of the filer
-
getResourceType
String getResourceType()- Returns:
- the resource type fo the filter
-
getName
String getName()- Returns:
- the name of the filter
-
setName
- Parameters:
name
- the name of the filter- Returns:
- this filter
-
getOwner
String getOwner()- Returns:
- the owner of the filter
-
setOwner
- Parameters:
owner
- the owner of the filter- Returns:
- this filter
-
getQuery
- Returns:
- the saved query as query object
-
setQuery
- Parameters:
query
- the saved query as query object- Returns:
- this filter
-
extend
Extends the query with the additional query. The query of the filter is therefore modified and if the filter is saved the query is updated.- Parameters:
extendingQuery
- the query to extend the filter with- Returns:
- a copy of this filter with the extended query
-
getProperties
- Returns:
- the properties as map
-
setProperties
- Parameters:
properties
- the properties to set as map- Returns:
- this filter
-