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

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

public class findSubject
extends Object

Find a Subject.

Since:
0.0.1
Version:
$Id: findSubject.java,v 1.4 2009-11-02 03:50:51 mchyzer Exp $
Author:
blair christensen.

Constructor Summary
findSubject()
           
 
Method Summary
static edu.internet2.middleware.subject.Subject invoke(bsh.Interpreter i, bsh.CallStack stack, String id)
          Find a Subject.
static edu.internet2.middleware.subject.Subject invoke(bsh.Interpreter i, bsh.CallStack stack, String id, String type)
          Find a Subject.
static edu.internet2.middleware.subject.Subject invoke(bsh.Interpreter i, bsh.CallStack stack, String id, String type, String source)
          Find a Subject.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

findSubject

public findSubject()
Method Detail

invoke

public static edu.internet2.middleware.subject.Subject invoke(bsh.Interpreter i,
                                                              bsh.CallStack stack,
                                                              String id)
                                                       throws GrouperShellException
Find a Subject.

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

invoke

public static edu.internet2.middleware.subject.Subject invoke(bsh.Interpreter i,
                                                              bsh.CallStack stack,
                                                              String id,
                                                              String type)
                                                       throws GrouperShellException
Find a Subject.

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

invoke

public static edu.internet2.middleware.subject.Subject invoke(bsh.Interpreter i,
                                                              bsh.CallStack stack,
                                                              String id,
                                                              String type,
                                                              String source)
                                                       throws GrouperShellException
Find a Subject.

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