Class getGroups

java.lang.Object
edu.internet2.middleware.grouper.app.gsh.getGroups

public class getGroups extends Object
Query for groups by name.

Since:
0.0.1
Version:
$Id: getGroups.java,v 1.2 2008-09-29 03:38:28 mchyzer Exp $
  • Constructor Details

    • getGroups

      public getGroups()
  • Method Details

    • invoke

      public static Set invoke(bsh.Interpreter i, bsh.CallStack stack, String name) throws GrouperShellException
      Query for groups by name.

      Parameters:
      i - BeanShell interpreter.
      stack - BeanShell call stack.
      name - Find groups with name as part of their name.
      Returns:
      Set of Groups.
      Throws:
      GrouperShellException
      Since:
      0.0.1
    • invoke

      public static Set invoke(GrouperSession grouperSession, String name)
      Query for groups by name.

      Parameters:
      grouperSession -
      name - Find groups with name as part of their name.
      Returns:
      Set of Groups.