public interface IMailForm extends IForm
IForm| Modifier and Type | Field and Description | 
|---|---|
static int | 
CUSTOM
custom form type 
 | 
static int | 
DELAY
Delay form type 
 | 
static int | 
INFORMATION
Information form type 
 | 
static int | 
INTERVENTION
Intervention form type 
 | 
static int | 
MILESTONE
Milestone form type 
 | 
static int | 
MORE_INFORMATION
More information form type 
 | 
static int | 
REFUSE_DELEGATION
refuse delegation form type 
 | 
static int | 
REMINDER
Reminder form type 
 | 
static int | 
UNIT_DELEGATION
Unit delegation form type 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<String> | 
getExtensionClassesNames(boolean recursive)
Gets the extension classes. 
 | 
int | 
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
     | 
boolean | 
isActive()
Check if it is active. 
 | 
getCreatedDate, getCurrentXml, getCustomXml, getExtensionClassesNames, getModifiedDate, getName, getOriginalXml, isMobileForm, setCustomXml, setExtensionClassesNames, setModifiedDate, setOriginalXmlgetId, getModule, getNativeObject, getPath, savegetParentContextstatic final int DELAY
static final int INTERVENTION
static final int INFORMATION
static final int MORE_INFORMATION
static final int MILESTONE
static final int REMINDER
static final int UNIT_DELEGATION
static final int REFUSE_DELEGATION
static final int CUSTOM
boolean isActive()
int getType()
DELAY = 1
      INTERVENTION = 2
      INFORMATION = 3
      MORE_INFORMATION = 4
      MILESTONE = 5
      REMINDER = 6
      UNIT_DELEGATION = 7
      REFUSE_DELEGATION = 8
      CUSTOM = 99
    Collection<String> getExtensionClassesNames(boolean recursive)
recursive - if true return all the extensions including the one from the template.Copyright © 2019 Visiativ Software. All rights reserved.