Package | Description |
---|---|
com.suncode.pwfl.archive |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
|
com.suncode.pwfl.core.data | |
com.suncode.pwfl.core.type | |
com.suncode.pwfl.workflow.process |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami.
|
Modifier and Type | Method and Description |
---|---|
Long |
FileFinder.getDocumentsFromActivityCount(String processId,
String activityId)
Pobiera liczbę dokumentów dla podanego zadania
|
Long |
FileFinder.getDocumentsFromProcessCount(String processId)
Pobiera liczbę dokumentów z procesu.
|
Modifier and Type | Class and Description |
---|---|
class |
Record |
class |
TableStore
Represents list of
Record 's each compatible with defined schema TableStore.variableType . |
Modifier and Type | Class and Description |
---|---|
class |
TableStoreType |
Modifier and Type | Method and Description |
---|---|
Long |
ProcessDataService.addProcessDataTranslation(Long processDataId,
ProcessDataTranslation processDataTranslation) |
void |
ProcessDataService.deleteProcessDataTranslation(Long id) |
void |
ProcessDataService.deleteProcessDataTranslationsForLocale(Locale locale) |
Optional<ProcessData> |
ProcessDataService.findProcessData(String processTypeName,
String taskTypeName,
String processFieldName) |
List<ProcessDataTranslation> |
ProcessDataService.getProcessDataTranslationsForLocale(Locale locale,
String... joins) |
void |
ProcessDataService.updateProcessDataTranslation(Long id,
String newValue) |
Copyright © 2023 Suncode. All rights reserved.