public class FormPublishUtil extends Object
Constructor and Description |
---|
FormPublishUtil() |
Modifier and Type | Method and Description |
---|---|
static IExtendedFormPublishContext |
createContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
IEntityContext ec)
Deprecated.
|
static com.alibaba.fastjson.JSONArray |
getBackupList(IEntityContext ec,
FormVersion formVersion) |
static com.alibaba.fastjson.JSONArray |
getBackupList(IEntityContext ec,
int formVersionId)
Deprecated.
|
static String |
getBackupPersistent(IEntityContext ec,
FormVersionBackup backup) |
static String |
getBackupPersistent(IEntityContext ec,
int formVersionBackupId)
Deprecated.
|
static String |
getCurrentPersistent(IEntityContext ec,
FormVersion formVersion) |
static String |
getCurrentPersistent(IEntityContext ec,
int formVersionId)
Deprecated.
|
static boolean |
publish(IFormPublishContext ctx) |
static void |
publishPDFInmport(File file,
IFormPublishContext publishCtx) |
static void |
publishResource(File file,
String resourceName,
IFormPublishContext publishCtx) |
static PublishRequestParameter |
requestParamsOf(javax.servlet.http.HttpServletRequest req)
Deprecated.
|
@Deprecated public static PublishRequestParameter requestParamsOf(javax.servlet.http.HttpServletRequest req)
PublishRequestParameterParser.parameters(HttpServletRequest)
@Deprecated public static IExtendedFormPublishContext createContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, IEntityContext ec)
FormPublishContextBuilder
public static void publishPDFInmport(File file, IFormPublishContext publishCtx) throws IOException
IOException
public static void publishResource(File file, String resourceName, IFormPublishContext publishCtx) throws IOException
IOException
public static boolean publish(IFormPublishContext ctx) throws Exception
Exception
@Deprecated public static com.alibaba.fastjson.JSONArray getBackupList(IEntityContext ec, int formVersionId)
getBackupList(IEntityContext, FormVersion)
public static com.alibaba.fastjson.JSONArray getBackupList(IEntityContext ec, FormVersion formVersion)
@Deprecated public static String getBackupPersistent(IEntityContext ec, int formVersionBackupId)
getBackupPersistent(IEntityContext, FormVersionBackup)
public static String getBackupPersistent(IEntityContext ec, FormVersionBackup backup)
@Deprecated public static String getCurrentPersistent(IEntityContext ec, int formVersionId)
getCurrentPersistent(IEntityContext, FormVersion)
public static String getCurrentPersistent(IEntityContext ec, FormVersion formVersion)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.