|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectome.services.blitz.impl.AbstractAmdServant
ome.services.blitz.impl.ScriptI
public class ScriptI
implementation of the IScript service interface.
ome.api.IScript
Field Summary | |
---|---|
protected ServiceFactoryI |
factory
|
Fields inherited from class ome.services.blitz.impl.AbstractAmdServant |
---|
be, invoker, service |
Constructor Summary | |
---|---|
ScriptI(BlitzExecutor be)
|
Method Summary | |
---|---|
void |
deleteScript_async(omero.api.AMD_IScript_deleteScript cb,
long id,
Ice.Current __current)
Delete the script with id from the server. |
void |
getParams_async(omero.api.AMD_IScript_getParams cb,
long id,
Ice.Current __current)
Get the Parameters of the script. |
void |
getScript_async(omero.api.AMD_IScript_getScript cb,
long id,
Ice.Current __current)
Return the script with the name to the user. |
void |
getScriptID_async(omero.api.AMD_IScript_getScriptID cb,
String scriptName,
Ice.Current __current)
Get the id of the script with name scriptName. |
void |
getScripts_async(omero.api.AMD_IScript_getScripts cb,
Ice.Current __current)
Get Scripts will return all the scripts by id and name available on the server. |
void |
getScriptWithDetails_async(omero.api.AMD_IScript_getScriptWithDetails cb,
long id,
Ice.Current __current)
Return the script with the name to the user. |
void |
runScript_async(omero.api.AMD_IScript_runScript cb,
long id,
Map<String,omero.RType> map,
Ice.Current __current)
Run the script. |
void |
setServiceFactory(ServiceFactoryI sf)
|
void |
uploadScript_async(omero.api.AMD_IScript_uploadScript cb,
String script,
Ice.Current __current)
Upload script to the server. |
Methods inherited from class ome.services.blitz.impl.AbstractAmdServant |
---|
applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, onSetOmeroContext, runnableCall, setApplicationContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ServiceFactoryI factory
Constructor Detail |
---|
public ScriptI(BlitzExecutor be)
Method Detail |
---|
public void setServiceFactory(ServiceFactoryI sf)
setServiceFactory
in interface ServiceFactoryAware
public void getScriptID_async(omero.api.AMD_IScript_getScriptID cb, String scriptName, Ice.Current __current) throws omero.ServerError
getScriptID_async
in interface omero.api._IScriptOperations
scriptName
- Name of the script to find id for.__current
- ice context.
omero.ServerError
public void uploadScript_async(omero.api.AMD_IScript_uploadScript cb, String script, Ice.Current __current) throws omero.ServerError
uploadScript_async
in interface omero.api._IScriptOperations
script
- __current
- ice context.
omero.ServerError
public void getScriptWithDetails_async(omero.api.AMD_IScript_getScriptWithDetails cb, long id, Ice.Current __current) throws omero.ServerError
getScriptWithDetails_async
in interface omero.api._IScriptOperations
name
- see above.__current
- ice context.
omero.ServerError
- validation, api usage.public void getScript_async(omero.api.AMD_IScript_getScript cb, long id, Ice.Current __current) throws omero.ServerError
getScript_async
in interface omero.api._IScriptOperations
name
- see above.__current
- ice context.
omero.ServerError
- validation, api usage.public void getParams_async(omero.api.AMD_IScript_getParams cb, long id, Ice.Current __current) throws omero.ServerError
getParams_async
in interface omero.api._IScriptOperations
id
- see above.__current
- Ice context
omero.ServerError
- validation, api usage.public void runScript_async(omero.api.AMD_IScript_runScript cb, long id, Map<String,omero.RType> map, Ice.Current __current) throws omero.ServerError
runScript_async
in interface omero.api._IScriptOperations
id
- of the script to runmap
- the map of parameters {String:RType} map of the parameters
name, value.__current
- ice context.
omero.ServerError
- validation, api usage.public void getScripts_async(omero.api.AMD_IScript_getScripts cb, Ice.Current __current) throws omero.ServerError
getScripts_async
in interface omero.api._IScriptOperations
__current
- ice context,
omero.ServerError
- validation, api usage.public void deleteScript_async(omero.api.AMD_IScript_deleteScript cb, long id, Ice.Current __current) throws omero.ServerError
deleteScript_async
in interface omero.api._IScriptOperations
id
- the id of the script to delete.
omero.ServerError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.