Package com.adobe.aemds.guide.service
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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getGuideDraftState(java.lang.String guideStatePathRef)
Deprecated.Gets the Draft state of the adaptive form
-
-
-
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
-
-