BulkRequest(PlatformContext platform,
javax.security.auth.Subject subject,
long id,
java.util.Date scheduledTime,
BulkException exception)
Constructs with a platform context, subject, request id, scheduled time, and BulkException.
Method Summary
boolean
anyFailures()
Returns whether the request had any failures.
subject - Subject representing the authenticated caller.
id - A long request id.
scheduledTime - The scheduled starting time of the process.
If null, the process will start immediately.
In case this method is invoked remotely, passing this parameter as the current
data/time of the client machine is not a safe technique to use, since the
date/time of the client machine may not be the same as the date/time of the
ITIM server machine.
exception - BulkException holding any failures of the request.
May be null.