|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FormType
The type of a DMSForm
| Field Summary | |
|---|---|
static int |
DOCUMENT_FORM
Determines that this formtype is a document |
static int |
FOLDER_FORM
Determines that this formtype is a folder |
static long |
NOTE
Holds the oid for notes |
static int |
PROCESS_FORM
Determines that this formtype is a form |
static long |
STANDARD_DOCUMENT
Holds the oid for standard documents |
static long |
STANDARD_FOLDER
Holds the oid for standard folders |
static long |
WEBLINK
Holds the oid for web links |
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Returns the full qualified name of the class implementing the DMSForm represented by this FormType. |
java.lang.String |
getDMSTableHandler()
Returns the name of the class specified as DMSTableHandler. |
int |
getHeight()
|
java.lang.String |
getId()
Return the id of the FormType. |
int |
getKind()
Returns the kind of this FormType (e.g. |
java.lang.String |
getName()
Returns the name of the FormType |
long |
getOid()
Returns the unique oid of the object. |
int |
getVersion()
Return the version of the FormType. |
int |
getWidth()
|
DMSForm |
newInstance()
Creates a new instance of the DMSForm represented by this FormType, but does not insert it to the database (therefore the returned DMSForm will not have an oid set). |
| Field Detail |
|---|
static final int PROCESS_FORM
static final int DOCUMENT_FORM
static final int FOLDER_FORM
static final long STANDARD_DOCUMENT
static final long STANDARD_FOLDER
static final long NOTE
static final long WEBLINK
| Method Detail |
|---|
long getOid()
java.lang.String getId()
int getVersion()
java.lang.String getName()
java.lang.String getClassName()
DMSForm newInstance()
throws java.lang.Exception
java.lang.Exceptionint getKind()
int getWidth()
int getHeight()
java.lang.String getDMSTableHandler()
DMSTableHandler. This is only
usefull for formtypes of type FOLDER_FORM
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||