@Exported
public interface VisitorContext
| Modifier and Type | Field and Description |
|---|---|
static String |
VISITOR_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute(String name) |
List<Map<String,String>> |
getHistory(String historyDef,
long startdate,
long enddate) |
int |
getHistoryCount(String historyDef,
long startdate,
long enddate) |
double |
getHistorySum(String historyDef,
String field,
long startdate,
long enddate) |
void |
linkWith(String alias) |
void |
setAttribute(String name,
String value) |
void |
setHistoryAttribute(String definitionName,
Map<String,String> values) |
static final String VISITOR_ID
void setAttribute(String name, String value) throws AssetAccessException
AssetAccessExceptionString getAttribute(String name) throws AssetAccessException
AssetAccessExceptionvoid setHistoryAttribute(String definitionName, Map<String,String> values) throws AssetAccessException
AssetAccessExceptionint getHistoryCount(String historyDef, long startdate, long enddate) throws AssetAccessException
AssetAccessExceptiondouble getHistorySum(String historyDef, String field, long startdate, long enddate) throws AssetAccessException
AssetAccessExceptionList<Map<String,String>> getHistory(String historyDef, long startdate, long enddate) throws AssetAccessException
AssetAccessExceptionvoid linkWith(String alias) throws AssetAccessException
AssetAccessException