|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--oracle.adf.view.js.base.AdfObject | +--oracle.adfinternal.view.js.monitoring.AdfUserActivityInfo
public class AdfUserActivityInfo extends AdfObject
Field Summary |
|
---|---|
public static Object |
|
private static Object |
|
public static Object |
|
public static Object |
Fields inherited from oracle.adf.view.js.base.AdfObject |
constructor, superclass |
Fields inherited from org.ecmascript.object.Object |
prototype |
Constructor Summary |
|
---|---|
public |
|
Method Summary |
|
---|---|
public static Object |
|
public Object |
|
private static Object |
|
private static String |
|
public String |
|
public String |
|
public String |
|
private Object |
|
public Object |
|
public static AdfUserActivityInfo |
|
public static String |
|
public String |
|
public String |
|
private static Object |
|
public String |
|
private static Object |
|
protected Object |
|
public static Object |
|
private static Boolean |
|
public static Object |
|
public static Object |
|
public static Object |
|
public Object |
|
public Object |
|
public Object |
|
public Object |
|
public Object |
|
public Object |
|
public static Object |
|
public static Object |
|
public String |
|
private static Boolean |
|
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
---|
public static Object PREVIOUS
private static Object _PREVIOUS_PREFIX
public static Object PRIMARY
public static Object SECONDARY
Constructor Detail |
---|
public AdfUserActivityInfo()
Method Detail |
---|
public static Object cleanInstanceMap()
Object
public Object cleanup()
Object
private static Object _getAsObject(String userActInfoStr,
String type)
userActInfoStr | - | the marshaled JSON String representation of UserActivityInfo Object |
type | - | the type of AdfUserActivityInfo object. |
Object
private static String _getAsString(Object userActInfo)
userActInfo | - | UserActivityInfo instance |
String
- the JSON String representation of UserActivityInfo Objectpublic String getClientEndTime()
String
- client end timepublic String getClientStartTime()
String
- client start timepublic String getContextId()
String
- context Idprivate Object _getCurrentTime()
Object
public Object getEventInfo()
Object
- eventInfopublic static AdfUserActivityInfo getInstance(String type)
type | - | the type of request. |
AdfUserActivityInfo
- an instance of UserActivityInfo object if one already exists for
the type, otherwise a new instance of UserActivityInfo object is created.public static String getMarshaledObject()
String
- an XML String representation of the given dom node and its childrenpublic String getParentContextId()
String
- praent context Idpublic String getPprTargets()
String
- comma separated string of partial target idsprivate static Object _getPreviousKeyInSequence(Number sequenceNum)
sequenceNum | - | a number reprensenting the previous request in ascending sequence from the current (primary) request. |
Object
public String getResponseTime()
String
- response end timeprivate static Object _getSessionStorageProperty(Object propKey)
propKey |
Object
- a valid value or nullprotected Object Init()
Object
AdfObject.Init()
public static Object removeFromSessionStorageByType(String type)
type | - | the type of AdfUserActivityInfo object. |
Object
private static Boolean _removeSessionStorageProperty(String propKey)
propKey | - | a non-null key. Callers are expected to pass a valid propKey |
Boolean
- true if the value was removed successfully from sessionStorage, false otherwisepublic static Object restoreFromSessionStorage()
Object
public static Object saveToSessionStorage()
Object
public static Object saveToSessionStorageByType(String type)
type | - | the type of AdfUserActivityInfo object. |
Object
public Object setClientEndTime(Object clientEndTime)
clientEndTime |
Object
public Object setClientStartTime(Object clientStartTime)
clientStartTime |
Object
public Object setContextId(Object contextId)
contextId |
Object
public Object setEventInfo(String eventType,
Object clientId,
String componentType,
String compDisplayName)
eventType | - | type of the event |
clientId | ||
componentType | - | type of the component |
compDisplayName | - | displayName of the component |
Object
public Object setParentContextId(Object parentContextId)
parentContextId |
Object
public Object setPprTargets(Object pprTargets)
pprTargets |
Object
public static Object setRequestSentTime(String type)
type | - | the type of user request. |
Object
public static Object setResponseReceivedTime(String type)
type | - | the type of user request. |
Object
public String setResponseTime(Object responseEndTime)
responseEndTime |
String
- responseEndTimeprivate static Boolean _setSessionStorageProperty(String propKey,
String propValue)
propKey | - | a non-null key. Callers are expected to pass a valid propKey |
propValue | - | a non-null value. Callers are expected to pass a valid propValue |
Boolean
- true if the value was set into sessionStorage, false otherwise
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |