|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
.
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 |
---|
java.util.Vector getAdditions()
ResultsContainer
that are being added during the execution of the current task.
java.util.Vector getDeletions()
ResultsContainer
that are being
removed, deleted, or disabled (depending on the task) during the
execution of the current task.
java.util.Vector getCurrentValues()
ResultsContainer
as
they existed before the execution of the current task.
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.
getNewCurrentValues()
java.util.Vector getNewCurrentValues()
ResultsContainer
that are being
modified during the execution of the current task.
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.
getCurrentValues()
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |