public class SelectDescriptorBuilder extends Object
| Constructor and Description |
|---|
SelectDescriptorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static org.bonitasoft.engine.persistence.SelectByIdDescriptor<org.bonitasoft.engine.core.document.model.archive.SAMappedDocument> |
getArchivedDocumentById(long documentId) |
static org.bonitasoft.engine.persistence.SelectListDescriptor<org.bonitasoft.engine.core.document.model.archive.SAMappedDocument> |
getArchivedDocumentList(String name,
long processInstanceId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions,
long time) |
static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.core.document.model.archive.SAMappedDocument> |
getArchivedVersionOfDocument(long documentId) |
static org.bonitasoft.engine.persistence.SelectListDescriptor<org.bonitasoft.engine.core.document.model.SMappedDocument> |
getDocumentList(String name,
long processInstanceId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
static org.bonitasoft.engine.persistence.SelectListDescriptor<org.bonitasoft.engine.core.document.model.SMappedDocument> |
getDocumentListCreatedBefore(String name,
long processInstanceId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions,
long time) |
static org.bonitasoft.engine.persistence.SelectListDescriptor<org.bonitasoft.engine.core.document.model.SMappedDocument> |
getDocumentMappingsForProcessInstance(long processInstanceId,
int fromIndex,
int maxResults,
String sortFieldOrder,
org.bonitasoft.engine.persistence.OrderByType orderBy) |
static org.bonitasoft.engine.persistence.SelectOneDescriptor<Long> |
getNumberOfSMappedDocumentOfProcess(long processInstanceId) |
static org.bonitasoft.engine.persistence.SelectListDescriptor<org.bonitasoft.engine.core.document.model.archive.SAMappedDocument> |
getSAMappedDocumentOfProcessWithName(long processInstanceId,
String documentName,
long time) |
static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.core.document.model.SMappedDocument> |
getSMappedDocumentOfProcessWithName(long processInstanceId,
String documentName) |
public static org.bonitasoft.engine.persistence.SelectListDescriptor<org.bonitasoft.engine.core.document.model.SMappedDocument> getDocumentMappingsForProcessInstance(long processInstanceId,
int fromIndex,
int maxResults,
String sortFieldOrder,
org.bonitasoft.engine.persistence.OrderByType orderBy)
public static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.core.document.model.SMappedDocument> getSMappedDocumentOfProcessWithName(long processInstanceId,
String documentName)
public static org.bonitasoft.engine.persistence.SelectOneDescriptor<Long> getNumberOfSMappedDocumentOfProcess(long processInstanceId)
public static org.bonitasoft.engine.persistence.SelectListDescriptor<org.bonitasoft.engine.core.document.model.archive.SAMappedDocument> getSAMappedDocumentOfProcessWithName(long processInstanceId,
String documentName,
long time)
public static org.bonitasoft.engine.persistence.SelectByIdDescriptor<org.bonitasoft.engine.core.document.model.archive.SAMappedDocument> getArchivedDocumentById(long documentId)
public static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.core.document.model.archive.SAMappedDocument> getArchivedVersionOfDocument(long documentId)
public static org.bonitasoft.engine.persistence.SelectListDescriptor<org.bonitasoft.engine.core.document.model.SMappedDocument> getDocumentList(String name, long processInstanceId, org.bonitasoft.engine.persistence.QueryOptions queryOptions)
public static org.bonitasoft.engine.persistence.SelectListDescriptor<org.bonitasoft.engine.core.document.model.archive.SAMappedDocument> getArchivedDocumentList(String name, long processInstanceId, org.bonitasoft.engine.persistence.QueryOptions queryOptions, long time)
public static org.bonitasoft.engine.persistence.SelectListDescriptor<org.bonitasoft.engine.core.document.model.SMappedDocument> getDocumentListCreatedBefore(String name, long processInstanceId, org.bonitasoft.engine.persistence.QueryOptions queryOptions, long time)
Copyright © 2017 Bonitasoft S.A.. All rights reserved.