Interface DoRTemplateService
-
public interface DoRTemplateService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DorTemplategetOrCreateDorTemplate(java.lang.String formPath)DorTemplategetOrCreateDorTemplate(java.lang.String formPath, java.util.Locale locale)longgetResourceLMT(javax.jcr.Session session, java.lang.String formPath)
-
-
-
Method Detail
-
getOrCreateDorTemplate
DorTemplate getOrCreateDorTemplate(java.lang.String formPath) throws com.adobe.aem.formsndocuments.common.FormsManagerException, DoRTemplateParsingException
- Parameters:
formPath-- Returns:
- Document of Record Template
- Throws:
com.adobe.aem.formsndocuments.common.FormsManagerExceptionDoRTemplateParsingException
-
getOrCreateDorTemplate
DorTemplate getOrCreateDorTemplate(java.lang.String formPath, java.util.Locale locale) throws DoRTemplateParsingException, FormsMgrException
- Parameters:
formPath-locale- Locale for which document of record is to be generated- Returns:
- Document of Record Template
- Throws:
com.adobe.aem.formsndocuments.common.FormsManagerExceptionDoRTemplateParsingExceptionFormsMgrException
-
getResourceLMT
long getResourceLMT(javax.jcr.Session session, java.lang.String formPath)- Parameters:
session-formPath-- Returns:
- the last modified time of the related assets of the AF for which Document of Record Template has to be generated
-
-