Uses of Interface
org.camunda.bpm.engine.filter.Filter
Packages that use Filter
Package
Description
Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a
ProcessEngine, BPM and workflow operation
can be executed:RepositoryService:
Manages DeploymentsRuntimeService:
For starting and searching ProcessInstancesTaskService:
Exposes operations to manage human (standalone) Tasks,
such as claiming, completing and assigning tasksIdentityService:
Used for managing Users,
Groups and the relations between themManagementService:
Exposes engine admin and maintenance operations,
which have no relation to the runtime execution of business processesHistoryService:
Exposes information about ongoing and past process instances.FormService:
Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of Filter in org.camunda.bpm.engine
Methods in org.camunda.bpm.engine that return FilterModifier and TypeMethodDescriptionReturns the filter for the given filter id.FilterService.newTaskFilter()Creates a new task filter.FilterService.newTaskFilter(String filterName) Creates a new task filter with a given name.FilterService.saveFilter(Filter filter) Saves the filter in the database.Methods in org.camunda.bpm.engine with parameters of type FilterModifier and TypeMethodDescriptionFilterService.saveFilter(Filter filter) Saves the filter in the database. -
Uses of Filter in org.camunda.bpm.engine.filter
Methods in org.camunda.bpm.engine.filter that return Filter -
Uses of Filter in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return FilterModifier and TypeMethodDescriptionFilterServiceImpl.newTaskFilter()FilterServiceImpl.newTaskFilter(String filterName) FilterServiceImpl.saveFilter(Filter filter) Methods in org.camunda.bpm.engine.impl with parameters of type Filter -
Uses of Filter in org.camunda.bpm.engine.impl.cfg.auth
Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type FilterModifier and TypeMethodDescriptionInvoked whenever a new filter is created -
Uses of Filter in org.camunda.bpm.engine.impl.cmd
Fields in org.camunda.bpm.engine.impl.cmd declared as FilterMethods in org.camunda.bpm.engine.impl.cmd that return FilterModifier and TypeMethodDescriptionCreateFilterCmd.execute(CommandContext commandContext) GetFilterCmd.execute(CommandContext commandContext) SaveFilterCmd.execute(CommandContext commandContext) protected FilterAbstractExecuteFilterCmd.getFilter(CommandContext commandContext) Constructors in org.camunda.bpm.engine.impl.cmd with parameters of type Filter -
Uses of Filter in org.camunda.bpm.engine.impl.filter
Methods in org.camunda.bpm.engine.impl.filter that return types with arguments of type FilterModifier and TypeMethodDescriptionFilterQueryImpl.executeList(CommandContext commandContext, Page page) -
Uses of Filter in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement FilterMethods in org.camunda.bpm.engine.impl.persistence.entity that return FilterModifier and TypeMethodDescriptionFilterManager.createNewFilter(String resourceType) FilterEntity.extend(T extendingQuery) FilterManager.insertOrUpdateFilter(Filter filter) FilterEntity.setProperties(Map<String, Object> properties) FilterEntity.setQuery(T query) FilterEntity.setResourceType(String resourceType) Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type FilterModifier and TypeMethodDescriptionFilterManager.findFiltersByQueryCriteria(FilterQueryImpl filterQuery) Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type FilterModifier and TypeMethodDescriptionprotected voidFilterManager.createDefaultAuthorizations(Filter filter) FilterManager.insertOrUpdateFilter(Filter filter)