Interface IGroupInfo

All Known Subinterfaces:
IGroupAddAuditEvent, IGroupRemoveAuditEvent, IGroupRestoreAuditEvent, IGroupUpdateAuditEvent

public interface IGroupInfo
Information about a group that is involved in an operation that is under audit.
Since:
13.3
  • Method Details

    • getSource

      IGroupInfo.Source getSource()
      Gets the provisioning IGroupInfo.Source of the group that this IGroupInfo represents.
      Returns:
      See above.
    • getProvisioningType

      ProvisioningType getProvisioningType()
      Gets the ProvisioningType of the operation that provisioned the group that this IGroupInfo represents.
      Returns:
      See above.
    • getId

      String getId()
      Gets a String that contains the unique identifier of the group that this IGroupInfo represents.
      Returns:
      See above.
    • getDisplayName

      String getDisplayName()
      Gets a String that contains the display name of the group that this IGroupInfo represents.
      Returns:
      See above.
    • getDescription

      String getDescription()
      Gets a String that contains a description of the group that this IGroupInfo represents.
      Returns:
      See above.
    • isAvailableForSharing

      boolean isAvailableForSharing()
      Indicates whether the group that this IGroupInfo represents is available for sharing.
      Returns:
      true if the group is available for sharing; false otherwise.
    • isVisibleToAll

      boolean isVisibleToAll()
      Indicates whether the group that this IGroupInfo represents is visible to all users.
      Returns:
      true if the group is visible to all users; false otherwise.
    • getMemberIds

      List<String> getMemberIds()
      Gets a list of Strings that contains the identifiers of the members of the group that this IGroupInfo represents.
      Returns:
      See above.