Package com.i2group.disco.audit
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 TypeMethodDescriptionGetsString
s that contain the unique identifiers of the groups that the user is a member of.Gets aString
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 aString
that contains the unique identifier of the user.- Returns:
- See above.
-
getGroupIds
GetsString
s that contain the unique identifiers of the groups that the user is a member of.- Returns:
- See above.
-