Retrieval of Managed Objects
To retrieve a managed object in a task session, call one of the get... methods in BLTHContext, for example:
cim1265
To retrieve a managed object in a task session, call one of the get... methods in BLTHContext, for example:
- Call getUser() to retrieve the user object that is the subject of the current task
- Call getAdminTask() to retrieve the admin task being executed in the current task
- Call getGroupMembers() to retrieve the group members who are being added to or removed from the group in the current task
- Call getEnabledUsers() or getDisabledUsers() to retrieve the user objects enabled or disabled in the current task
For more information, refer to the Programming Reference.