02-02-2010 06:50 PM
03-09-2010 12:46 AM
03-16-2010 06:27 AM
TemplateContentWork tcw = new TemplateContentWork(req, res);
AuthenticationUtil.setRunAsUser("admin@tenant");
tcw.doWork();
public class TemplateContentWork implements RunAsWork<Object>
{
private HttpServletRequest req = null;
private HttpServletResponse res = null;
public TemplateContentWork(HttpServletRequest req, HttpServletResponse res)
{
this.req = req;
this.res = res;
}
public Object doWork() throws Exception
{
processTemplateRequest(this.req, this.res, false);
return null;
}
}
07-08-2010 02:46 AM
07-08-2010 07:38 AM
<beans>
<!– –>
<!– MT Admin Service Implementation –>
<!– –>
<bean id="tenantAdminService"
hire you have its id .07-21-2010 04:28 AM
07-21-2010 05:17 AM
07-21-2010 07:52 AM
07-21-2010 09:24 AM
07-26-2010 01:48 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.