Open Journal 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_ISSUE_SCHEDULE'
, 0x10000004);
24
define(
'SUBMISSION_LOG_ISSUE_ASSIGN'
, 0x10000005);
25
define(
'SUBMISSION_LOG_ARTICLE_PUBLISH'
, 0x10000006);
26
define(
'SUBMISSION_LOG_ARTICLE_IMPORT'
, 0x10000007);
27
define(
'SUBMISSION_LOG_ISSUE_METADATA_UPDATE'
, 0x10000008);
28
29
// Author events 0x20000000
30
define(
'SUBMISSION_LOG_AUTHOR_REVISION'
, 0x20000001);
31
32
// Editor events 0x30000000
33
define(
'SUBMISSION_LOG_EDITOR_ASSIGN'
, 0x30000001);
34
define(
'SUBMISSION_LOG_EDITOR_UNASSIGN'
, 0x30000002);
35
define(
'SUBMISSION_LOG_EDITOR_FILE'
, 0x30000004);
36
define(
'SUBMISSION_LOG_EDITOR_ARCHIVE'
, 0x30000005);
37
define(
'SUBMISSION_LOG_EDITOR_RESTORE'
, 0x30000006);
38
39
// Reviewer events 0x40000000
40
define(
'SUBMISSION_LOG_REVIEW_RECOMMENDATION_BY_PROXY'
, 0x40000016);
41
42
// Copyeditor events 0x50000000
43
define(
'SUBMISSION_LOG_COPYEDIT_ASSIGN'
, 0x50000001);
44
define(
'SUBMISSION_LOG_COPYEDIT_UNASSIGN'
, 0x50000002);
45
define(
'SUBMISSION_LOG_COPYEDIT_INITIATE'
, 0x50000003);
46
define(
'SUBMISSION_LOG_COPYEDIT_REVISION'
, 0x50000004);
47
define(
'SUBMISSION_LOG_COPYEDIT_INITIAL'
, 0x50000005);
48
define(
'SUBMISSION_LOG_COPYEDIT_FINAL'
, 0x50000006);
49
define(
'SUBMISSION_LOG_COPYEDIT_SET_FILE'
, 0x50000007);
50
define(
'SUBMISSION_LOG_COPYEDIT_COPYEDIT_FILE'
, 0x50000008);
51
define(
'SUBMISSION_LOG_COPYEDIT_COPYEDITOR_FILE'
, 0x50000009);
52
53
// Proofreader events 0x60000000
54
define(
'SUBMISSION_LOG_PROOFREAD_ASSIGN'
, 0x60000001);
55
define(
'SUBMISSION_LOG_PROOFREAD_UNASSIGN'
, 0x60000002);
56
define(
'SUBMISSION_LOG_PROOFREAD_INITIATE'
, 0x60000003);
57
define(
'SUBMISSION_LOG_PROOFREAD_REVISION'
, 0x60000004);
58
define(
'SUBMISSION_LOG_PROOFREAD_COMPLETE'
, 0x60000005);
59
60
// Layout events 0x70000000
61
define(
'SUBMISSION_LOG_LAYOUT_ASSIGN'
, 0x70000001);
62
define(
'SUBMISSION_LOG_LAYOUT_UNASSIGN'
, 0x70000002);
63
define(
'SUBMISSION_LOG_LAYOUT_INITIATE'
, 0x70000003);
64
define(
'SUBMISSION_LOG_LAYOUT_GALLEY'
, 0x70000004);
65
define(
'SUBMISSION_LOG_LAYOUT_COMPLETE'
, 0x70000005);
66
define(
'SUBMISSION_LOG_LAYOUT_GALLEY_AVAILABLE'
, 0x70000006);
67
define(
'SUBMISSION_LOG_LAYOUT_GALLEY_UNAVAILABLE'
, 0x70000007);
68
69
70
class
SubmissionEventLogEntry
extends
PKPSubmissionEventLogEntry
{
71
}
72
73
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:70
classes
log
SubmissionEventLogEntry.inc.php
Generated on Fri Aug 28 2020 14:53:41 for Open Journal Systems by
1.8.17