Class FormIoFormLoaderService

java.lang.Object
com.ritense.form.service.impl.FormIoFormLoaderService
All Implemented Interfaces:
FormLoaderService

public class FormIoFormLoaderService
extends java.lang.Object
implements FormLoaderService
  • Constructor Summary

    Constructors 
    Constructor Description
    FormIoFormLoaderService​(com.ritense.document.service.DocumentService documentService, FormDefinitionRepository formDefinitionRepository)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Optional<com.fasterxml.jackson.databind.JsonNode> getFormDefinitionByName​(java.lang.String formDefinitionName)  
    java.util.Optional<com.fasterxml.jackson.databind.JsonNode> getFormDefinitionByNamePreFilled​(java.lang.String formDefinitionName, com.ritense.document.domain.Document.Id documentId)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait