Package com.adobe.aemds.guide.addon.dor
Interface DoRService
-
public interface DoRServiceThis interface defines the basic methods required to generate document of record from a given adaptive form- Since:
- 6.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoRResultrender(DoROptions doROptions)Invokes the given render method to generate the document of record with parameters provided.
-
-
-
Method Detail
-
render
DoRResult render(DoROptions doROptions) throws DoRGenerationException
Invokes the given render method to generate the document of record with parameters provided.- Parameters:
doROptions-DoROptionsoptions to be passed in order to generate the document of record- Returns:
- DoRResult
DoRResultdocument of record - Throws:
DoRGenerationException
-
-