Package com.adobe.aemds.guide.service
Interface GuideStoreContentSubmission
-
public interface GuideStoreContentSubmission
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
submissionForStoreContentUsingServiceUser(java.lang.String authType, javax.jcr.Session userSession, java.lang.String guideStartParameter, java.lang.String path)
void
unsetPrivilegesForStoreContent(javax.jcr.Session userSession, java.lang.String path)
-
-
-
Method Detail
-
submissionForStoreContentUsingServiceUser
void submissionForStoreContentUsingServiceUser(java.lang.String authType, javax.jcr.Session userSession, java.lang.String guideStartParameter, java.lang.String path) throws GuideException
- Throws:
GuideException
-
unsetPrivilegesForStoreContent
void unsetPrivilegesForStoreContent(javax.jcr.Session userSession, java.lang.String path)
-
-