Attribute |
Details |
public static const String REPORTDEFINITION_FILE_DOWNLOADS_PER_FILE_ALL_USERS |
Initial: "select month, year, sum(requests) as fileRequests from _1_object_statistics where (object_id = {object_id} OR object_id LIKE {object_id} || ':%') and handler='de.escidoc.core.om.service.ItemHandler' and request='retrieveContent' group by month, year;"
|
public static const String REPORTDEFINITION_FILE_DOWNLOADS_PER_FILE_ANONYMOUS |
Initial: "select month, year, sum(requests) as fileRequests from _1_object_statistics where (object_id = {object_id} OR object_id LIKE {object_id} || ':%') and handler='de.escidoc.core.om.service.ItemHandler' and request='retrieveContent' and user_id='' group by month, year;"
|
public static const String REPORTDEFINITION_FILE_DOWNLOADS_PER_ITEM_ALL_USERS |
Initial: "select parent_object_id as itemId, sum(requests) as fileRequests from _1_object_statistics where (parent_object_id = {object_id} OR parent_object_id LIKE {object_id} || ':%') and handler='de.escidoc.core.om.service.ItemHandler' and request='retrieveContent' group by parent_object_id;"
|
public static const String REPORTDEFINITION_FILE_DOWNLOADS_PER_ITEM_ANONYMOUS |
Initial: "select parent_object_id as itemId, sum(requests) as fileRequests from _1_object_statistics where (parent_object_id = {object_id} OR parent_object_id LIKE {object_id} || ':%') and handler='de.escidoc.core.om.service.ItemHandler' and request='retrieveContent' and user_id='' group by parent_object_id;"
|
public static const String REPORTDEFINITION_NUMBER_OF_ITEM_RETRIEVALS_ALL_USERS |
Initial: "select month, year, sum(requests) as itemRequests from _1_object_statistics where (object_id = {object_id} OR object_id LIKE {object_id} || ':%') and handler='de.escidoc.core.om.service.ItemHandler' and request='retrieve' group by month, year;"
|
public static const String REPORTDEFINITION_NUMBER_OF_ITEM_RETRIEVALS_ANONYMOUS |
Initial: "select month, year, sum(requests) as itemRequests from _1_object_statistics where (object_id = {object_id} OR object_id LIKE {object_id} || ':%') and handler='de.escidoc.core.om.service.ItemHandler' and request='retrieve' and user_id='' group by month, year;"
|
public static const String SERVICE_NAME |
Initial: "ejb/de/mpg/escidoc/services/pubman/PubItemSimpleStatistics"
|