|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.app.gsh.findSubject
public class findSubject
Find a Subject
.
Constructor Summary | |
---|---|
findSubject()
|
Method Summary | |
---|---|
static edu.internet2.middleware.subject.Subject |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
java.lang.String id)
Find a Subject . |
static edu.internet2.middleware.subject.Subject |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
java.lang.String id,
java.lang.String type)
Find a Subject . |
static edu.internet2.middleware.subject.Subject |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
java.lang.String id,
java.lang.String type,
java.lang.String source)
Find a Subject . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public findSubject()
Method Detail |
---|
public static edu.internet2.middleware.subject.Subject invoke(bsh.Interpreter i, bsh.CallStack stack, java.lang.String id) throws GrouperShellException
Subject
.
i
- BeanShell interpreter.stack
- BeanShell call stack.id
- Subject id.
RegistrySubject
.
GrouperShellException
public static edu.internet2.middleware.subject.Subject invoke(bsh.Interpreter i, bsh.CallStack stack, java.lang.String id, java.lang.String type) throws GrouperShellException
Subject
.
i
- BeanShell interpreter.stack
- BeanShell call stack.id
- Subject id.type
- Subject type.
RegistrySubject
.
GrouperShellException
public static edu.internet2.middleware.subject.Subject invoke(bsh.Interpreter i, bsh.CallStack stack, java.lang.String id, java.lang.String type, java.lang.String source) throws GrouperShellException
Subject
.
i
- BeanShell interpreter.stack
- BeanShell call stack.id
- Subject id.type
- Subject type.source
- Subject source.
RegistrySubject
.
GrouperShellException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |