Case Management APIs

ActiveMatrix BPM provides a number of APIs to develop case management applications.

ActiveMatrix BPM APIs

If you are using the ActiveMatrix BPM APIs to develop a custom application, the following services can be used to perform case-related operations:

  • BusinessDataServices - Includes operations to create, read, update and delete case data. You can also perform searches on case data based on specific criteria.
  • BusinessDataServicesAdminService - Includes operations to get information about and administer case models.
  • DocumentService - Includes operations to perform functions with case folders, which are used to store documents associated with a case.
  • BPMWorklistService.getWorkListItemsForGlobalData - This operation lists all work items associated with a specified case.

For additional information about these ActiveMatrix BPM APIs, see the TIBCO ActiveMatrix BPM Developer's Guide.

objectAPI

If you are using the Client Application Framework, you can use the objectAPI to perform BPM-related functionality, including case-related functions. This API includes the following services to develop case management applications:

  • GlobaldataService - Includes functions to create, read, update and delete case data. You can also perform searches on case data based on specific criteria.
  • GlobaldataAdminService - Includes functions to get information about and administer case models.
  • CaseActionService - Contains a function that lists the case actions for the specified case reference.
  • DocumentService - Used to manage case folders, which are used to store documents associated with a case.

For additional information about these objectAPI services, see "objectAPI Reference" in the TIBCO ActiveMatrix BPM Client Application Developer's Guide.