Retrieving Providers
ProviderAccessor is one of the core objects in the idmgr API functional model. In each API, the ...Context object (such as BLTHContext, LogicalAttributeContext) inherits ProviderAccessor methods. In addition, ProviderAccessor can be made available to custom objects when the idmgr environment is initialized.
cim1265
ProviderAccessor is one of the core objects in the API functional model. In each API, the ...Context object (such as BLTHContext, LogicalAttributeContext) inherits ProviderAccessor methods. In addition, ProviderAccessor can be made available to custom objects when the environment is initialized.
You retrieve provider objects through ProviderAccessor get... methods. For example, to access a UserProvider object, call getUserProvider(), and to access an AdminTaskProvider object, call getAdminTaskProvider().
When you update an object retrieved through ProviderAccessor, no events are generated because the managed object is not part of a task session. Managed object updates are reflected in events only if the updates are made to a managed object in a task session.
There is no adapter component in the Workflow API because you do not create a custom Java object with this API. You call the methods in the API from a WorkPoint workflow script.