Programming Guides › Programming Guide for Java › Managed Objects › Access to Objects in a Task › Retrieval of Managed Objects
Retrieval of Managed Objects
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
Copyright © 2013 CA.
All rights reserved.
|
|