Class ActivityContextMap
java.lang.Object
com.suncode.pwfl.workflow.activity.ActivityContextMap
Class provides context map for activity. Value of variables can be changed and save.
- Author:
- RafaĆ Nowacki 4 lip 2016
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetVariable
(String variableId) void
synchronize
(org.enhydra.shark.api.SharkTransaction transaction) Saves activity context map.
-
Constructor Details
-
ActivityContextMap
-
-
Method Details
-
getProcessId
-
getActivityId
-
getVariable
-
getVariables
-
synchronize
public void synchronize(org.enhydra.shark.api.SharkTransaction transaction) throws org.enhydra.shark.api.client.wfbase.BaseException, org.enhydra.shark.api.client.wfmodel.InvalidData Saves activity context map.- Parameters:
transaction
- Active shark transaction- Throws:
org.enhydra.shark.api.client.wfbase.BaseException
org.enhydra.shark.api.client.wfmodel.InvalidData
-
getValuesToSynchronize
-