Reports pack

Most of these reports are based on the Activity log events audit trail.

For more information Activity log.

Template reports

NameUse Activity logRequired parametersDescription
JavaReportPattern.jrxml 

No.

No.

A template pattern that uses Java to retrieve data.

SQLReportPattern.jrxml

No.

No.

A template pattern that uses SQL to retrieve data.

Authentication

NameUse Activity logRequired parametersDescription
 

Yes.

Yes.

User logins, filtered by date range.

UsersLogout.rep

Yes.

Yes.

User logouts, filtered by date range.

UsersSessionExpiration.rep

Yes.

Yes.

Users whose sessions expired, filtered by date range.

Documents

NameUse Activity logRequired parametersDescription

DocumentCanceledCheckout.rep

Yes.

Yes.

Lists documents that canceled the edition, filtered by date range.

DocumentCheckin.rep

Yes.

Yes.

Lists documents updated, filtered by date range.

DocumentCheckout.rep

Yes.

Yes.

Lists documents being edited, filtered by date range.

DocumentCreate.rep

Yes.

Yes.

Lists documents created, filtered by date range.

DocumentDelete.rep

Yes.

Yes.

Lists documents deleted, filtered by date range.

DocumentGetChildren.rep

Yes.

Yes.

Shows when users list the documents in a folder or record. Results are filtered by date range.

To list documents in a folder, an internal method named "getChildren" is called.

DocumentContent.rep

Yes.

Yes.

Shows when users retrieved the content of a document. Results are filtered by date range.

For example, when a user downloads or previews a document (among other actions), they are retrieving the content of the document.

DocumentContentByVersion.rep

Yes.

Yes.

Shows when users retrieved a specific version of a document's content. Results are filtered by date range.

DocumentGetProperties.rep

Yes.

Yes.

Shows when the user retrieved the properties of a document. Results are filtered by date range.

For example, when the document is selected, it internally calls a method named "getProperties" to fill the contents of the properties tab in the user interface.

DocumentGetVersionHistory.rep

Yes.

Yes.

Shown when users retrieve the list of all versions of a document. Results are filtered by date range.

DocumentGetPropertyGroupProperties.rep

Yes.

Yes.

Lists the fields of a metadata group.

For example, when a metadata group is shown in the user interface, an internal method named "getPropertyGroupProperties" is called to fill the metadata group values.

DocumentLock.rep

Yes.

Yes.

Lists documents updated, filtered by date range.

DocumentMove.rep

Yes.

Yes.

Lists documents moved, filtered by date range.

DocumentPurge.rep

Yes.

Yes.

Lists documents purged, filtered by date range.

When a document is purged, it will disappear from the application repository.

DocumentRenamed.rep

Yes.

Yes.

Lists documents renamed, filtered by date range.

DocumentUnlock.rep

Yes.

Yes.

Lists documents unlocked, filtered by date range.

DocumentsAccessibleByUserOrdered.jrxml

No.

No.

Retrieve a list of available documents - security filtered - ordered by folder name.

Optimized for CSV format.

Not recommended for large repositories; it can take a lot of time.

DuplicatedFiles.jrxml

No.

No.

List of duplicated files in the application repository, based on document checksums.

ListDocumentsWithChecksum.rep 

No.

Yes.

List of all documents in some folders and subfolders with checksum values.

Folders

NameUse Activity logRequired parametersDescription

FolderCopy.rep

Yes.

Yes.

Lists folders copied, filtered by date range.

FolderCreate.rep

Yes.

Yes.

Lists folders created, filtered by date range.

FolderDelete.rep

Yes.

Yes.

Lists folders deleted, filtered by date range.

FolderGetChilden.rep

Yes.

Yes.

Shows when users list the folders in a folder or record. Results are filtered by date range.

To list folders in a folder, an internal method named "getChildren" is called.

FolderGetContentInfo.rep

Yes.

Yes.

Shown when the internal method named "getContentInfo" has been executed.

To perform some operations it is necessary to calculate the folder depth, for example before starting the folder ZIP download.

There's an internal method named "getContentInfo" that does it.

FolderGetProperties.rep

Yes.

Yes.

Shows when the user retrieved the properties of a folder. Results are filtered by date range.

For example, when the folder is selected, it internally calls a method named "getProperties" to fill the contents of the properties tab in the user interface.

FolderMove.rep

Yes.

Yes.

Lists folders moved, filtered by date range.

FolderPurge.rep

Yes.

Yes.

Lists folders purged, filtered by date range.

When a folder is purged, it will disappear from the application repository.

FolderRename.rep

Yes.

Yes.

Lists folders renamed, filtered by date range.

FolderSecurity.rep

No.

Yes.

Lists folders and subfolders showing security for roles and/or users.

FolderGetSize.rep

No.

Yes.

Lists folders and subfolders, showing the size of each.

Mails

NameUse Activity logRequired parametersDescription

MailCreate.rep 

Yes.

Yes.

Lists mails created, filtered by date range.

MailGetProperties.rep

Yes.

Yes.

Shown when a user retrieves the properties of a mail. Results are filtered by date range.

For example, when a mail is selected, an internal method named "getProperties" is called to fill the contents of the properties tab in the user interface.

MailPurge.rep

Yes.

Yes.

Lists mails purged, filtered by date range.

When a mail is purged, it will disappear from the application repository.

MailRename.rep

Yes.

Yes.

Lists mails renamed, filtered by date range.

MailMove.rep

Yes.

Yes.

Lists mails moved, filtered by date range.

MailCopy.rep

Yes.

Yes.

Lists mails copied, filtered by date range.

MailGetChilden.rep

Yes.

Yes.

Shows when users list the mails in a folder or record. Results are filtered by date range.

To list mails in a folder, an internal method named "getChildren" is called.

Others

NameUse Activity logRequired parametersDescription

TenantUserQuota.jrxml

No.

No.

Document size (in MB) by user and tenant.

RegisteredUsers.jrxml

No.

No.

Registered users.