Class SyncStemSets

java.lang.Object
edu.internet2.middleware.grouper.misc.SyncStemSets

public class SyncStemSets extends Object
  • Constructor Details

    • SyncStemSets

      public SyncStemSets()
  • Method Details

    • showResults

      public SyncStemSets showResults(boolean showResults)
      Whether or not to print out results of what's being done
      Parameters:
      showResults -
      Returns:
      SyncStemSets
    • saveUpdates

      public SyncStemSets saveUpdates(boolean saveUpdates)
      Whether or not to actually save updates
      Parameters:
      saveUpdates -
      Returns:
      SyncStemSets
    • logDetails

      public SyncStemSets logDetails(boolean logDetails)
      Whether or not to log details
      Parameters:
      logDetails -
      Returns:
      SyncStemSets
    • fullSync

      public long fullSync()
      Full sync
      Returns:
      the number of stems with stemSet issues
    • fixExistingStemSets

      public long fixExistingStemSets()
      Find issues with existing stem sets
      Returns:
      the number of stems with stemSet issues
    • addMissingSelfStemSets

      public long addMissingSelfStemSets()
      Add missing self stem sets
      Returns:
      the number of stems with missing self stem sets
    • getUpdateCount

      public long getUpdateCount()
      Returns:
    • getProcessedCount

      public long getProcessedCount()
    • getOutput

      public String getOutput()
    • captureOutput

      public void captureOutput(boolean b)