public class SelectDescriptorBuilder
extends java.lang.Object
| Constructor and Description |
|---|
SelectDescriptorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static SelectByIdDescriptor<SAMappedDocument> |
getArchivedDocumentById(long documentId) |
static SelectListDescriptor<SAMappedDocument> |
getArchivedDocumentList(java.lang.String name,
long processInstanceId,
QueryOptions queryOptions,
long time) |
static SelectOneDescriptor<SAMappedDocument> |
getArchivedVersionOfDocument(long documentId) |
static SelectListDescriptor<SMappedDocument> |
getDocumentList(java.lang.String name,
long processInstanceId,
QueryOptions queryOptions) |
static SelectListDescriptor<SMappedDocument> |
getDocumentListCreatedBefore(java.lang.String name,
long processInstanceId,
QueryOptions queryOptions,
long time) |
static SelectListDescriptor<SMappedDocument> |
getDocumentMappingsForProcessInstance(long processInstanceId,
int fromIndex,
int maxResults,
java.lang.String sortFieldOrder,
OrderByType orderBy) |
static SelectOneDescriptor<java.lang.Long> |
getNumberOfSMappedDocumentOfProcess(long processInstanceId) |
static SelectListDescriptor<SAMappedDocument> |
getSAMappedDocumentOfProcessWithName(long processInstanceId,
java.lang.String documentName,
long time) |
static SelectOneDescriptor<SMappedDocument> |
getSMappedDocumentOfProcessWithName(long processInstanceId,
java.lang.String documentName) |
public static SelectListDescriptor<SMappedDocument> getDocumentMappingsForProcessInstance(long processInstanceId, int fromIndex, int maxResults, java.lang.String sortFieldOrder, OrderByType orderBy)
public static SelectOneDescriptor<SMappedDocument> getSMappedDocumentOfProcessWithName(long processInstanceId, java.lang.String documentName)
public static SelectOneDescriptor<java.lang.Long> getNumberOfSMappedDocumentOfProcess(long processInstanceId)
public static SelectListDescriptor<SAMappedDocument> getSAMappedDocumentOfProcessWithName(long processInstanceId, java.lang.String documentName, long time)
public static SelectByIdDescriptor<SAMappedDocument> getArchivedDocumentById(long documentId)
public static SelectOneDescriptor<SAMappedDocument> getArchivedVersionOfDocument(long documentId)
public static SelectListDescriptor<SMappedDocument> getDocumentList(java.lang.String name, long processInstanceId, QueryOptions queryOptions)
public static SelectListDescriptor<SAMappedDocument> getArchivedDocumentList(java.lang.String name, long processInstanceId, QueryOptions queryOptions, long time)
public static SelectListDescriptor<SMappedDocument> getDocumentListCreatedBefore(java.lang.String name, long processInstanceId, QueryOptions queryOptions, long time)