public class obliterateStem extends Object
| Constructor and Description |
|---|
obliterateStem() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
invoke(GrouperSession session,
String name,
boolean testOnly,
boolean deleteFromPointInTime)
Obliterate a stem.
|
static boolean |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
String name,
boolean testOnly,
boolean deleteFromPointInTime)
Obliterate a stem.
|
public static boolean invoke(bsh.Interpreter i,
bsh.CallStack stack,
String name,
boolean testOnly,
boolean deleteFromPointInTime)
throws GrouperShellException
i - BeanShell interpreter.stack - BeanShell call stack.name - name of Stem to delete.testOnly - true if just seeing what it would do. Not supported for point in time.deleteFromPointInTime - true if you want to delete from point in time as well.Stem was deleted.GrouperShellExceptionpublic static boolean invoke(GrouperSession session, String name, boolean testOnly, boolean deleteFromPointInTime)
session - name - testOnly - deleteFromPointInTime - Stem was deleted.Copyright © 2016 Internet2. All rights reserved.