Interface DoRTemplateService
-
public interface DoRTemplateService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DorTemplate
getOrCreateDorTemplate(java.lang.String formPath)
DorTemplate
getOrCreateDorTemplate(java.lang.String formPath, java.util.Locale locale)
long
getResourceLMT(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.FormsManagerException
DoRTemplateParsingException
-
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.FormsManagerException
DoRTemplateParsingException
FormsMgrException
-
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
-
-