@Service public class XPDLServiceImpl extends Object implements XPDLService
| Constructor and Description |
|---|
XPDLServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<CheckAcceptation> |
getCheckAcceptationDefinitions(org.enhydra.shark.api.SharkTransaction st,
String processId,
String activityId)
Pobiera definicję atrybutów rozszerzonych CHECK_ACCEKPTATION dla podanego zadania
|
List<CheckAcceptation> |
getCheckAcceptationDefinitions(String processId,
String activityId)
Pobiera definicję atrybutów rozszerzonych CHECK_ACCEKPTATION dla podanego zadania
|
List<FormVariable> |
getFormVariables(String processId)
Pobiera listę definicji zmiennych procesu
|
List<FormVariable> |
getFormVariables(String packageId,
String processDefId)
Pobiera listę definicji zmiennych procesu dla najnowszego pakietu
|
public List<CheckAcceptation> getCheckAcceptationDefinitions(String processId, String activityId)
XPDLServicegetCheckAcceptationDefinitions in interface XPDLServiceprocessId - Id procesuactivityId - Id zadaniapublic List<CheckAcceptation> getCheckAcceptationDefinitions(org.enhydra.shark.api.SharkTransaction st, String processId, String activityId)
XPDLServicegetCheckAcceptationDefinitions in interface XPDLServicest - TransakacjaprocessId - Id procesuactivityId - Id zadaniapublic List<FormVariable> getFormVariables(String packageId, String processDefId)
XPDLServicegetFormVariables in interface XPDLServicepackageId - Id pakietuprocessDefId - Id definicji procesupublic List<FormVariable> getFormVariables(String processId)
XPDLServicegetFormVariables in interface XPDLServiceCopyright © 2021 Suncode. All rights reserved.