| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.data.HashStructureAdapter
oracle.ide.usages.UsageData
public class UsageData
The base object to use to store information about feature usage.
| Field Summary | 
|---|
| Fields inherited from class oracle.javatools.data.HashStructureAdapter | 
|---|
_hash | 
| Constructor Summary | |
|---|---|
protected  | 
UsageData(HashStructure hash)
 | 
| Method Summary | |
|---|---|
 void | 
setExtensionId(java.lang.String extensionProductId)
Associates an extension or product ID with this UsageData.  | 
 void | 
setPropertyId(java.lang.String propertyId)
For property-change usages, stores a property name or id with this UsageData.  | 
 void | 
setPropertyValue(java.lang.String propertyValue)
For property-change usages, stores a property value with this UsageData.  | 
 void | 
setUsageTimeStamp(java.lang.Long time)
Sets the time stamp indicating when this usage occurred.  | 
 void | 
setUsageType(java.lang.String usageType)
Stores a key that identifies the type of usage being described.  | 
| Methods inherited from class oracle.javatools.data.HashStructureAdapter | 
|---|
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
protected UsageData(HashStructure hash)
| Method Detail | 
|---|
public final void setUsageType(java.lang.String usageType)
usageType - the usage type; should not be nullpublic final void setExtensionId(java.lang.String extensionProductId)
extensionProductId - the extension or product identifier;
 must not be nullpublic final void setPropertyId(java.lang.String propertyId)
propertyId - the property idpublic final void setPropertyValue(java.lang.String propertyValue)
propertyValue - the property idpublic final void setUsageTimeStamp(java.lang.Long time)
time - the time as a Long; must not be nullUsagesTracker.report(oracle.ide.usages.UsageData)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||