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 aStringthat represents the previous contents of the artifact, if the operation modified them.Gets aStringthat contains the previous description of the artifact, if the operation modified it.Gets aStringthat contains the previous location ("path") of the artifact, if the operation modified it.Gets aStringthat 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, toStringMethods inherited from interface com.i2group.disco.audit.ISavedArtifactInfo
getAccessControl, getArtifact, getDescription, getId, getLocation, getName, getSharingUser, getType
-
Method Details
-
getOldName
Gets aStringthat contains the previous name of the artifact, if the operation modified it.- Returns:
- See above.
-
getOldDescription
Gets aStringthat contains the previous description of the artifact, if the operation modified it.- Returns:
- See above.
-
getOldLocation
Gets aStringthat contains the previous location ("path") of the artifact, if the operation modified it.- Returns:
- See above.
-
getOldArtifact
Gets aStringthat 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.
-