Class typeAddList
java.lang.Object
edu.internet2.middleware.grouper.app.gsh.typeAddList
Add a list to to a
GroupType.
- Since:
- 0.1.0
- Version:
- $Id: typeAddList.java,v 1.3 2009-03-15 06:37:23 mchyzer Exp $
-
Constructor Details
-
typeAddList
public typeAddList()
-
-
Method Details
-
invoke
public static Field invoke(bsh.Interpreter i, bsh.CallStack stack, String type, String name, Privilege read, Privilege write) throws GrouperShellException Add a list to aGroupType.- Parameters:
i- BeanShell interpreter.stack- BeanShell call stack.type- Add to thisGroupType.name- Name of list.read-Privilegerequired for reading.write-Privilegerequired for writing.- Returns:
Field- Throws:
GrouperShellException- Since:
- 0.1.0
-
invoke
public static Field invoke(GrouperSession grouperSession, String type, String name, Privilege read, Privilege write) Add a list to aGroupType.
-