The following values are returned for actions (EventManagerDocumentEventType):
|
Value |
Action |
Description |
|---|---|---|
|
ArchiveDocument |
Archive document |
Indicates that a document has been imported into OnBase. |
|
UpdateDocument |
Update document |
Indicates that an existing document was modified in some way, such as re-indexing, updating Keyword values, or adding or deleting pages. |
|
DeleteDocument |
Delete document |
Indicates that a document has been marked as deleted. |
|
UndeleteDocument |
Undelete document |
Indicates that a document that was previously marked as deleted, but not purged from OnBase, was restored using the Document Maintenance functionality in OnBase. |
|
PurgeDocument |
Purge document |
Indicates that a document was permanently removed from OnBase. This action is typically executed using Document Maintenance or the Workflow action SYS – Purge Document. |
|
CommitDocument |
Commit document |
Indicates that the file data of a document was persisted to the secondary Disk Groups, which occurs when a batch is committed or a document is imported ad hoc. |
|
ManualDocumentEvent |
Manual document event |
Indicates that the SYS – Send Document Event Workflow action was executed on the document. This action is used for documents whose delivery is deferred until a desired state is reached. Note:
The same data is delivered for this type as is delivered for ArchiveDocument and CommitDocument. |