Package com.avoka.fc.core.dao
Class DataRetentionInfoDao
java.lang.Object
com.avoka.core.dao.BaseDao
com.avoka.fc.core.dao.AbstractDao
com.avoka.fc.core.dao.DataRetentionInfoDao
Provides a Data Retention Info DAO.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Provides a Data Retention Info class.static class
Provides a job status aggregation group info reporting classstatic class
Provides a submission status aggregation group info reporting classstatic class
Provides sub status group info comparatorstatic class
Provides a Table Size class. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The 'Collaboration Jobs'.static final String
The 'Error Log'.static final String
The 'Event Log'.static final String
The 'Field Worker Client Log'.static final String
The 'Field Worker Sync Call'.static final String
The 'Field Worker Sync Log'.static final String
The 'Form Transaction History'.static final String
The 'Groovy Service Log'.static final String
The 'Scheduled Job History'.static final String
The 'Security Audit Log'.static final String
The 'Security Manager Log'.static final String
The 'Server Health'.static final String
The 'User Login History'.Fields inherited from class com.avoka.core.dao.BaseDao
FETCH_LIMIT, STATEMENT_MAX_NO_PARAMETERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the data retention info list.Return the list of top table sizes for the TM database schema, or an empty list of not supported.static void
Invalidate the info results cache.Methods inherited from class com.avoka.fc.core.dao.AbstractDao
andFilterClientExcludeNull, andFilterClientIncludeNull, andFilterClientOnly, isClientAccessAllowed, performQueryConfigCached
Methods inherited from class com.avoka.core.dao.BaseDao
addOrdering, addOrderingCaseInsensitive, addOrderingCaseSensitive, andQueryBetween, andQueryInExp, andQueryInExp, andQueryLikeIgnoreCaseExp, andQueryMatchDbExp, andQueryMatchExp, andQueryMatchIsNotNull, andQueryMatchIsNull, andQueryNoMatchExp, andQueryNotTrue, deleteObject, deleteObjects, findObject, getDataContext, getFetchLimit, getLogger, getObjectForPK, newObject, orQueryLikeIgnoreCaseExp, orQueryMatchExp, performNamedQuery, performNamedQuery, performNamedQuery, performNamedQuery, performNonSelectingQuery, performNonSelectingQuery, performNonSelectingQuery, performNonSelectingQuery, performQuery, performQuery, performQuery, registerNewObject, setCacheStrategy, setFetchLimit, setLocalCacheStrategy, setLocalCacheStrategy, setSharedCacheStrategy, toMap, toMap
-
Field Details
-
COLLABORATION_JOBS
The 'Collaboration Jobs'.- See Also:
-
FORM_TRANSACTION_HISTORY
The 'Form Transaction History'.- See Also:
-
ERROR_LOG
The 'Error Log'.- See Also:
-
EVENT_LOG
The 'Event Log'.- See Also:
-
GROOVY_SERVICE_LOG
The 'Groovy Service Log'.- See Also:
-
FIELD_WORKER_CLIENT_LOG
The 'Field Worker Client Log'.- See Also:
-
FIELD_WORKER_SYNC_CALL
The 'Field Worker Sync Call'.- See Also:
-
FIELD_WORKER_SYNC_LOG
The 'Field Worker Sync Log'.- See Also:
-
SCHEDULED_JOB_HISTORY
The 'Scheduled Job History'.- See Also:
-
SECURITY_MANAGER_LOG
The 'Security Manager Log'.- See Also:
-
SECURITY_AUDIT_LOG
The 'Security Audit Log'.- See Also:
-
SERVER_HEALTH
The 'Server Health'.- See Also:
-
USER_LOGIN_HISTORY
The 'User Login History'.- See Also:
-
-
Constructor Details
-
DataRetentionInfoDao
public DataRetentionInfoDao()
-
-
Method Details
-
invalidateCache
public static void invalidateCache()Invalidate the info results cache.- Since:
- 4.3.3
-
getDataRetentionInfoList
Return the data retention info list.- Returns:
- the data retention info list
-
getJobGroupInfoList
- Returns:
- the job status aggregation group information.
- Since:
- 4.3.3
-
getSubGroupInfoList
- Returns:
- the submission (with no job association) status aggregation group information.
- Since:
- 4.3.3
-
getJobSubGroupInfoList
- Returns:
- the job submissions (with job association) status aggregation group information.
- Since:
- 18.5.0
-
getTopTableSizes
Return the list of top table sizes for the TM database schema, or an empty list of not supported.- Returns:
- the list of top table sizes for the TM database schema, or an empty list of not supported.
- Since:
- 4.3.3
-