|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JobScope
Interface that iterates through the directory objects
that are the scope of the job. Note that scope is an optional
facet of a job and therefore this interface may return zero
objects because either:
| Method Summary | |
|---|---|
DirectoryObject |
getNextObject()
Return the next directory object in the scope for the job. |
DirectoryObject |
getNextObject(long entryID)
Return the next directory object in the scope for the job. |
void |
reset()
Reset this scope object such that getNextObject() will reevaluate the scope objects and return the first object in scope. |
| Method Detail |
|---|
DirectoryObject getNextObject()
DirectoryObject implementation, or null if there are no
more objects in scope.DirectoryObject getNextObject(long entryID)
entryID - trustee entry id
DirectoryObject implementation, or null if there are no
more objects in scope.void reset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||