|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.misc.SyncFlatTables
public class SyncFlatTables
Constructor Summary | |
---|---|
SyncFlatTables()
|
Method Summary | |
---|---|
long |
addMissingFlatAttributeDefs()
add missing flat attr defs |
long |
addMissingFlatGroups()
add missing flat groups |
long |
addMissingFlatMemberships()
Add missing flat memberships either by adding them directly to the table or by adding a changelog event depending on whether sendNotifications(boolean) is set. |
long |
addMissingFlatStems()
add missing flat stems |
void |
clearReport()
clear report |
SyncFlatTables |
createReport(boolean createReport)
Whether or not to create a report. |
String |
getDetailedOutput()
|
SyncFlatTables |
logDetails(boolean logDetails)
Whether or not to log details. |
long |
removeBadFlatAttributeDefs()
remove bad flat attr defs |
long |
removeBadFlatGroups()
remove bad flat groups |
long |
removeBadFlatMemberships()
Remove bad flat memberships either by removing them directly in the table or by adding a changelog event depending on whether sendNotifications(boolean) is set. |
long |
removeBadFlatStems()
remove bad flat stems |
SyncFlatTables |
saveUpdates(boolean saveUpdates)
Whether or not to actually save updates. |
SyncFlatTables |
sendNotifications(boolean sendNotifications)
Whether or not to send notifications. |
SyncFlatTables |
showResults(boolean showResults)
Whether or not to print out results of what's being done. |
long |
syncAllFlatTables()
Sync all flat tables |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyncFlatTables()
Method Detail |
---|
public SyncFlatTables showResults(boolean showResults)
showResults
-
public SyncFlatTables saveUpdates(boolean saveUpdates)
saveUpdates
-
public SyncFlatTables logDetails(boolean logDetails)
logDetails
-
public SyncFlatTables createReport(boolean createReport)
createReport
-
public SyncFlatTables sendNotifications(boolean sendNotifications)
sendNotifications
-
public long syncAllFlatTables()
public String getDetailedOutput()
public void clearReport()
public long addMissingFlatAttributeDefs()
public long addMissingFlatStems()
public long addMissingFlatMemberships()
public long addMissingFlatGroups()
public long removeBadFlatAttributeDefs()
public long removeBadFlatStems()
public long removeBadFlatGroups()
public long removeBadFlatMemberships()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |