Class GuiDataProviderChangeLogQueryConfiguration
java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.ui.GuiDataProviderChangeLogQueryConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionconvertFromDataProviderChangeLogQueryConfiguration(GrouperDataProviderChangeLogQueryConfiguration grouperDataProviderChangeLogQueryConfiguration) convertFromDataProviderChangeLogQueryConfiguration(List<GrouperDataProviderChangeLogQueryConfiguration> dataProviderChangeLogQueryConfigurations) 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).change log attribute that contains the timestamp for when a row was added/changed
-
Method Details
-
getGrouperDataProviderChangeLogQueryConfiguration
public GrouperDataProviderChangeLogQueryConfiguration getGrouperDataProviderChangeLogQueryConfiguration() -
getTimestampAttribute
change log attribute that contains the timestamp for when a row was added/changed- Returns:
- the timestamp attribute
-
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)
-