ORCentral
|
Command to create a new filestatus. More...
Public Member Functions | |
CreateFilestatusCommand (Filestatus filestatus) | |
Integer | execute () throws ORException |
Executes the command. |
Command to create a new filestatus.
Definition at line 13 of file CreateFilestatusCommand.java.
eu.coform.command.datasetingestion.CreateFilestatusCommand.CreateFilestatusCommand | ( | Filestatus | filestatus | ) |
Definition at line 17 of file CreateFilestatusCommand.java.
Integer eu.coform.command.datasetingestion.CreateFilestatusCommand.execute | ( | ) | throws ORException |
Executes the command.
This will ensure the status is of appropriate form and insert an appropriate database entry if so.
ORException | if creation failed or the filestatus was invalid. |
Implements eu.coform.command.proto.Abstract.
Definition at line 31 of file CreateFilestatusCommand.java.