Class CoreComponentVersioningUtils
- java.lang.Object
-
- com.adobe.aem.formsndocuments.util.CoreComponentVersioningUtils
-
public class CoreComponentVersioningUtils extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONTENT_PATH
static java.lang.String
DAM_PATH
-
Constructor Summary
Constructors Constructor Description CoreComponentVersioningUtils(SlingHttpServletRequest slingRequest, Resource resource, SlingScriptHelper sling)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
enableVersioning()
java.util.List<TimelineEvent>
getEvents()
java.util.Map<java.lang.String,java.lang.String>
getProvidersMap()
boolean
noEventsFound()
boolean
noMoreEvents()
-
-
-
Field Detail
-
DAM_PATH
public static final java.lang.String DAM_PATH
- See Also:
- Constant Field Values
-
CONTENT_PATH
public static final java.lang.String CONTENT_PATH
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CoreComponentVersioningUtils
public CoreComponentVersioningUtils(SlingHttpServletRequest slingRequest, Resource resource, SlingScriptHelper sling) throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
-
-
Method Detail
-
enableVersioning
public boolean enableVersioning() throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
-
getEvents
public java.util.List<TimelineEvent> getEvents()
-
getProvidersMap
public java.util.Map<java.lang.String,java.lang.String> getProvidersMap()
-
noEventsFound
public boolean noEventsFound()
-
noMoreEvents
public boolean noMoreEvents()
-
-