Package com.i2group.disco.audit
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
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe provisioning source of a group. - 
Method Summary
Modifier and TypeMethodDescriptionGets aStringthat contains a description of the group that thisIGroupInforepresents.Gets aStringthat contains the display name of the group that thisIGroupInforepresents.getId()Gets aStringthat contains the unique identifier of the group that thisIGroupInforepresents.Gets a list ofStrings that contains the identifiers of the members of the group that thisIGroupInforepresents.Gets theProvisioningTypeof the operation that provisioned the group that thisIGroupInforepresents.Gets the provisioningIGroupInfo.Sourceof the group that thisIGroupInforepresents.booleanIndicates whether the group that thisIGroupInforepresents is available for sharing.booleanIndicates whether the group that thisIGroupInforepresents is visible to all users. 
- 
Method Details
- 
getSource
IGroupInfo.Source getSource()Gets the provisioningIGroupInfo.Sourceof the group that thisIGroupInforepresents.- Returns:
 - See above.
 
 - 
getProvisioningType
ProvisioningType getProvisioningType()Gets theProvisioningTypeof the operation that provisioned the group that thisIGroupInforepresents.- Returns:
 - See above.
 
 - 
getId
String getId()Gets aStringthat contains the unique identifier of the group that thisIGroupInforepresents.- Returns:
 - See above.
 
 - 
getDisplayName
String getDisplayName()Gets aStringthat contains the display name of the group that thisIGroupInforepresents.- Returns:
 - See above.
 
 - 
getDescription
String getDescription()Gets aStringthat contains a description of the group that thisIGroupInforepresents.- Returns:
 - See above.
 
 - 
isAvailableForSharing
boolean isAvailableForSharing()Indicates whether the group that thisIGroupInforepresents is available for sharing.- Returns:
 trueif the group is available for sharing;falseotherwise.
 - 
isVisibleToAll
boolean isVisibleToAll()Indicates whether the group that thisIGroupInforepresents is visible to all users.- Returns:
 trueif the group is visible to all users;falseotherwise.
 - 
getMemberIds
Gets a list ofStrings that contains the identifiers of the members of the group that thisIGroupInforepresents.- Returns:
 - See above.
 
 
 -