public interface DDMFormExporter
| Modifier and Type | Method and Description |
|---|---|
byte[] |
export(long formInstanceId) |
byte[] |
export(long formInstanceId,
int status) |
byte[] |
export(long formInstanceId,
int status,
int start,
int end) |
byte[] |
export(long formInstanceId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) |
java.lang.String |
getFormat() |
default java.lang.String |
getLabel() |
java.util.Locale |
getLocale() |
void |
setLocale(java.util.Locale locale) |
byte[] export(long formInstanceId)
throws java.lang.Exception
java.lang.Exceptionbyte[] export(long formInstanceId,
int status)
throws java.lang.Exception
java.lang.Exceptionbyte[] export(long formInstanceId,
int status,
int start,
int end)
throws java.lang.Exception
java.lang.Exceptionbyte[] export(long formInstanceId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator)
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getFormat()
default java.lang.String getLabel()
java.util.Locale getLocale()
void setLocale(java.util.Locale locale)