Class GuiDataProviderChangeLogQueryConfiguration

java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.ui.GuiDataProviderChangeLogQueryConfiguration

public class GuiDataProviderChangeLogQueryConfiguration extends Object
  • Method Details

    • getGrouperDataProviderChangeLogQueryConfiguration

      public GrouperDataProviderChangeLogQueryConfiguration getGrouperDataProviderChangeLogQueryConfiguration()
    • getTimestampAttribute

      public String getTimestampAttribute()
      change log attribute that contains the timestamp for when a row was added/changed
      Returns:
      the timestamp attribute
    • getIncrementalSyncDaemonJobName

      public String getIncrementalSyncDaemonJobName()
      job name of the incremental sync daemon that processes this change log query's data provider, but only if that daemon is currently scheduled in quartz (so we don't link to a broken view logs url). returns null if there is no scheduled incremental sync daemon for the provider.
      Returns:
      the job name or null
    • convertFromDataProviderChangeLogQueryConfiguration

      public static GuiDataProviderChangeLogQueryConfiguration convertFromDataProviderChangeLogQueryConfiguration(GrouperDataProviderChangeLogQueryConfiguration grouperDataProviderChangeLogQueryConfiguration)
    • convertFromDataProviderChangeLogQueryConfiguration

      public static List<GuiDataProviderChangeLogQueryConfiguration> convertFromDataProviderChangeLogQueryConfiguration(List<GrouperDataProviderChangeLogQueryConfiguration> dataProviderChangeLogQueryConfigurations)