Folder and content changes generate the following audit data structure. Elements are omitted if not changed by the transaction.
The /sub-action/<sequence> structure holds cut down details of each sub-action, but are only included if the global property audit.alfresco-access.sub-actions.enabled=true.
The structure of the audit data is shown as
follows:
/alfresco-access
/transaction
/action=<actionNamegt
/sub-actions=<sub action listgt
/path=<prefixPathgt
/type=<prefixTypegt
/node=<nodeRefgt
/user=<usergt
/copy
/from
/node=<nodeRefgt
/path=<prefixPathgt
/type=<prefixTypegt
/move
/from
/node=<nodeRefgt
/path=<prefixPathgt
/type=<prefixTypegt
/properties
/from=<mapOfValuesgt
/<propertyNamegt=<propertyValuegt
...
/to=<mapOfValuesgt
/<propertyNamegt=<propertyValuegt
...
/add=<mapOfValuesgt
/<propertyNamegt=<propertyValuegt
...
/delete=<mapOfValuesgt
/<propertyNamegt=<propertyValuegt
...
/aspects
/add=<mapOfNamesgt
/<aspectNamegt=null
...
/delete=<mapOfNamesgt
/<aspectNamegt=null
...
/version-properties=<mapOfValuesgt
/sub-action/<sequencegt
/action=<actionNamegt
/copy
...
/move
...
/properties
...
/aspects
...
An example of audit data is shown as
follows:
Inbound audit values:
/alfresco-access/transaction/action=MOVE
/alfresco-access/transaction/node=workspace://SpacesStore/74a5985a-45dd-4698-82db-8eaeff9df8d7
/alfresco-access/transaction/move/from/node=workspace://SpacesStore/d8a0dfd8-fe45-47da-acc2-fd8df9ea2b2e
/alfresco-access/transaction/move/from/path=/app:company_home/st:sites/cm:abc/cm:documentLibrary/cm:folder1/cm:Word 123.docx
/alfresco-access/transaction/move/from/type=cm:folder
/alfresco-access/transaction/path=/app:company_home/st:sites/cm:abc/cm:documentLibrary/cm:folder2/cm:Word 123.docx
/alfresco-access/transaction/sub-actions=moveNode readContent
/alfresco-access/transaction/type=cm:content
/alfresco-access/transaction/user=admin
/alfresco-access/transaction/sub-action/00/action=moveNode
/alfresco-access/transaction/sub-action/00/move/from/node=workspace://SpacesStore/d8a0dfd8-fe45-47da-acc2-fd8df9ea2b2e
/alfresco-access/transaction/sub-action/00/move/from/path=/app:company_home/st:sites/cm:abc/cm:documentLibrary/cm:folder1/cm:folder1/cm:Word 123.docx
/alfresco-access/transaction/sub-action/00/move/from/type=cm:folder
/alfresco-access/transaction/sub-action/01/action=readContent