public class ActivityDataHelper extends Object implements DataHelper
| Constructor and Description |
|---|
ActivityDataHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(ItemPath itemPath,
String actContext,
String dataPath,
Object locker)
Retrieves the Workflow of the given Item, searches the Activity using the activity path and
retrieves a single value based on XPath
|
public String get(ItemPath itemPath, String actContext, String dataPath, Object locker) throws InvalidDataException, PersistencyException, ObjectNotFoundException
get in interface DataHelperitemPath - the current item to be usedactContext - the current Activity path in which the DataHelper is useddataPath - its content is implementation specificlocker - the transaction locker object used for ClusterStorage methodsInvalidDataException - data inconsistencyPersistencyException - persistency issueObjectNotFoundException - object was not foundCopyright © 1997–2019 CRISTAL-iSE. All rights reserved.