Class addComposite
java.lang.Object
edu.internet2.middleware.grouper.app.gsh.addComposite
Add a composite member.
- Since:
- 0.0.1
- Version:
- $Id: addComposite.java,v 1.3 2009-03-15 06:37:23 mchyzer Exp $
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
invoke
(bsh.Interpreter i, bsh.CallStack stack, String group, CompositeType type, String left, String right) Add a composite member.static boolean
invoke
(GrouperSession grouperSession, String group, CompositeType type, String left, String right) Add a composite member.
-
Constructor Details
-
addComposite
public addComposite()
-
-
Method Details
-
invoke
public static boolean invoke(bsh.Interpreter i, bsh.CallStack stack, String group, CompositeType type, String left, String right) throws GrouperShellException Add a composite member.- Parameters:
i
- BeanShell interpreter.stack
- BeanShell call stack.group
- AddComposite
toGroup
with this name.type
-CompositeType
.left
- Left factorGroup
.right
- Right factorGroup
.- Returns:
- True if succeeds.
- Throws:
GrouperShellException
- Since:
- 0.0.1
-
invoke
public static boolean invoke(GrouperSession grouperSession, String group, CompositeType type, String left, String right) Add a composite member.- Parameters:
grouperSession
-group
- AddComposite
toGroup
with this name.type
-CompositeType
.left
- Left factorGroup
.right
- Right factorGroup
.- Returns:
- True if succeeds.
-