edu.internet2.middleware.grouper.app.gsh
Class addSubject

java.lang.Object
  extended by edu.internet2.middleware.grouper.app.gsh.addSubject

public class addSubject
extends Object

Add RegistrySubject to Groups Registry.

Since:
0.0.1
Version:
$Id: addSubject.java,v 1.3 2009-02-13 13:51:58 mchyzer Exp $
Author:
blair christensen.

Constructor Summary
addSubject()
           
 
Method Summary
static RegistrySubject invoke(bsh.Interpreter i, bsh.CallStack stack, String id, String type, String name)
          Add RegistrySubject to Groups Registry.
static RegistrySubject invoke(bsh.Interpreter i, bsh.CallStack stack, String id, String type, String name, String description)
          Add RegistrySubject to Groups Registry.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

addSubject

public addSubject()
Method Detail

invoke

public static RegistrySubject invoke(bsh.Interpreter i,
                                     bsh.CallStack stack,
                                     String id,
                                     String type,
                                     String name)
                              throws GrouperShellException
Add RegistrySubject to Groups Registry.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
id - Subject id.
type - Subject type.
name - Subject name.
Returns:
Added RegistrySubject.
Throws:
GrouperShellException
Since:
0.0.1

invoke

public static RegistrySubject invoke(bsh.Interpreter i,
                                     bsh.CallStack stack,
                                     String id,
                                     String type,
                                     String name,
                                     String description)
                              throws GrouperShellException
Add RegistrySubject to Groups Registry.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
id - Subject id.
type - Subject type.
name - Subject name.
description - subject description
Returns:
Added RegistrySubject.
Throws:
GrouperShellException
Since:
0.0.1