
com.adobe.fd.fp.fdinternal.service.FormsPortalUtilService Maven / Gradle / Ivy
package com.adobe.fd.fp.fdinternal.service;
import javax.jcr.Session;
import org.apache.sling.api.resource.ResourceResolver;
/**
* Utility Service for forms portal
* @author hug82342
*
*/
public interface FormsPortalUtilService {
/**
* Retrun session of forms portal bundle service user
* @return
* @throws Exception
*/
public Session getFnDServiceUserSession() throws Exception;
/**
* Return resolver of forms portal bundle service user
* @return
* @throws Exception
*/
public ResourceResolver getFnDServiceResolver() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy