Interface ISavedArtifactInfo

All Known Subinterfaces:
ISavedArtifactCreateAuditEvent, ISavedArtifactDeleteAuditEvent, ISavedArtifactReadAuditEvent, ISavedArtifactUpdateAuditEvent

public interface ISavedArtifactInfo
Information about a saved artifact that is involved in a create, read, or update operation that is under audit.
Since:
13.3
  • Method Details

    • getId

      String getId()
      Gets a String that contains the unique identifier of the saved artifact.
      Returns:
      See above.
    • getType

      Gets the type of the saved artifact.
      Returns:
      See above.
    • getSharingUser

      ISavedArtifactUserInfo getSharingUser()
      Gets identity information about the user who created, read, updated, or deleted the saved artifact.
      Returns:
      See above.
    • getName

      String getName()
      Gets a String that contains the name of the saved artifact.
      Returns:
      See above.
    • getDescription

      String getDescription()
      Gets a String that contains a description of the saved artifact.
      Returns:
      See above.
    • getLocation

      String getLocation()
      Gets a String that contains the location (or path) of the saved artifact.
      Returns:
      See above.
    • getArtifact

      String getArtifact()
      Gets a String that contains a representation of the contents of the saved artifact.
      Returns:
      See above.
    • getAccessControl

      List<IAccessControl> getAccessControl()
      Gets a representation of the access control list associated with the saved artifact.
      Returns:
      See above.