Class findSubject
java.lang.Object
edu.internet2.middleware.grouper.app.gsh.findSubject
Find a
Subject.
- Since:
- 0.0.1
- Version:
- $Id: findSubject.java,v 1.4 2009-11-02 03:50:51 mchyzer Exp $
-
Constructor Details
-
findSubject
public findSubject()
-
-
Method Details
-
invoke
public static Subject invoke(bsh.Interpreter i, bsh.CallStack stack, String id) throws GrouperShellException Find aSubject.- Parameters:
i- BeanShell interpreter.stack- BeanShell call stack.id- Subject id.- Returns:
- Found
RegistrySubject. - Throws:
GrouperShellException- Since:
- 0.0.1
-
invoke
public static Subject invoke(bsh.Interpreter i, bsh.CallStack stack, String id, String type) throws GrouperShellException Find aSubject.- 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 Subject invoke(bsh.Interpreter i, bsh.CallStack stack, String id, String type, String source) throws GrouperShellException Find aSubject.- 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
-
invoke
Find aSubject.- Parameters:
grouperSession-id- Subject id.source- Subject source.- Returns:
- subject
-