public interface IDfBatchGroup
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getErrorMessages()
Retrieve the error messages for the failed objects.
|
java.util.List<IDfPersistentObject> |
getFailedObjects()
Retrieve the failed objects from the group.
|
java.util.List<java.lang.String> |
getInsertStmt()
Retrieve all insert statements for registered tables.
|
java.util.Collection<IDfPersistentObject> |
getObjects()
Retrieve all objects in the batch group.
|
java.util.Collection<IDfPersistentObject> getObjects()
java.util.List<java.lang.String> getInsertStmt()
java.util.List<IDfPersistentObject> getFailedObjects()
java.util.List<java.lang.String> getErrorMessages()
Copyright 1994-2023 OpenText Corporation. All rights reserved.