public interface XpdlTableService
Modifier and Type | Method and Description |
---|---|
Table |
getGlobalTable(String tableId,
String processDefId)
Zwraca tabele globalną
|
Table |
getGlobalTable(String tableId,
String processDefId,
Locale locale)
Zwraca tabele globalną
|
Table |
getGlobalTable(String tableId,
String processDefId,
Locale locale,
org.enhydra.shark.xpdl.elements.Package processPackage)
Zwraca tabele globalną
|
void |
setTableStore(TableStore tableStore,
String processId)
Przepisuje wartości z TableStore do zmiennych tabelarycznych w procesie
|
Table getGlobalTable(String tableId, String processDefId)
tableId
- id tabeli globalnejprocessDefId
- id definicji procesuTableNotFoundException
- Wyjątek rzucony w przypadku nieznalezienia tabeli.ServiceException
- Wyjątek rzucony w przypadku nieoczekiwanego błędu.Table getGlobalTable(String tableId, String processDefId, Locale locale)
tableId
- id tabeli globalnejprocessDefId
- id definicji procesulocale
- język, w którym ma zostać zwrócona przetłumaczona nazwa tabeliTableNotFoundException
- Wyjątek rzucony w przypadku nieznalezienia tabeli.ServiceException
- Wyjątek rzucony w przypadku nieoczekiwanego błędu.Table getGlobalTable(String tableId, String processDefId, Locale locale, org.enhydra.shark.xpdl.elements.Package processPackage)
tableId
- id tabeli globalnejprocessDefId
- id definicji procesulocale
- język, w którym ma zostać zwrócona przetłumaczona nazwa tabeliprocessPackage
- pakiet, w którym ma być szukana tabelaTableNotFoundException
- Wyjątek rzucony w przypadku nieznalezienia tabeli.ServiceException
- Wyjątek rzucony w przypadku nieoczekiwanego błędu.void setTableStore(TableStore tableStore, String processId)
tableStore
- obiekt TableStoreprocessId
- id procesuCopyright © 2023 Suncode. All rights reserved.