|
|||||||||
Home >> All >> org >> embl >> ebi >> escience >> scuflworkers >> [ rdfgenerator overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.embl.ebi.escience.scuflworkers.rdfgenerator
Class RDFGeneratorTask

java.lang.ObjectTask
uk.ac.soton.itinnovation.taverna.enactor.entities.TavernaTask
uk.ac.soton.itinnovation.taverna.enactor.entities.ProcessorTask
org.embl.ebi.escience.scuflworkers.rdfgenerator.RDFGeneratorTask
- public class RDFGeneratorTask
- extends uk.ac.soton.itinnovation.taverna.enactor.entities.ProcessorTask
A task to invoke an RDFGeneratorProcessor
Field Summary | |
private static int |
INVOCATION_TIMEOUT
|
private static org.apache.log4j.Logger |
logger
|
Fields inherited from class uk.ac.soton.itinnovation.taverna.enactor.entities.ProcessorTask |
logLevel, proc, PROVENANCE_NAMESPACE |
Fields inherited from class uk.ac.soton.itinnovation.taverna.enactor.entities.TavernaTask |
endTime, startTime |
Constructor Summary | |
RDFGeneratorTask(java.lang.String id,
org.embl.ebi.escience.scufl.Processor proc,
uk.ac.soton.itinnovation.taverna.enactor.broker.LogLevel l,
java.lang.String userID,
java.lang.String userCtx)
|
Method Summary | |
void |
cleanUpConcreteTask()
|
protected java.util.Map |
execute(java.util.Map workflowInputMap)
NOT IMPLEMENTED YET! |
org.jdom.Element |
getProvenance()
Retrieve provenance information for this task, concrete tasks should overide this method and provide this information as an XML JDOM element |
Methods inherited from class uk.ac.soton.itinnovation.taverna.enactor.entities.ProcessorTask |
cancelConcreteTask, doTask, getProcessor, getServiceSelectionCriteria, getUserID, getUserNamespaceContext |
Methods inherited from class uk.ac.soton.itinnovation.taverna.enactor.entities.TavernaTask |
getEndTime, getStartTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
logger
private static org.apache.log4j.Logger logger
INVOCATION_TIMEOUT
private static final int INVOCATION_TIMEOUT
- See Also:
- Constant Field Values
Constructor Detail |
RDFGeneratorTask
public RDFGeneratorTask(java.lang.String id, org.embl.ebi.escience.scufl.Processor proc, uk.ac.soton.itinnovation.taverna.enactor.broker.LogLevel l, java.lang.String userID, java.lang.String userCtx)
Method Detail |
execute
protected java.util.Map execute(java.util.Map workflowInputMap) throws uk.ac.soton.itinnovation.taverna.enactor.entities.TaskExecutionException
- NOT IMPLEMENTED YET!
cleanUpConcreteTask
public void cleanUpConcreteTask()
getProvenance
public org.jdom.Element getProvenance()
- Description copied from class:
uk.ac.soton.itinnovation.taverna.enactor.entities.ProcessorTask
- Retrieve provenance information for this task, concrete tasks should
overide this method and provide this information as an XML JDOM element
|
|||||||||
Home >> All >> org >> embl >> ebi >> escience >> scuflworkers >> [ rdfgenerator overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |