| Modifier and Type | Method and Description |
|---|---|
FilterFactory |
ADEPT2ClientService.getFilterFactory()
Deprecated.
CL_ARCH client service documentation
|
FilterFactory |
ClientService.getFilterFactory()
Gets a filter factory for creating objects that allow to filter specific
elements, for instance, process templates having a specific node or
worklist items with specific attributes,...
|
FilterFactory |
MultiplexingClientService.getFilterFactory() |
| Modifier and Type | Field and Description |
|---|---|
protected FilterFactory |
AbstractEventManager.filterFactory
The filter factory required for retrieving the "latest" template
of a specific process type.
|
| Modifier and Type | Method and Description |
|---|---|
static TemplateReference |
ProcessManagerTools.getLatestTemplateVersion(SessionToken session,
java.lang.String processType,
TemplateManager templMgr,
FilterFactory filtFactory)
Tries to retrieve the template of the designated process type having the
highest version number in the template manager.
|
| Modifier and Type | Method and Description |
|---|---|
FilterFactory |
ModelFactoryRegistry.getModelFilterFactory(java.lang.String instanceName)
Gets the instance of the filter factory configured for the designated
component instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Filter |
WorklistFilters.createFilter(FilterFactory ff,
Pair<ComparisonOperator,java.lang.String> titleFilter,
Pair<ComparisonOperator,java.lang.String> procTypeFilter,
Pair<ComparisonOperator,java.lang.String> procInstNameFilter,
Pair<ComparisonOperator,java.lang.Integer> prioFilter,
Pair<ComparisonOperator,java.lang.Long> actDateFilter,
Pair<ComparisonOperator,java.lang.Long> dueDateFilter,
Pair<ComparisonOperator,java.lang.Long> resubDateFilter,
boolean inclTlpi)
Create a worklist filter based on the given pairs of ComparisonOperator and
value.
|
static Filter |
WorklistFilters.noTopLevelInstances(FilterFactory ff)
Creates a filter suitable for
WorklistUpdateConfigurations,
rejecting all
items representing top-level instances. |
static Filter |
WorklistFilters.onlyTopLevelInstances(FilterFactory ff)
Creates a filter suitable for
WorklistUpdateConfigurations,
rejecting all
items representing top-level instances. |