|
|||||||||
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 long |
EMAIL
Email formtype |
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 int |
TEMPLATE_HTML
template type is HTML |
static int |
TEMPLATE_XFORMS
template type is XFORMS |
static int |
TEMPLATE_XHTML
template type is XHTML |
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 |
getTemplateType()
type of form template: HTML, XHTML, XFORM |
int |
getVersion()
Return the version of the FormType. |
int |
getWidth()
|
java.lang.String |
getXhtmlPage()
returns the location of the xhtml-template |
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
static final long EMAIL
static final int TEMPLATE_HTML
static final int TEMPLATE_XHTML
static final int TEMPLATE_XFORMS
Method Detail |
---|
long getOid()
java.lang.String getId()
int getVersion()
java.lang.String getName()
java.lang.String getClassName()
DMSForm newInstance()
int getKind()
int getWidth()
int getHeight()
java.lang.String getDMSTableHandler()
DMSTableHandler
. This is only
usefull for formtypes of type FOLDER_FORM
int getTemplateType()
java.lang.String getXhtmlPage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |