public class DataHelperUtility extends Object
| Constructor and Description |
|---|
DataHelperUtility() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
evaluateValue(ItemPath itemPath,
Object value,
String actContext,
TransactionKey transactionKey)
If the
|
static DataHelper |
getDataHelper(String id)
First checks the configuration properties to instantiate the requested Datahelper.
|
public static DataHelper getDataHelper(String id) throws InvalidDataException
ViewpointDataHelper, PropertyDataHelper, ActivityDataHelperid - the string used to identify the DataHelper in the cristal-ise configurationInvalidDataException - could not configure DataHelperpublic static Object evaluateValue(ItemPath itemPath, Object value, String actContext, TransactionKey transactionKey) throws InvalidDataException, PersistencyException, ObjectNotFoundException
itemPath - the actual Item contextvalue - the value to be evaluatedactContext - activity pathtransactionKey - database transaction transactionKeyDataHelper implementationInvalidDataException - data inconsistencyPersistencyException - persistency issueObjectNotFoundException - object was not foundCopyright © 1997–2022 CRISTAL-iSE. All rights reserved.