CaseMgmtObjectStore class

Draft comment:
This topic is shared by BAW, CP4BA. Last updated on 2025-03-13 12:15
The CaseMgmtObjectStore class represents an object store that contains a deployed solution.
To obtain an instance of the CaseMgmtObjectStore class, use one of the factory methods:
  • fetchInstance
  • getFetchlessInstance
If an instance is obtained by calling fetchInstance, the method verifies that the identifier used to specify an object store does reference a valid object store. An exception is thrown if the object store is invalid. If getFetchlessInstance is called, no such verification occurs. However, an exception might be thrown later if a method is called that requires a reference to a valid object store.

All of the information contained in an instance of CaseMgmtObjectStore is managed by a cache that is internal to the workflow Java™ API. The same information can be accessed whether the instance was obtained with or without a fetch operation, but the fetchInstance method runs only an initial check to ensure that the referenced object store is valid.