Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
spaceKeyGrouper
pageTitleNavigation


Use this class to copy a group to another stem.

Sample call to copy everything

 GroupCopy groupCopy = new GroupCopy(child_group, stem);
 Group newGroup = groupCopy.copyPrivilegesOfGroup(true).copyGroupAsPrivilege(true)
  .copyListMembersOfGroup(true).copyListGroupAsMember(true).copyAttributes(true)
  .save();

Options

Java docs: https://software.internet2.edu/grouper/doc/2.5.x/grouper/apidocs/edu/internet2/middleware/grouper/GroupSaveGroupCopy.html