|
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.ODLogicalView
public class ODLogicalView
A class representing an OnDemand Logical View.
From this class you can gather logical view information
such as the number of Header Rows, Locked Fields, and Zoom.
For more information about an OnDemand Logical View, please
refer to the OnDemand Administrative GUI on-line help.
A typical usage of ODLogicalView is based upon first having a
valid ODHit object. From ODHit, you may query for the names of
all associated logical views. Then, based on a valid logical view
name, you may retrieve the logical view object:
...
String [] logicalViews = myODHit.getLogicalViewNames();
ODLogicalView myView = myODHit.getLogicalView(logicalViews[0]);
...
WARNING: It is required that access to all ODWEK objects only be done in a single threaded
environment.
| Method Summary | |
|---|---|
char |
getBackgroundColor()
Get the backgroundColor. |
int |
getBrightness()
Get the brightness |
int |
getContrast()
Get the contrast |
int |
getCopyGroup()
Get the copy group |
char |
getGrayscale()
Get the gray scale |
char |
getHeadingColor()
Get the heading color |
char |
getImageColor()
Get the image color |
char |
getImageIntensity()
Get the image intensity |
int[] |
getLdFieldDisplayOrder()
Get the order in which the fields will be displayed |
java.lang.String |
getName()
Get the name of this logical view |
int |
getNumLDDisplayFields()
Get the number of fields in the display order |
int |
getNumLockedFields()
Get the number of locked fields |
char |
getOverstrike()
Get the overstrike |
char |
getSelectedAreaColor()
Get the selected area color |
char |
getTextFidelity()
Get the text fidelity |
int |
getZoom()
Get the zoom percentage. |
boolean |
hasLockHeaderRows()
Determine if header rows should be locked |
boolean |
isPublic()
Determine if this logical view is public |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public char getBackgroundColor()
public int getBrightness()
public int getContrast()
public int getCopyGroup()
public char getGrayscale()
ODConstant.OD_GRAYSCALE_SCALE,
ODConstant.OD_GRAYSCALE_COLORpublic char getHeadingColor()
ODConstant.ColorWhite,
ODConstant.ColorBlack,
ODConstant.ColorRed,
ODConstant.ColorBlue,
ODConstant.ColorGreen,
ODConstant.ColorYellow,
ODConstant.ColorGrey,
ODConstant.ColorDefaultpublic char getImageColor()
ODConstant.ColorWhite,
ODConstant.ColorBlack,
ODConstant.ColorRed,
ODConstant.ColorBlue,
ODConstant.ColorGreen,
ODConstant.ColorYellow,
ODConstant.ColorMagenta,
ODConstant.ColorCyan,
ODConstant.ColorGrey,
ODConstant.ColorGreenBar,
ODConstant.ColorDefault,
ODConstant.ColorNonepublic char getImageIntensity()
ODConstant.OD_IMAGE_INTENSITY_NORMAL,
ODConstant.OD_IMAGE_INTENSITY_LIGHT,
ODConstant.OD_IMAGE_INTENSITY_NONEpublic int[] getLdFieldDisplayOrder()
public boolean hasLockHeaderRows()
public java.lang.String getName()
public int getNumLDDisplayFields()
public int getNumLockedFields()
public char getOverstrike()
ODConstant.OD_OVERSTRIKE_SEPARATE,
ODConstant.OD_OVERSTRIKE_MERGE,
ODConstant.OD_OVERSTRIKE_FULLpublic boolean isPublic()
public char getSelectedAreaColor()
public char getTextFidelity()
ODConstant.OD_TEXT_FIDELITY_LINE,
ODConstant.OD_TEXT_FIDELITY_WORD,
ODConstant.OD_TEXT_FIDELITY_CHAR,
ODConstant.OD_TEXT_FIDELITY_DRAFT,
ODConstant.OD_TEXT_FIDELITY_240public int getZoom()
|
CM OnDemand V8.5 WEK Java APIs | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||