public class ViewpointDataHelper extends Object implements DataHelper
| Constructor and Description |
|---|
ViewpointDataHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(ItemPath itemPath,
String actContext,
String dataPath,
TransactionKey transactionKey)
dataPath syntax is used for search : viewpoint:/xpath/to/field
|
public String get(ItemPath itemPath, String actContext, String dataPath, TransactionKey transactionKey) 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 specifictransactionKey - the transaction transactionKey object used for ClusterStorage methodsInvalidDataException - data inconsistencyPersistencyException - persistency issueObjectNotFoundException - object was not foundCopyright © 1997–2022 CRISTAL-iSE. All rights reserved.