Interface GuideDraftStateProvider

  • All Known Implementing Classes:
    FormsPortalDraftDataProviderImpl

    public interface GuideDraftStateProvider
    Deprecated.
    A interface to provide custom state to adaptive form This interface can be used to provide custom implementation for form's portal
    • Method Detail

      • getGuideDraftState

        java.lang.String getGuideDraftState​(java.lang.String guideStatePathRef)
                                     throws GuideException
        Deprecated.
        Gets the Draft state of the adaptive form
        Parameters:
        guideStatePathRef - The path containing the state
        Returns:
        the string containing the state of adaptive form
        Throws:
        GuideException - if something goes wrong