Interface FormatTemplateChannel
- All Superinterfaces:
Comparable<StoreElement>
,StoreElement
,Workflowable
Definition of a container for channel specifica of a
FormatTemplate
.- Since:
- 3.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionProvides the formatting content for this channel.Provides the conversion mode to be used.Provides a renderable template document for this channel.Provides the template set, this specifica are defined for.void
setContent
(String content) Sets the formatting content for this channel.void
setConversion
(String conversion) Defines the conversion mode to be used with respect to the defined conversion tables in the project.Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface de.espirit.firstspirit.access.store.StoreElement
appendChild, appendChildBefore, delete, exportStoreElement, getChildCount, getChildIndex, getChildren, getChildren, getChildren, getChildren, getCreateWorkflowPermission, getDefinedPrincipalPermissions, getEditor, getElementType, getFirstChild, getIncomingReferences, getInheritedPrincipalPermissions, getLastChanged, getName, getNextSibling, getOutgoingReferences, getParent, getPermission, getPermission, getPermission, getPreviousSibling, getProject, getReferenceName, getReferences, getReferences, getStore, getTreePermission, getWorkflowPermission, getWorkflowPermissions, getWriteLock, hasIncomingReferences, hasPermissions, importStoreElement, importStoreElements, inheritWorkflowPermission, isDeleted, isExportSupported, isFolder, isImportSupported, isLocked, isLockedOnServer, isLockSupported, isPermissionSupported, isWorkflowAllowed, isWorkflowSupported, refresh, removeAllWorkflowPermissions, removeChild, removePermission, removePermission, removePermission, removeWorkflowPermission, replaceChild, save, save, save, setInheritWorkflowPermission, setLock, setLock, setPermission, setPermission, setPermission, setWorkflowPermission, setWorkflowPermissions, setWriteLock, toXml, toXml, toXml
Methods inherited from interface de.espirit.firstspirit.access.Workflowable
getColor, getTask, hasTask, removeTask, setColor, setTask
-
Field Details
-
DEFAULT_CONTENT
Default content expression.- Since:
- 4.0
- See Also:
-
-
Method Details
-
getTemplateSet
TemplateSet getTemplateSet()Provides the template set, this specifica are defined for.- Returns:
- The template set.
- Since:
- 3.0
-
getConversion
String getConversion()Provides the conversion mode to be used.- Returns:
- The conversion mode.
- Since:
- 3.0
-
setConversion
Defines the conversion mode to be used with respect to the defined conversion tables in the project.- Parameters:
conversion
- The conversion mode.- Since:
- 3.0
-
getContent
String getContent()Provides the formatting content for this channel.- Returns:
- The content.
- Since:
- 3.0
-
setContent
Sets the formatting content for this channel.- Parameters:
content
- The formatting content.- Since:
- 3.0
-
getTemplateDocument
TemplateDocument getTemplateDocument()Provides a renderable template document for this channel.- Returns:
- A template document.
- Since:
- 4.0
-