| Constructor and Description |
|---|
findSubject() |
| Modifier and Type | Method and Description |
|---|---|
static Subject |
invoke(GrouperSession grouperSession,
String id,
String source)
Find a
Subject. |
static Subject |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
String id)
Find a
Subject. |
static Subject |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
String id,
String type)
Find a
Subject. |
static Subject |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
String id,
String type,
String source)
Find a
Subject. |
public static Subject invoke(bsh.Interpreter i, bsh.CallStack stack, String id) throws GrouperShellException
Subject.
i - BeanShell interpreter.stack - BeanShell call stack.id - Subject id.RegistrySubject.GrouperShellExceptionpublic static Subject invoke(bsh.Interpreter i, bsh.CallStack stack, String id, String type) throws GrouperShellException
Subject.
i - BeanShell interpreter.stack - BeanShell call stack.id - Subject id.type - Subject type.RegistrySubject.GrouperShellExceptionpublic static Subject invoke(bsh.Interpreter i, bsh.CallStack stack, String id, String type, String source) throws GrouperShellException
Subject.
i - BeanShell interpreter.stack - BeanShell call stack.id - Subject id.type - Subject type.source - Subject source.RegistrySubject.GrouperShellExceptionpublic static Subject invoke(GrouperSession grouperSession, String id, String source)
Subject.
grouperSession - id - Subject id.source - Subject source.Copyright © 2016 Internet2. All rights reserved.