|
Content Manager OnDemand V8.5 WEK APIs |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.edms.od.ODHitProperties
public class ODHitProperties
A class containing the properties for an OnDemand hit.
This class is to be used to obtain the OnDemand internal property values
for a hit.
(c) Copyright IBM Corp. 1993, 2003. All Rights Reserved
| Method Summary | |
|---|---|
long |
getAGId()
Return the application group identifier for this hit. |
long |
getAId()
Return the application identifier for this hit. |
java.lang.String |
getApplicationGroupName()
Return the application group name for this hit. |
java.lang.String |
getApplicationName()
Return the application name for this hit. |
long |
getCompLength()
Return the compressed document length. |
long |
getCompOffset()
Return the compressed document offset within the compressed object. |
java.lang.String |
getEndDate()
Return the load end date for this hit. |
java.lang.String |
getInternalDocName()
Return the internal document name associated with this hit. |
long |
getLength()
Return the document length. |
java.lang.String |
getLoadName()
Return the load name for this hit. |
long |
getOffset()
Return the documents offset within the storage object. |
short |
getPrimaryNodeId()
Return the primary node identifier for this hit. |
long |
getRId()
Return the resource identifier for this hit. |
short |
getSecondaryNodeId()
Return the secondary node identifier for this hit. |
java.lang.String |
getStartDate()
Return the load start date for this hit. |
java.lang.String |
getTableName()
Return the document table name associated with this hit. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getInternalDocName()
public java.lang.String getTableName()
public long getOffset()
public long getLength()
public long getCompOffset()
public long getCompLength()
public long getAGId()
public long getAId()
public long getRId()
public java.lang.String getApplicationGroupName()
public java.lang.String getApplicationName()
public short getPrimaryNodeId()
public short getSecondaryNodeId()
public java.lang.String getLoadName()
public java.lang.String getStartDate()
public java.lang.String getEndDate()
|
CM OnDemand V8.5 WEK Java APIs | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||