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
Nested ClassesModifier and TypeClassDescriptionstatic classProvides a Data Retention Info class.static classProvides a job status aggregation group info reporting classstatic classProvides a submission status aggregation group info reporting classstatic classProvides sub status group info comparatorstatic classProvides a Table Size class. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe 'Collaboration Jobs'.static final StringThe 'Error Log'.static final StringThe 'Event Log'.static final StringThe 'Field Worker Client Log'.static final StringThe 'Field Worker Sync Call'.static final StringThe 'Field Worker Sync Log'.static final StringThe 'Form Transaction History'.static final StringThe 'Groovy Service Log'.static final StringThe 'Scheduled Job History'.static final StringThe 'Security Audit Log'.static final StringThe 'Security Manager Log'.static final StringThe 'Server Health'.static final StringThe 'User Login History'.Fields inherited from class com.avoka.core.dao.BaseDao
FETCH_LIMIT, STATEMENT_MAX_NO_PARAMETERS -
Constructor Summary
Constructors -
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 voidInvalidate the info results cache.Methods inherited from class com.avoka.fc.core.dao.AbstractDao
andFilterClientExcludeNull, andFilterClientIncludeNull, andFilterClientOnly, isClientAccessAllowed, performQueryConfigCachedMethods 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
-