com.novell.nds.dirxml.job
Interface JobScope


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.
 

Method Detail

getNextObject

public DirectoryObject getNextObject()
Return the next directory object in the scope for the job.

Returns:
a DirectoryObject implementation, or null if there are no more objects in scope.