Public Member Functions | |
boolean | isMine (Object entity) |
void | cleanEntity (Object entity, CleanupMode mode) |
void | cleanOrphans () |
Public Member Functions inherited from org.turro.cleanup.AbstractCleanup | |
void | setConsole (ICleanupConsole console) |
void | cleanFromCommons (String entityPath, CleanupMode mode, Set< Commons > commons) |
Set< String > | pathsForRoot (String root, Commons common) |
Additional Inherited Members | |
Protected Member Functions inherited from org.turro.cleanup.AbstractCleanup | |
ICleanupConsole | getConsole () |
Set< String > | getOrphans (Set< String > entities, Set< String > mapped) |
void | cleanOrphansFor (String root, Set< String > entities) |
Definition at line 29 of file DocumentsCleanup.java.
void org.turro.cleanup.DocumentsCleanup.cleanEntity | ( | Object | entity, |
CleanupMode | mode | ||
) |
Implements org.turro.cleanup.IElephantCleanup.
Definition at line 37 of file DocumentsCleanup.java.
void org.turro.cleanup.DocumentsCleanup.cleanOrphans | ( | ) |
Reimplemented from org.turro.cleanup.AbstractCleanup.
Definition at line 42 of file DocumentsCleanup.java.
boolean org.turro.cleanup.DocumentsCleanup.isMine | ( | Object | entity | ) |
Implements org.turro.cleanup.IElephantCleanup.
Definition at line 32 of file DocumentsCleanup.java.