CaseMgmtObjectStore class
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
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.