Modifier and Type | Method and Description |
---|---|
FormStatus |
BatMLModel.process(java.lang.String actionName) |
Modifier and Type | Method and Description |
---|---|
FormStatus |
RemoteCoreProxy.cancelItemProcess(int itemId,
java.lang.String actionName)
(non-Javadoc)
|
FormStatus |
RemoteCoreProxy.getItemStatus(java.lang.Integer id)
(non-Javadoc)
|
FormStatus |
RemoteCoreProxy.processItem(int itemId,
java.lang.String actionName,
int uniqueClientId)
(non-Javadoc)
|
FormStatus |
RemoteCoreProxy.updateItem(Form form,
int uniqueClientId)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
ICore.cancelItemProcess(int itemId,
java.lang.String actionName)
This operation cancels the process with the specified name for the Item
identified.
|
FormStatus |
ICore.getItemStatus(java.lang.Integer id)
This operation returns the status an Item.
|
FormStatus |
ICore.processItem(int itemId,
java.lang.String actionName,
int uniqueClientId)
This operation directs the Core to process the Item with the specified id
by performing the specific action.
|
FormStatus |
ICore.updateItem(Form form,
int uniqueClientId)
This operation posts an updated Form to the Core so that the updated
information can be processed by the appropriate Item.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
Core.cancelItemProcess(int itemId,
java.lang.String actionName)
(non-Javadoc)
|
FormStatus |
Core.getItemStatus(java.lang.Integer id)
(non-Javadoc)
|
FormStatus |
Core.processItem(int itemId,
java.lang.String actionName,
int uniqueClientId)
(non-Javadoc)
|
FormStatus |
Core.updateItem(Form form,
int uniqueClientId)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
ItemManager.cancelItemProcess(int itemId,
java.lang.String actionName)
This operation cancels the process with the specified name for the Item
identified.
|
FormStatus |
ItemManager.getItemStatus(int itemId)
This operation returns the status of an Item with the specified id.
|
FormStatus |
ItemManager.processItem(int itemId,
java.lang.String actionName)
This operation processes the Item with the specified id and action.
|
FormStatus |
ItemManager.updateItem(Form form)
This operation updates an Item that is managed by the ItemManager using
the Form for that Item and returns the status of that Item.
|
Modifier and Type | Method and Description |
---|---|
static FormStatus |
FormStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormStatus[] |
FormStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
Item.cancelProcess()
This operation cancels the last process request sent to the Item.
|
FormStatus |
Item.cancelProcess(java.lang.String actionName)
This operation cancels all processes with the specified name.
|
FormStatus |
Item.getStatus()
This operation returns the status of the Item.
|
FormStatus |
Item.process(java.lang.String actionName)
The process operation processes the data in the Form to perform a certain
action.
|
FormStatus |
Item.submitForm(Form preparedForm)
This operation submits a Form to the Item for processing.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
TaggedOutputWriterAction.cancel()
(non-Javadoc)
|
FormStatus |
JobLaunchAction.cancel()
(non-Javadoc)
|
abstract FormStatus |
Action.cancel()
This operation cancels the Action, if possible.
|
FormStatus |
TaggedOutputWriterAction.execute(java.util.Dictionary<java.lang.String,java.lang.String> dictionary) |
FormStatus |
JobLaunchAction.execute(java.util.Dictionary<java.lang.String,java.lang.String> dictionary) |
abstract FormStatus |
Action.execute(java.util.Dictionary<java.lang.String,java.lang.String> dictionary)
This operation executes the Action based on the information provided in
the dictionary.
|
FormStatus |
Action.getStatus()
This operation returns the current status of the Action.
|
FormStatus |
JobLaunchAction.submitForm(Form form)
This operation overrides Action.submitForm to add the Form to an Atomic
container instead of the default Form class variable.
|
FormStatus |
Action.submitForm(Form form)
This operation submits a Form to the Action that contains additional,
unexpected information from the user such as a login username and
password.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
JobLauncher.process(java.lang.String actionName)
This operation performs the job launch if the action name is equal to
"Launch the Job"
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
MultiLauncher.getStatus()
This operation overrides Item.getStatus().
|
FormStatus |
MultiLauncher.process(java.lang.String actionName)
This operation directs the MultiLauncher to launch the jobs.
|
FormStatus |
MultiLauncher.submitForm(Form preparedForm)
This operation overrides Item.submitForm() to make sure that the Form is
submitted to the proper JobLauncher and not submitted to an Action.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
JobProfile.process(java.lang.String actionName)
This operation creates a new JobLauncher and writes it to disk if the
action name is equal to "Create new Job Launcher" and it forwards the
call to the Item base class if it is equal to something else.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
SHARPModel.process(java.lang.String actionName)
This operation creates the SHARP input file.
|
FormStatus |
SHARPLauncher.process(java.lang.String actionName)
This operation launches the SHARP job.
|
FormStatus |
MOOSEModel.process(java.lang.String actionName)
This operation creates the MOOSE input file.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
NekModel.process(java.lang.String actionName)
This operation writes the Nek5000 file to disk.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
PROTEUSModel.process(java.lang.String actionName)
This operation creates the PROTEUS input file.
|
FormStatus |
PROTEUSLauncher.process(java.lang.String actionName)
This operation launches the PROTEUS job.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
ReactorAnalyzer.getStatus()
This operation functions as Item.getStatus(), but is overridden to handle
concurrency within the ReactorAnalyzer.
|
FormStatus |
ReactorAnalyzer.process(java.lang.String actionName)
This operation overrides the operation on the Item base class to generate
analysis artifacts.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
ReflectivityModel.process(java.lang.String actionName) |
Modifier and Type | Method and Description |
---|---|
FormStatus |
SassenaIncoherentModel.process(java.lang.String actionName)
This method overrides Item.process to provide a process
action that writes the EMFComponent to an XML file.
|
FormStatus |
SassenaCoherentModel.process(java.lang.String actionName)
This method overrides Item.process to provide a process
action that writes the EMFComponent to an XML file.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
VibeKVPair.process(java.lang.String actionName)
Process the item.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
VibeLauncher.process(java.lang.String actionName)
Overrides process by setting the executable correctly and then forwarding
later.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
VibeModel.process(java.lang.String actionName)
Overrides item's process by adding a customTaggedExportString (ini).
|