Package com.axemble.vdoc.sdk.interfaces
Interface IMailForm
- All Superinterfaces:
IConnectorParentContextSupport
,IElement
,IForm
,Serializable
The mail form object.
- Since:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
custom form typestatic final int
Delay form typestatic final int
Information form typestatic final int
Intervention form typestatic final int
Milestone form typestatic final int
More information form typestatic final int
refuse delegation form typestatic final int
Reminder form typestatic final int
Unit delegation form type -
Method Summary
Modifier and TypeMethodDescriptiongetExtensionClassesNames
(boolean recursive) Gets the extension classes.int
getType()
Returns one of the followings :DELAY
= 1INTERVENTION
= 2INFORMATION
= 3MORE_INFORMATION
= 4MILESTONE
= 5REMINDER
= 6UNIT_DELEGATION
= 7REFUSE_DELEGATION
= 8CUSTOM
= 99boolean
isActive()
Check if it is active.Methods inherited from interface com.axemble.vdoc.sdk.supports.IConnectorParentContextSupport
getParentContext
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, save
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IForm
getCreatedDate, getCurrentXml, getCustomXml, getExtensionClassesNames, getModifiedDate, getName, getOriginalXml, isMobileForm, setCustomXml, setExtensionClassesNames, setModifiedDate, setOriginalXml
-
Field Details
-
DELAY
static final int DELAYDelay form type- See Also:
-
INTERVENTION
static final int INTERVENTIONIntervention form type- See Also:
-
INFORMATION
static final int INFORMATIONInformation form type- See Also:
-
MORE_INFORMATION
static final int MORE_INFORMATIONMore information form type- See Also:
-
MILESTONE
static final int MILESTONEMilestone form type- See Also:
-
REMINDER
static final int REMINDERReminder form type- See Also:
-
UNIT_DELEGATION
static final int UNIT_DELEGATIONUnit delegation form type- See Also:
-
REFUSE_DELEGATION
static final int REFUSE_DELEGATIONrefuse delegation form type- See Also:
-
CUSTOM
static final int CUSTOMcustom form type- See Also:
-
-
Method Details
-
isActive
boolean isActive()Check if it is active.- Returns:
- true if the mail form is active, false otherwise.
-
getType
int getType()Returns one of the followings :DELAY
= 1INTERVENTION
= 2INFORMATION
= 3MORE_INFORMATION
= 4MILESTONE
= 5REMINDER
= 6UNIT_DELEGATION
= 7REFUSE_DELEGATION
= 8CUSTOM
= 99
- Returns:
- An int value.
-
getExtensionClassesNames
Gets the extension classes.- Parameters:
recursive
- if true return all the extensions including the one from the template.- Returns:
- a java.util.Collection object.
-