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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intcustom form typestatic final intDelay form typestatic final intInformation form typestatic final intIntervention form typestatic final intMilestone form typestatic final intMore information form typestatic final intrefuse delegation form typestatic final intReminder form typestatic final intUnit delegation form type
- 
Method SummaryModifier and TypeMethodDescriptiongetExtensionClassesNames(boolean recursive) Gets the extension classes.intgetType()Returns one of the followings :DELAY= 1INTERVENTION= 2INFORMATION= 3MORE_INFORMATION= 4MILESTONE= 5REMINDER= 6UNIT_DELEGATION= 7REFUSE_DELEGATION= 8CUSTOM= 99booleanisActive()Check if it is active.Methods inherited from interface com.axemble.vdoc.sdk.supports.IConnectorParentContextSupportgetParentContextMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IFormgetCreatedDate, getCurrentXml, getCustomXml, getExtensionClassesNames, getModifiedDate, getName, getOriginalXml, isMobileForm, setCustomXml, setExtensionClassesNames, setModifiedDate, setOriginalXml
- 
Field Details- 
DELAYstatic final int DELAYDelay form type- See Also:
 
- 
INTERVENTIONstatic final int INTERVENTIONIntervention form type- See Also:
 
- 
INFORMATIONstatic final int INFORMATIONInformation form type- See Also:
 
- 
MORE_INFORMATIONstatic final int MORE_INFORMATIONMore information form type- See Also:
 
- 
MILESTONEstatic final int MILESTONEMilestone form type- See Also:
 
- 
REMINDERstatic final int REMINDERReminder form type- See Also:
 
- 
UNIT_DELEGATIONstatic final int UNIT_DELEGATIONUnit delegation form type- See Also:
 
- 
REFUSE_DELEGATIONstatic final int REFUSE_DELEGATIONrefuse delegation form type- See Also:
 
- 
CUSTOMstatic final int CUSTOMcustom form type- See Also:
 
 
- 
- 
Method Details- 
isActiveboolean isActive()Check if it is active.- Returns:
- true if the mail form is active, false otherwise.
 
- 
getTypeint getType()Returns one of the followings :- DELAY= 1
- INTERVENTION= 2
- INFORMATION= 3
- MORE_INFORMATION= 4
- MILESTONE= 5
- REMINDER= 6
- UNIT_DELEGATION= 7
- REFUSE_DELEGATION= 8
- CUSTOM= 99
 - Returns:
- An int value.
 
- 
getExtensionClassesNamesGets the extension classes.- Parameters:
- recursive- if true return all the extensions including the one from the template.
- Returns:
- a java.util.Collection object.
 
 
-