Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.ide.cmd
Class SaveAllCommand

java.lang.Object
  extended by oracle.ide.controller.Command
      extended by oracle.ide.cmd.SaveAllCommand

public class SaveAllCommand
extends Command

The SaveAllCommand class implements the SaveAll command.

See Also:
Command

Field Summary
 
Fields inherited from class oracle.ide.controller.Command
CANCEL, context, EXECUTING, MULTI_NODE, NO_CHANGE, NO_UNDO, NORMAL, OK, type
 
Constructor Summary
SaveAllCommand()
          Constructor.
 
Method Summary
 int doit()
          Executes the redo command.
static int saveAll()
           
static int saveAll(boolean silent)
           
static void saveSystemFiles()
          Saves all system files
 
Methods inherited from class oracle.ide.controller.Command
getAffectedNodes, getContext, getData, getId, getName, getType, isGlobal, setContext, setData, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveAllCommand

public SaveAllCommand()
Constructor.

Method Detail

saveAll

public static int saveAll()
                   throws java.lang.Exception
Throws:
java.lang.Exception

saveAll

public static int saveAll(boolean silent)
                   throws java.lang.Exception
Throws:
java.lang.Exception

doit

public int doit()
         throws java.lang.Exception
Executes the redo command. The command processor manages the undo/redo functionality.

Specified by:
doit in class Command
Throws:
java.lang.Exception

saveSystemFiles

public static void saveSystemFiles()
Saves all system files


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.