CaseDocumentServiceModel
CaseDocumentServiceModel is the object model used by CaseDocumentService operations to pass data in service requests and responses.
Attributes
Name | Type | Description |
---|---|---|
caseRef | String | Case reference |
downloadDocumentDivId | String | ID of the Div element in which to download a document |
guid | String | GUID of the logged in user, used to authenticate and authorize the service request. The GUID can be obtained by using the BPMLoginService.getExtendedUserInfo operation. |
item | Array | List of case documents |
openDocumentDivId | String | ID of the Div element in which to open a document |
selectedDate | String | Date used to delete orphaned folders. |
selectedDocument | DocumentItem | Currently selected case document |
selectedWorkItem | WorkItem | Currently selected work item |
Copyright © Cloud Software Group, Inc. All rights reserved.