Inheritance diagram for SelectionDeletionResult:
Collaboration diagram for SelectionDeletionResult:Public Methods | |
| int | getAllDocuments () |
| int | getReferencedByCollection () |
| int | getReferencedBySelection () |
| int | getDeletedOrphans () |
| SelectionDeletionResult (int allDocuments, int referencedByCollection, int referencedBySelection, int deletedOrphans, int rwDatabaseDocs) | |
| SelectionDeletionResult () | |
| int | getRwDatabaseDocs () |
| void | addAllDocuments (int allDocuments) |
| void | addReferencedByCollection (int referencedByCollection) |
| void | addReferencedBySelection (int referencedBySelection) |
| void | addDeletedOrphans (int deletedOrphans) |
| void | addRWDatabaseDocs (int rwDatabaseDocs) |
| SelectionDeletionResult | ( | int | allDocuments, |
| int | referencedByCollection, | ||
| int | referencedBySelection, | ||
| int | deletedOrphans, | ||
| int | rwDatabaseDocs | ||
| ) |
| void addAllDocuments | ( | int | allDocuments | ) |
| void addDeletedOrphans | ( | int | deletedOrphans | ) |
| void addReferencedByCollection | ( | int | referencedByCollection | ) |
| void addReferencedBySelection | ( | int | referencedBySelection | ) |
| void addRWDatabaseDocs | ( | int | rwDatabaseDocs | ) |
| int getAllDocuments | ( | ) |
| int getDeletedOrphans | ( | ) |
| int getReferencedByCollection | ( | ) |
| int getReferencedBySelection | ( | ) |
| int getRwDatabaseDocs | ( | ) |