Interface EmailProfileType
- All Superinterfaces:
Comparable<ExtensionPointType>
,ExtensionPointType
,Serializable
Represents a type of email profile
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Encapsulates the contextual information required for an email profile type to create new email profile instances. -
Method Summary
Modifier and TypeMethodDescriptionFactory method for creating newEmailProfile
instances of this type.Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.inductiveautomation.ignition.gateway.model.ExtensionPointType
addRecordInstanceActions, getDescription, getName, getSettingsRecordForeignKey, getSettingsRecordType, getTypeId, isEnabled, newRecordConfigPanel, onRecordDestroyed
-
Method Details
-
createNewProfile
Factory method for creating newEmailProfile
instances of this type.- Parameters:
context
- aEmailProfileType.FactoryContext
instance which exposes the contextual information necessary for any email profile type to be instantiated- Returns:
- a new
EmailProfile.Lifecycle
instance that has not yet been started - Throws:
Exception
- if there was an unexpected problem creating a new email profile instance of this type
-