public class addComposite extends Object
| Constructor and Description |
|---|
addComposite() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
invoke(GrouperSession grouperSession,
String group,
CompositeType type,
String left,
String right)
Add a composite member.
|
static boolean |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
String group,
CompositeType type,
String left,
String right)
Add a composite member.
|
public static boolean invoke(bsh.Interpreter i,
bsh.CallStack stack,
String group,
CompositeType type,
String left,
String right)
throws GrouperShellException
i - BeanShell interpreter.stack - BeanShell call stack.group - Add Composite to Group with this name.type - CompositeType.left - Left factor Group.right - Right factor Group.GrouperShellExceptionpublic static boolean invoke(GrouperSession grouperSession, String group, CompositeType type, String left, String right)
grouperSession - group - Add Composite to Group with this name.type - CompositeType.left - Left factor Group.right - Right factor Group.Copyright © 2016 Internet2. All rights reserved.