Open Preprint Systems
3.3.0
SubmissionEventLogEntry.inc.php
1
<?php
2
17
import
(
'lib.pkp.classes.log.PKPSubmissionEventLogEntry'
);
18
19
// Log entry associative types. All types must be defined here
20
21
// General events 0x10000000
22
define(
'SUBMISSION_LOG_SUPPFILE_UPDATE'
, 0x10000003);
23
define(
'SUBMISSION_LOG_ARTICLE_PUBLISH'
, 0x10000006);
24
define(
'SUBMISSION_LOG_ARTICLE_IMPORT'
, 0x10000007);
25
26
// Author events 0x20000000
27
define(
'SUBMISSION_LOG_AUTHOR_REVISION'
, 0x20000001);
28
29
// Editor events 0x30000000
30
define(
'SUBMISSION_LOG_EDITOR_ASSIGN'
, 0x30000001);
31
define(
'SUBMISSION_LOG_EDITOR_UNASSIGN'
, 0x30000002);
32
define(
'SUBMISSION_LOG_EDITOR_FILE'
, 0x30000004);
33
define(
'SUBMISSION_LOG_EDITOR_ARCHIVE'
, 0x30000005);
34
define(
'SUBMISSION_LOG_EDITOR_RESTORE'
, 0x30000006);
35
36
// Reviewer events 0x40000000
37
define(
'SUBMISSION_LOG_REVIEW_RECOMMENDATION_BY_PROXY'
, 0x40000016);
38
39
// Copyeditor events 0x50000000
40
define(
'SUBMISSION_LOG_COPYEDIT_ASSIGN'
, 0x50000001);
41
define(
'SUBMISSION_LOG_COPYEDIT_UNASSIGN'
, 0x50000002);
42
define(
'SUBMISSION_LOG_COPYEDIT_INITIATE'
, 0x50000003);
43
define(
'SUBMISSION_LOG_COPYEDIT_REVISION'
, 0x50000004);
44
define(
'SUBMISSION_LOG_COPYEDIT_INITIAL'
, 0x50000005);
45
define(
'SUBMISSION_LOG_COPYEDIT_FINAL'
, 0x50000006);
46
define(
'SUBMISSION_LOG_COPYEDIT_SET_FILE'
, 0x50000007);
47
define(
'SUBMISSION_LOG_COPYEDIT_COPYEDIT_FILE'
, 0x50000008);
48
define(
'SUBMISSION_LOG_COPYEDIT_COPYEDITOR_FILE'
, 0x50000009);
49
50
// Proofreader events 0x60000000
51
define(
'SUBMISSION_LOG_PROOFREAD_ASSIGN'
, 0x60000001);
52
define(
'SUBMISSION_LOG_PROOFREAD_UNASSIGN'
, 0x60000002);
53
define(
'SUBMISSION_LOG_PROOFREAD_INITIATE'
, 0x60000003);
54
define(
'SUBMISSION_LOG_PROOFREAD_REVISION'
, 0x60000004);
55
define(
'SUBMISSION_LOG_PROOFREAD_COMPLETE'
, 0x60000005);
56
57
// Layout events 0x70000000
58
define(
'SUBMISSION_LOG_LAYOUT_ASSIGN'
, 0x70000001);
59
define(
'SUBMISSION_LOG_LAYOUT_UNASSIGN'
, 0x70000002);
60
define(
'SUBMISSION_LOG_LAYOUT_INITIATE'
, 0x70000003);
61
define(
'SUBMISSION_LOG_LAYOUT_GALLEY'
, 0x70000004);
62
define(
'SUBMISSION_LOG_LAYOUT_COMPLETE'
, 0x70000005);
63
define(
'SUBMISSION_LOG_LAYOUT_GALLEY_AVAILABLE'
, 0x70000006);
64
define(
'SUBMISSION_LOG_LAYOUT_GALLEY_UNAVAILABLE'
, 0x70000007);
65
66
67
class
SubmissionEventLogEntry
extends
PKPSubmissionEventLogEntry
{
68
}
69
70
PKPSubmissionEventLogEntry
Describes an entry in the submission history log.
Definition:
PKPSubmissionEventLogEntry.inc.php:67
SubmissionEventLogEntry
Describes an entry in the submission history log.
Definition:
SubmissionEventLogEntry.inc.php:67
classes
log
SubmissionEventLogEntry.inc.php
Generated on Fri Aug 28 2020 14:52:08 for Open Preprint Systems by
1.8.17