CA Identity Manager
Java SDK r12.5 SP 8

 

com.netegrity.imapi
Interface ResultsContainer


public interface ResultsContainer

Contains relationship information for the subject of the current task. For example, if the current task is Modify User, the subject is a User object. The information that can be retrieved in ResultsContainer includes any group and role objects that the modified user is being added to or removed from during the task.

The methods in this class let you view changes that occur to the objects in ResultsContainer during the execution of the task.

This class is returned from methods in BLTHContext.

Since:
IdentityMinder 5.6

Method Summary
 java.util.Vector getAdditions()
          Retrieves any objects in ResultsContainer that are being added during the execution of the current task.
 java.util.Vector getCurrentValues()
          Retrieves the values of the objects in ResultsContainer as they existed before the execution of the current task.
 java.util.Vector getDeletions()
          Retrieves any objects in ResultsContainer that are being removed, deleted, or disabled (depending on the task) during the execution of the current task.
 java.util.Vector getNewCurrentValues()
          Retrieves any objects in ResultsContainer that are being modified during the execution of the current task.
 

Method Detail

getAdditions

java.util.Vector getAdditions()
Retrieves any objects in ResultsContainer that are being added during the execution of the current task.

Returns:
The objects being added.

getDeletions

java.util.Vector getDeletions()
Retrieves any objects in ResultsContainer that are being removed, deleted, or disabled (depending on the task) during the execution of the current task.

Returns:
The objects being removed, deleted, or disabled.

getCurrentValues

java.util.Vector getCurrentValues()
Retrieves the values of the objects in ResultsContainer as they existed before the execution of the current task.

For example, if ResultsContainer contains Group objects for a Modify User task, getCurrentValues() retrieves the groups in which the user is a member before the execution of the task.

Returns:
The values of the objects before the execution of the current task.
See Also:
getNewCurrentValues()

getNewCurrentValues

java.util.Vector getNewCurrentValues()
Retrieves any objects in ResultsContainer that are being modified during the execution of the current task.

For example, if ResultsContainer contains Group objects for a Modify User task, getNewCurrentValues() retrieves the groups to which the user is being assigned during the execution of the task.

Returns:
The values of the objects being modified during the execution of the current task.
See Also:
getCurrentValues()

CA Identity Manager
Java SDK r12.5 SP 8

06/13/2011

© 2011 CA Technologies, Inc. All rights reserved.