Interface IMailForm

All Superinterfaces:
IConnectorParentContextSupport, IElement, IForm, Serializable

public interface IMailForm extends IForm
The mail form object.
Since:
1.0, 15/04/2008
Author:
vlygeros
See Also:
  • Field Details

  • 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 = 1
      • INTERVENTION = 2
      • INFORMATION = 3
      • MORE_INFORMATION = 4
      • MILESTONE = 5
      • REMINDER = 6
      • UNIT_DELEGATION = 7
      • REFUSE_DELEGATION = 8
      • NEW_MESSAGE = 9
      • CUSTOM = 99
      Returns:
      An int value.
    • getExtensionClassesNames

      Collection<String> getExtensionClassesNames(boolean recursive)
      Gets the extension classes.
      Parameters:
      recursive - if true return all the extensions including the one from the template.
      Returns:
      a java.util.Collection object.