CaseManagementModel

CaseManagementModel is the object model used by CaseManagementService operations to pass data in service requests and to receive data responses.

Attributes

Name Type Description
caseActions Array<CaseCategory> Case actions.

A case action defines an action a user can perform on a case.

caseData

Array<CaseDataType> Case data.

Case data is business data that is centrally managed by ActiveMatrix BPM and can therefore be accessed and updated by multiple BPM process applications.

caseDataTree Array<CaseDataTree> The case data for a case.
caseRef String Case reference.
caseRefArray Array<String> Case references.
caseReferencesArray Array<String> Case references.
caseReferencesFromAdHocView Array<String> Case references.
caseRefInformation Array<CaseReferenceWithSummaryDetailsType> Case reference and its summary details.
caseStates Array<CaseState> Current and allowed state of the cases.
caseTypeAttributes Array<CaseClassInfo> Case attributes.
caseTypes Array<CaseClassInfo> Information about the case types, such as name and attribute details.
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.
relatedCaseReferences Array<CaseObjectDetails> Details of the cases that are related to the given case reference supplied in the getRelatedCases operation.
selectedCaseModel CaseModelBasicInfo Identifies the case model.
selectedCaseType CaseClassInfo Information about the case type, such as name and attribute details.
selectedWorkItem WorkItem Work item whose case information is to be retrieved.
See the following topics for specific information on how CaseManagementService operations use the CaseManagementModel object model: