edu.internet2.middleware.grouper.app.gsh
Class stemSave2

java.lang.Object
  extended by edu.internet2.middleware.grouper.app.gsh.stemSave2

public class stemSave2
extends Object

Call Stem.saveStem(). Note, this was renamed to stemSave2 since it conflicted with StemSave

Since:
0.0.1
Version:
$Id: stemSave.java,v 1.1 2008-10-15 03:57:06 mchyzer Exp $
Author:
Chris Hyzer

Field Summary
static String INSERT
          insert a stem
static String INSERT_OR_UPDATE
          INSERT_OR_UPDATE
static String UPDATE
          UPDATE
 
Constructor Summary
stemSave2()
           
 
Method Summary
static String invoke(bsh.Interpreter interpreter, bsh.CallStack stack, Stem stem, String uuid, String name, String displayExtension, String description, String saveMode)
          Save a stem

 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSERT

public static final String INSERT
insert a stem

See Also:
Constant Field Values

INSERT_OR_UPDATE

public static final String INSERT_OR_UPDATE
INSERT_OR_UPDATE

See Also:
Constant Field Values

UPDATE

public static final String UPDATE
UPDATE

See Also:
Constant Field Values
Constructor Detail

stemSave2

public stemSave2()
Method Detail

invoke

public static String invoke(bsh.Interpreter interpreter,
                            bsh.CallStack stack,
                            Stem stem,
                            String uuid,
                            String name,
                            String displayExtension,
                            String description,
                            String saveMode)
Save a stem

Parameters:
interpreter - BeanShell interpreter.
stack - BeanShell call stack.
stem -
uuid -
name -
displayExtension -
description -
saveMode -
Returns:
a string
Since:
0.0.1