public interface DataHelper
| Modifier and Type | Method and Description |
|---|---|
String |
get(ItemPath itemPath,
String actContext,
String dataPath,
Object locker)
Data helpers are a mechanism that allows easy referencing of different types of data
within an Item, in order to use that data for process control or generating new data.
|
String get(ItemPath itemPath, String actContext, String dataPath, Object locker) throws InvalidDataException, PersistencyException, ObjectNotFoundException
itemPath - 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.