Package | Description |
---|---|
com.suncode.pwfl.workflow.process |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessEntity
Klasa przechowująca dane o procesie.
|
Modifier and Type | Method and Description |
---|---|
Process |
ProcessDao.getByProcessId(String processId,
String... joins)
Pobiera informacje o procesie
|
Process |
ProcessService.getProcess(String processId,
String... joins)
Pobiera informacje o procesie
|
Modifier and Type | Method and Description |
---|---|
CountedResult<Process> |
ProcessFinder.findByIndexes(String processDefId,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins) |
List<Process> |
ProcessFinder.findByIndexes(String processDefId,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
String... joins) |
List<Process> |
ProcessFinder.findByIndexes(String processDefId,
List<IndexFilter> indexFilters,
String... joins) |
CountedResult<Process> |
ProcessFinder.findByIndexes(String processDefId,
Map<String,Object> indexes,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins) |
List<Process> |
ProcessFinder.findByIndexes(String processDefId,
Map<String,Object> indexes,
List<Sorter> sorters,
String... joins) |
List<Process> |
ProcessFinder.findByIndexes(String processDefId,
Map<String,Object> indexes,
String... joins) |
List<Process> |
ProcessFinder.findByProcessDefinitionId(String processDefId)
Wyszukuje wyszystkie procesu o podanej definicji
|
Copyright © 2019 Suncode. All rights reserved.