static CreateObjectsEvent |
CreateObjectsEvent.newCancelledEvent(StorageObject[] incompletedObjects,
Object uniqueOperationId) |
static CreateObjectsEvent |
CreateObjectsEvent.newCompletedEvent(Object uniqueOperationId) |
static CreateObjectsEvent |
CreateObjectsEvent.newErrorEvent(Throwable t,
Object uniqueOperationId) |
static CreateObjectsEvent |
CreateObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static CreateObjectsEvent |
CreateObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
StorageObject[] completedObjects,
Object uniqueOperationId) |
static CreateObjectsEvent |
CreateObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |