public class ProcessFinder extends Object
| Constructor and Description |
|---|
ProcessFinder() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
findByProcessDefId(Map<String,Object> params) |
List<String> |
findProcessesByIndexes(Map<String,Object> indexes,
String processDefId)
Wyszukuje procesy o podanych indeksach
|
List<String> |
getActivityIdByName(String processId,
String activityName) |
Map<String,Object> |
getProcessContextByIndexes(Map<String,Object> indexes,
String processDefId)
Wyszukuje proces o podanych indeksach i pobiera dla niego kontekst mapę
|
List<String> |
getProcessIdByName(String processName) |
public List<String> findByProcessDefId(Map<String,Object> params) throws Exception
Exceptionpublic List<String> getProcessIdByName(String processName) throws Exception
Exceptionpublic List<String> getActivityIdByName(String processId, String activityName) throws Exception
Exceptionpublic List<String> findProcessesByIndexes(Map<String,Object> indexes, String processDefId) throws Exception
indexes - Indeksy postaci id_zmiennej=wartośćprocessDefId - Id definicji procesuExceptionpublic Map<String,Object> getProcessContextByIndexes(Map<String,Object> indexes, String processDefId) throws Exception
indexes - Indeksy postaci id_zmiennej=wartośćprocessDefId - Id definicji procesuExceptionCopyright © 2023 Suncode. All rights reserved.