ORCentral
|
Ultimate abstract command prototype. More...
Public Member Functions | |
Object | execute () throws ORException |
Executes the command, to be called by the client. |
Ultimate abstract command prototype.
Definition at line 8 of file Abstract.java.
Object eu.coform.command.proto.Abstract.execute | ( | ) | throws ORException |
Executes the command, to be called by the client.
Implemented in eu.coform.command.CreateNewUUIDCommand, eu.coform.command.datasetingestion.CreateFilestatusCommand, eu.coform.command.datasetingestion.CreateMimetypeCommand, eu.coform.command.datasetingestion.IngestDatasetCommand, eu.coform.command.location.LocationbyNameQueryCommand, eu.coform.command.location.QueryAllLocationCommand, eu.coform.command.location.QueryLocationCommand, eu.coform.command.loginsession.IsValidSessionCommand, eu.coform.command.loginsession.LoginCommand, eu.coform.command.QueryIDofUniqueIDCommand, and eu.coform.command.QueryUniqueIDCommand.