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