Class obliterateStem
java.lang.Object
edu.internet2.middleware.grouper.app.gsh.obliterateStem
Obliterate a stem no matter what is in there.
- Since:
- 2.0.2
- Version:
- $Id: delStem.java,v 1.3 2009-03-15 06:37:23 mchyzer Exp $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleaninvoke(bsh.Interpreter i, bsh.CallStack stack, String name, boolean testOnly, boolean deleteFromPointInTime) Obliterate a stem.static booleaninvoke(GrouperSession session, String name, boolean testOnly, boolean deleteFromPointInTime) Obliterate a stem.
-
Constructor Details
-
obliterateStem
public obliterateStem()
-
-
Method Details
-
invoke
public static boolean invoke(bsh.Interpreter i, bsh.CallStack stack, String name, boolean testOnly, boolean deleteFromPointInTime) throws GrouperShellException Obliterate a stem.- Parameters:
i- BeanShell interpreter.stack- BeanShell call stack.name- name ofStemto 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.- Returns:
- True if
Stemwas deleted. - Throws:
GrouperShellException- Since:
- 0.0.1
-
invoke
public static boolean invoke(GrouperSession session, String name, boolean testOnly, boolean deleteFromPointInTime) Obliterate a stem.- Parameters:
session-name-testOnly-deleteFromPointInTime-- Returns:
- True if
Stemwas deleted.
-