public interface EDOCTemplate
An instance of the EDOCTemplate object can be obtained using the EDOC.getTemplate() method.
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TEMPLATE_ID
Identifier of the default EDOC template.
|
| Modifier and Type | Method and Description |
|---|---|
SignatureType |
getDefaultSignatureType()
Returns the default signature type of this EDOCTemplate.
|
String |
getDescription()
Returns the description of this template.
|
String |
getID()
Returns the template identifier specified by the id attribute.
|
String |
getOrganization()
Returns the name of the organization defined in this template.
|
String |
getSectionName()
Returns the name of the metadata section that this template defines.
|
SignatureTypeList |
getSignatureTypeList()
Returns the available signature types defined by this EDOCTemplate.
|
String |
getURL()
Returns the template URL specified by the url attribute.
|
String |
getVersion()
Returns the version of this template.
|
static final String DEFAULT_TEMPLATE_ID
String getID()
String getURL()
String getSectionName()
String getOrganization()
String getDescription()
String getVersion()
SignatureTypeList getSignatureTypeList()
SignatureType getDefaultSignatureType() throws EDOCException
EDOCException - if the default signature type cannot be resolved.