|
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.ODApplication
public class ODApplication
A class representing an OnDemand Application. An instance of the
ODApplication object provides an application developer access to
information specified for an OnDemand Application.
(c) Copyright IBM Corp. 1993, 2003. All Rights Reserved
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
The description of the application. |
char |
getDocumentType()
The document type stored in this application. |
java.lang.String |
getExtension()
Get the File Extension as set for the specified OnDemand Application View Settings. |
ODLogicalView |
getLogicalView(java.lang.String lvname)
Get the ODLogicalView object for the specified view. |
java.util.Enumeration |
getLogicalViewNames()
Get the list of Logical View names that are defined to this Application. |
java.lang.String |
getName()
The name of the application. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getExtension()
public char getDocumentType()
ODConstant.FileTypeAFP,
ODConstant.FileTypeBMP,
ODConstant.FileTypeSCS_EXT,
ODConstant.FileTypeDJDE,
ODConstant.FileTypeEMAIL,
ODConstant.FileTypeJFIF,
ODConstant.FileTypeGIF,
ODConstant.FileTypeLINE,
ODConstant.FileTypeMETA,
ODConstant.FileTypeNONE,
ODConstant.FileTypePDF,
ODConstant.FileTypePNG,
ODConstant.FileTypeSCS,
ODConstant.FileTypeUSRDEF,
ODConstant.FileTypePCXpublic java.util.Enumeration getLogicalViewNames()
ODLogicalView
public ODLogicalView getLogicalView(java.lang.String lvname)
throws java.lang.Exception
lvname - The LogicalView Name
java.lang.ExceptionODLogicalView
|
CM OnDemand V8.5 WEK Java APIs | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||