Interface ISavedArtifactUserInfo


public interface ISavedArtifactUserInfo
Information about a user who has created, read, updated, or deleted a saved artifact.
Since:
13.3
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets Strings that contain the unique identifiers of the groups that the user is a member of.
    Gets a String that contains the unique identifier of the user.
    boolean
    Indicates whether the user is a saved artifacts administrator who can perform operations regardless of their assigned permissions.
  • Method Details

    • isSavedArtifactsAdmin

      boolean isSavedArtifactsAdmin()
      Indicates whether the user is a saved artifacts administrator who can perform operations regardless of their assigned permissions.
      Returns:
      true if the user is a saved artifacts administrator; false otherwise.
    • getUserId

      String getUserId()
      Gets a String that contains the unique identifier of the user.
      Returns:
      See above.
    • getGroupIds

      Set<String> getGroupIds()
      Gets Strings that contain the unique identifiers of the groups that the user is a member of.
      Returns:
      See above.