|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HistoryLogEntryCodes
A list of event codes returned by the .
HistoryLogEntry.getCode()
A HistoryLogEntryCode value less than 0 represents an errors or undefined state.
A HistoryLogEntryCode value between 1000 and 1999 inclusive represents an authoring entry.
A HistoryLogEntryCode value between 2000 and 2999 inclusive represents a draft entry.
A HistoryLogEntryCode value between 3000 and 3999 inclusive represents a state transition.
A HistoryLogEntryCode value between 4000 and 4999 inclusive represents a workflow entry.
A HistoryLogEntryCode value between 5000 and 5999 inclusive represents a project entry.
A HistoryLogEntryCode value between 10000 and 19999 inclusive represents a free form comment entry.
A HistoryLogEntryCode value between 20000 and 29999 inclusive represents a History Log maintenance entry.
| Field Summary | |
|---|---|
static int |
API_FREE_FORM_MESSAGE
A free form HistoryLogEntry created using the public API. |
static int |
COMMENT_DRAFT_CANCELED
A free form comment HistoryLogEntry entered when a draft Document was cancelLed. |
static int |
COMMENT_DRAFT_CREATED
A free form comment HistoryLogEntry entered when a draft Document was created. |
static int |
COMMENT_PROJECT_APPROVAL_WITHDRAWN
A free form comment HistoryLogEntry entered when an approval is withdrawn from a Project. |
static int |
COMMENT_PROJECT_SUBMITTED_FOR_REVIEW
A free form comment HistoryLogEntry entered when a Project is submitted for Review. |
static int |
COMMENT_PROJECT_WITHDRAWN_FROM_REVIEW
A free form comment HistoryLogEntry entered when a Project is withdrawn for Review. |
static int |
COMMENT_WORKFLOW_APPROVED
A free form comment HistoryLogEntry entered when a Document was reviewed and approved. |
static int |
COMMENT_WORKFLOW_NEXT_STAGE
A free form comment HistoryLogEntry entered when a Document was moved to the next Workflow stage. |
static int |
COMMENT_WORKFLOW_PREVIOUS_STAGE
A free form comment HistoryLogEntry entered when a Document was moved to the previous Workflow stage. |
static int |
COMMENT_WORKFLOW_PROCESS_NOW
A free form comment HistoryLogEntry entered when a Document manually executed a scheduled action. |
static int |
COMMENT_WORKFLOW_PUBLISHED
A free form comment HistoryLogEntry entered when a Document was published. |
static int |
COMMENT_WORKFLOW_REJECTED
A free form comment HistoryLogEntry entered when a Document was reviewed and rejected. |
static int |
COMMENT_WORKFLOW_RESTARTED
A free form comment HistoryLogEntry entered when the Workflow was restarted on a Document. |
static int |
DOCUMENT_APPLY_AUTHORING_TEMPLATE
A HistoryLogEntry recording a Authoring Template being applied to a Document. |
static int |
DOCUMENT_CREATED
A HistoryLogEntry recording the creation of a new Document. |
static int |
DOCUMENT_CREATED_AS_COPY
A HistoryLogEntry recording the creation of a new Document as a copy of another Document. |
static int |
DOCUMENT_DELETED
A HistoryLogEntry recording a Document being deleted. |
static int |
DOCUMENT_IMPORTED
A HistoryLogEntry recording a Document being imported. |
static int |
DOCUMENT_MOVED
A HistoryLogEntry recording a Document being moved. |
static int |
DOCUMENT_REVERTED
A HistoryLogEntry recording the a Document being reverted to an old version. |
static int |
DOCUMENT_UPDATED
A HistoryLogEntry recording an update to a Document. |
static int |
DRAFT_CANCELED
A HistoryLogEntry recording the cancellation of a draft Document. |
static int |
DRAFT_CREATED
A HistoryLogEntry recording the creation of a draft Document. |
static int |
HISTORY_ENTRIES_REMOVED
A HistoryLogEntry recording that the HistoryLog has entries removed. |
static int |
PROJECT_APPROVAL_WITHDRAWN
A HistoryLogEntry recording an approval being removed from a Project. |
static int |
PROJECT_APPROVED
A HistoryLogEntry recording a Project being approved. |
static int |
PROJECT_CHANGED_STATE
Deprecated. use PROJECT_ENTERED_{state} instead. |
static int |
PROJECT_DOCUMENT_ADDED
A HistoryLogEntry recording a Document being added to a Project. |
static int |
PROJECT_DOCUMENT_REMOVED
A HistoryLogEntry recording a Document being removed from a Project. |
static int |
PROJECT_ENTERED_ACTIVE
A HistoryLogEntry recording a Project entering ACTIVE state. |
static int |
PROJECT_ENTERED_PENDING
A HistoryLogEntry recording a Project entering PENDING state. |
static int |
PROJECT_ENTERED_PUBLISH_FAILED
A HistoryLogEntry recording a Project entering PUBLISHED_FAILED state. |
static int |
PROJECT_ENTERED_PUBLISHED
A HistoryLogEntry recording a Project entering PUBLISHED state. |
static int |
PROJECT_ENTERED_PUBLISHING
A HistoryLogEntry recording a Project entering PUBLISHING state. |
static int |
PROJECT_ENTERED_REJECTED
A HistoryLogEntry recording a Project entering REJECTED state. |
static int |
PROJECT_ENTERED_REVIEW
A HistoryLogEntry recording a Project entering REVIEW state. |
static int |
PROJECT_ENTERED_SYNDICATING
A HistoryLogEntry recording a Project entering SYNDICATING state. |
static int |
PROJECT_PUBLISHED_STATE
A HistoryLogEntry recording a Project changing state. |
static int |
PROJECT_REJECTED
A HistoryLogEntry recording a Project being rejected. |
static int |
PROJECT_SUBMITTED_FOR_REVIEW
A HistoryLogEntry recording a Project being submitted for Review. |
static int |
PROJECT_VALIDATION_CANCELLED_DUE_TO_PUBLISHING
A HistoryLogEntry recording a project validation being cancelled due to a project publish being initiated
The value of this HistoryLogEntryCode is 5210. |
static int |
PROJECT_VALIDATION_CANCELLED_DUE_TO_UPDATE
A HistoryLogEntry recording a project validation being cancelled due to the project being updated
The value of this HistoryLogEntryCode is 5211. |
static int |
PROJECT_VALIDATION_COMPLETE
A HistoryLogEntry recording a project validation is complete with no errors
The value of this HistoryLogEntryCode is 5220. |
static int |
PROJECT_VALIDATION_COMPLETE_WITH_ERRORS
A HistoryLogEntry recording a project validation is complete with errors
The value of this HistoryLogEntryCode is 5230. |
static int |
PROJECT_VALIDATION_STARTED
A HistoryLogEntry recording a project starting a validation
The value of this HistoryLogEntryCode is 5200. |
static int |
PROJECT_WITHDRAWN_FROM_REVIEW
A HistoryLogEntry recording a Project being withdrawn from Review. |
static int |
STATE_REVERT_TO_DRAFT
A HistoryLogEntry recording a backward state transition to draft. |
static int |
STATE_REVERT_TO_PUBLISHED
A HistoryLogEntry recording a backward state transition to published. |
static int |
STATE_TO_PENDING_PUBLISHED
A HistoryLogEntry recording a forward transition to pending published. |
static int |
STATE_TO_PUBLISHED
A HistoryLogEntry recording a forward state transition to published. |
static int |
UNAVAILABLE
A legacy HistoryLogEntry without a HistoryLogEntryCode. |
static int |
WORKFLOW_APPROVED
A HistoryLogEntry recording a Document being reviewed and approved. |
static int |
WORKFLOW_CHANGED
A HistoryLogEntry recording a Workflow change on a Document. |
static int |
WORKFLOW_NEXT_STAGE
A HistoryLogEntry recording a Document moving to another Workflow stage
The value of this HistoryLogEntryCode is 3100. |
static int |
WORKFLOW_REJECTED
A HistoryLogEntry recording a Document being reviewed and rejected. |
static int |
WORKFLOW_REJECTED_STAGE_EXECUTED
A HistoryLogEntry recording a Document being reviewed and rejected then executing a specified Workflow stage. |
static int |
WORKFLOW_RESTARTED
A HistoryLogEntry recording a Workflow restart on a Document. |
| Field Detail |
|---|
static final int UNAVAILABLE
HistoryLogEntry without a HistoryLogEntryCode.
HistoryLogEntryCode is -1.
static final int DOCUMENT_CREATED
HistoryLogEntry recording the creation of a new Document.
HistoryLogEntryCode is 1100.
static final int DOCUMENT_CREATED_AS_COPY
HistoryLogEntry recording the creation of a new Document as a copy of another Document.
HistoryLogEntryCode is 1200.
static final int DOCUMENT_UPDATED
HistoryLogEntry recording an update to a Document.
HistoryLogEntryCode is 1300.
static final int DOCUMENT_MOVED
HistoryLogEntry recording a Document being moved.
HistoryLogEntryCode is 1400.
static final int DOCUMENT_REVERTED
HistoryLogEntry recording the a Document being reverted to an old version.
HistoryLogEntryCode is 1500.
static final int DOCUMENT_IMPORTED
HistoryLogEntry recording a Document being imported.
HistoryLogEntryCode is 1600.
static final int DOCUMENT_DELETED
HistoryLogEntry recording a Document being deleted.
HistoryLogEntryCode is 1700.
static final int DOCUMENT_APPLY_AUTHORING_TEMPLATE
HistoryLogEntry recording a Authoring Template being applied to a Document.
HistoryLogEntryCode is 1800.
static final int DRAFT_CANCELED
HistoryLogEntry recording the cancellation of a draft Document.
HistoryLogEntryCode is 2100.
static final int DRAFT_CREATED
HistoryLogEntry recording the creation of a draft Document.
HistoryLogEntryCode is 2200.
static final int WORKFLOW_NEXT_STAGE
HistoryLogEntry recording a Document moving to another Workflow stage
HistoryLogEntryCode is 3100.
static final int WORKFLOW_APPROVED
HistoryLogEntry recording a Document being reviewed and approved.
HistoryLogEntryCode is 3200.
static final int WORKFLOW_REJECTED
HistoryLogEntry recording a Document being reviewed and rejected.
HistoryLogEntryCode is 3300.
static final int WORKFLOW_REJECTED_STAGE_EXECUTED
HistoryLogEntry recording a Document being reviewed and rejected then executing a specified Workflow stage.
HistoryLogEntryCode is 3310.
static final int WORKFLOW_RESTARTED
HistoryLogEntry recording a Workflow restart on a Document.
HistoryLogEntryCode is 3400.
static final int WORKFLOW_CHANGED
HistoryLogEntry recording a Workflow change on a Document.
HistoryLogEntryCode is 3500.
static final int STATE_TO_PUBLISHED
HistoryLogEntry recording a forward state transition to published.
HistoryLogEntryCode is 4100.
static final int STATE_TO_PENDING_PUBLISHED
HistoryLogEntry recording a forward transition to pending published.
HistoryLogEntryCode is 4200.
static final int STATE_REVERT_TO_DRAFT
HistoryLogEntry recording a backward state transition to draft.
HistoryLogEntryCode is 4400.
static final int STATE_REVERT_TO_PUBLISHED
HistoryLogEntry recording a backward state transition to published.
HistoryLogEntryCode is 4500.
static final int PROJECT_VALIDATION_STARTED
HistoryLogEntry recording a project starting a validation
HistoryLogEntryCode is 5200.
static final int PROJECT_VALIDATION_CANCELLED_DUE_TO_PUBLISHING
HistoryLogEntry recording a project validation being cancelled due to a project publish being initiated
HistoryLogEntryCode is 5210.
static final int PROJECT_VALIDATION_CANCELLED_DUE_TO_UPDATE
HistoryLogEntry recording a project validation being cancelled due to the project being updated
HistoryLogEntryCode is 5211.
static final int PROJECT_VALIDATION_COMPLETE
HistoryLogEntry recording a project validation is complete with no errors
HistoryLogEntryCode is 5220.
static final int PROJECT_VALIDATION_COMPLETE_WITH_ERRORS
HistoryLogEntry recording a project validation is complete with errors
HistoryLogEntryCode is 5230.
static final int PROJECT_DOCUMENT_ADDED
HistoryLogEntry recording a Document being added to a Project.
HistoryLogEntryCode is 5300.
static final int PROJECT_DOCUMENT_REMOVED
HistoryLogEntry recording a Document being removed from a Project.
HistoryLogEntryCode is 5400.
static final int PROJECT_CHANGED_STATE
HistoryLogEntry recording a Project changing state.
HistoryLogEntryCode is 5500.
static final int PROJECT_ENTERED_ACTIVE
HistoryLogEntry recording a Project entering ACTIVE state.
HistoryLogEntryCode is 5505.
static final int PROJECT_ENTERED_REVIEW
HistoryLogEntry recording a Project entering REVIEW state.
HistoryLogEntryCode is 5510.
static final int PROJECT_ENTERED_REJECTED
HistoryLogEntry recording a Project entering REJECTED state.
HistoryLogEntryCode is 5520.
static final int PROJECT_ENTERED_SYNDICATING
HistoryLogEntry recording a Project entering SYNDICATING state.
HistoryLogEntryCode is 5530.
static final int PROJECT_ENTERED_PENDING
HistoryLogEntry recording a Project entering PENDING state.
HistoryLogEntryCode is 5540.
static final int PROJECT_ENTERED_PUBLISHING
HistoryLogEntry recording a Project entering PUBLISHING state.
HistoryLogEntryCode is 5550.
static final int PROJECT_ENTERED_PUBLISHED
HistoryLogEntry recording a Project entering PUBLISHED state.
HistoryLogEntryCode is 5560.
static final int PROJECT_ENTERED_PUBLISH_FAILED
HistoryLogEntry recording a Project entering PUBLISHED_FAILED state.
HistoryLogEntryCode is 5570.
static final int PROJECT_PUBLISHED_STATE
HistoryLogEntry recording a Project changing state.
HistoryLogEntryCode is 5600.
static final int PROJECT_SUBMITTED_FOR_REVIEW
HistoryLogEntry recording a Project being submitted for Review.
HistoryLogEntryCode is 5700.
static final int PROJECT_WITHDRAWN_FROM_REVIEW
HistoryLogEntry recording a Project being withdrawn from Review.
HistoryLogEntryCode is 5750.
static final int PROJECT_APPROVED
HistoryLogEntry recording a Project being approved.
HistoryLogEntryCode is 5800.
static final int PROJECT_REJECTED
HistoryLogEntry recording a Project being rejected.
HistoryLogEntryCode is 5850.
static final int PROJECT_APPROVAL_WITHDRAWN
HistoryLogEntry recording an approval being removed from a Project.
HistoryLogEntryCode is 5900.
static final int COMMENT_DRAFT_CANCELED
HistoryLogEntry entered when a draft Document was cancelLed.
HistoryLogEntryCode is 10100.
static final int COMMENT_DRAFT_CREATED
HistoryLogEntry entered when a draft Document was created.
HistoryLogEntryCode is 10200.
static final int COMMENT_WORKFLOW_APPROVED
HistoryLogEntry entered when a Document was reviewed and approved.
HistoryLogEntryCode is 10300.
static final int COMMENT_WORKFLOW_REJECTED
HistoryLogEntry entered when a Document was reviewed and rejected.
HistoryLogEntryCode is 10400.
static final int COMMENT_WORKFLOW_PUBLISHED
HistoryLogEntry entered when a Document was published.
HistoryLogEntryCode is 10500.
static final int COMMENT_WORKFLOW_NEXT_STAGE
HistoryLogEntry entered when a Document was moved to the next Workflow stage.
HistoryLogEntryCode is 10600.
static final int COMMENT_WORKFLOW_PREVIOUS_STAGE
HistoryLogEntry entered when a Document was moved to the previous Workflow stage.
HistoryLogEntryCode is 10700.
static final int COMMENT_WORKFLOW_PROCESS_NOW
HistoryLogEntry entered when a Document manually executed a scheduled action.
HistoryLogEntryCode is 10800.
static final int COMMENT_WORKFLOW_RESTARTED
HistoryLogEntry entered when the Workflow was restarted on a Document.
HistoryLogEntryCode is 10900.
static final int API_FREE_FORM_MESSAGE
HistoryLogEntry created using the public API.
HistoryLogEntryCode is 11100.
static final int COMMENT_PROJECT_SUBMITTED_FOR_REVIEW
HistoryLogEntry entered when a Project is submitted for Review.
HistoryLogEntryCode is 11200.
static final int COMMENT_PROJECT_WITHDRAWN_FROM_REVIEW
HistoryLogEntry entered when a Project is withdrawn for Review.
HistoryLogEntryCode is 11300.
static final int COMMENT_PROJECT_APPROVAL_WITHDRAWN
HistoryLogEntry entered when an approval is withdrawn from a Project.
HistoryLogEntryCode is 11600.
static final int HISTORY_ENTRIES_REMOVED
HistoryLogEntry recording that the HistoryLog has entries removed.
HistoryLogEntryCode is 20100.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||