Package com.i2group.disco.audit
Interface ISavedArtifactUpdateAuditEvent
- All Superinterfaces:
IAuditEvent
,ISavedArtifactInfo
An event that was generated during the processing of a "saved artifact update" operation.
ISavedArtifactUpdateAuditEvent
makes information about the operation available to the audit
logging mechanism.- Since:
- 13.3
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.i2group.disco.audit.ISavedArtifactInfo
ISavedArtifactInfo.ArtifactType
-
Method Summary
Modifier and TypeMethodDescriptionGets the previous access control list associated with the artifact, if the operation modified it.Gets aString
that represents the previous contents of the artifact, if the operation modified them.Gets aString
that contains the previous description of the artifact, if the operation modified it.Gets aString
that contains the previous location ("path") of the artifact, if the operation modified it.Gets aString
that contains the previous name of the artifact, if the operation modified it.Methods inherited from interface com.i2group.disco.audit.IAuditEvent
getClientIPAddress, getClientUserAgent, getTimestamp, getUser, getUserId, getUserSecurityGroups, getUserSecurityPermissions, toString
Methods inherited from interface com.i2group.disco.audit.ISavedArtifactInfo
getAccessControl, getArtifact, getDescription, getId, getLocation, getName, getSharingUser, getType
-
Method Details
-
getOldName
Gets aString
that contains the previous name of the artifact, if the operation modified it.- Returns:
- See above.
-
getOldDescription
Gets aString
that contains the previous description of the artifact, if the operation modified it.- Returns:
- See above.
-
getOldLocation
Gets aString
that contains the previous location ("path") of the artifact, if the operation modified it.- Returns:
- See above.
-
getOldArtifact
Gets aString
that represents the previous contents of the artifact, if the operation modified them.- Returns:
- See above.
-
getOldAccessControl
Optional<List<IAccessControl>> getOldAccessControl()Gets the previous access control list associated with the artifact, if the operation modified it.- Returns:
- See above.
-