public class DownloadFromMetadataJobNode extends BlackboardJobNode implements ProgressJobNode
| Modifier and Type | Field and Description |
|---|---|
protected String |
regularExpression |
| Constructor and Description |
|---|
DownloadFromMetadataJobNode() |
| Modifier and Type | Method and Description |
|---|---|
protected BlackboardWorkflowJobListener |
generateBlackboardListener(com.googlecode.sarasvati.Engine engine,
com.googlecode.sarasvati.NodeToken token) |
int |
getConnectTimeoutMs() |
String |
getInputeprParam()
Gets the inputepr param.
|
String |
getMimeType()
Gets the mime type.
|
int |
getNumberOfThreads() |
String |
getObjectStoreID()
Gets the object store id.
|
String |
getPlugin()
Gets the plugin.
|
ProgressProvider |
getProgressProvider() |
String |
getProtocol()
Gets the protocol.
|
int |
getReadTimeoutMs() |
String |
getRegularExpression() |
int |
getSleepTimeMs() |
protected String |
obtainServiceId(com.googlecode.sarasvati.NodeToken token) |
protected void |
prepareJob(eu.dnetlib.enabling.tools.blackboard.BlackboardJob job,
com.googlecode.sarasvati.NodeToken token) |
void |
setConnectTimeoutMs(int connectTimeoutMs) |
void |
setInputeprParam(String inputeprParam)
Sets the inputepr param.
|
void |
setMimeType(String mimeType)
Sets the mime type.
|
void |
setNumberOfThreads(int numberOfThreads) |
void |
setObjectStoreID(String objectStoreID)
Sets the object store id.
|
void |
setPlugin(String plugin)
Sets the plugin.
|
void |
setProtocol(String protol)
Sets the protocol.
|
void |
setReadTimeoutMs(int readTimeoutMs) |
void |
setRegularExpression(String regularExpression) |
void |
setSleepTimeMs(int sleepTimeMs) |
execute, getServiceLocatorgetBeanName, getEnvParams, getParams, getPropertyFetcher, getSysParams, parseJsonParameters, setBeanName, setEnvParams, setParams, setSysParamsbacktrack, clone, getAdaptor, getDefiningGraph, getExternal, getExternalEnv, getGraph, getGuard, getId, getJoinParam, getJoinStrategy, getJoinType, getName, getOriginatingExternalNode, getType, guard, initId, isBacktrackable, isImportedFromExternal, isStart, setDefiningGraph, setExternal, setGraph, setGuard, setJoinParam, setJoinType, setName, setOriginatingExternalNode, setStart, setTypeprotected String regularExpression
protected String obtainServiceId(com.googlecode.sarasvati.NodeToken token)
obtainServiceId in class BlackboardJobNodeprotected void prepareJob(eu.dnetlib.enabling.tools.blackboard.BlackboardJob job,
com.googlecode.sarasvati.NodeToken token)
throws Exception
prepareJob in class BlackboardJobNodeExceptionprotected BlackboardWorkflowJobListener generateBlackboardListener(com.googlecode.sarasvati.Engine engine, com.googlecode.sarasvati.NodeToken token)
generateBlackboardListener in class BlackboardJobNodepublic String getInputeprParam()
public void setInputeprParam(String inputeprParam)
inputeprParam - the inputeprParam to setpublic String getObjectStoreID()
public void setObjectStoreID(String objectStoreID)
objectStoreID - the objectStoreID to setpublic String getPlugin()
public void setPlugin(String plugin)
plugin - the plugin to setpublic String getProtocol()
public void setProtocol(String protol)
protol - the protol to setpublic String getMimeType()
public void setMimeType(String mimeType)
mimeType - the mimeType to setpublic ProgressProvider getProgressProvider()
getProgressProvider in interface ProgressJobNodepublic String getRegularExpression()
public void setRegularExpression(String regularExpression)
public int getNumberOfThreads()
public void setNumberOfThreads(int numberOfThreads)
public int getConnectTimeoutMs()
public void setConnectTimeoutMs(int connectTimeoutMs)
public int getReadTimeoutMs()
public void setReadTimeoutMs(int readTimeoutMs)
public int getSleepTimeMs()
public void setSleepTimeMs(int sleepTimeMs)
Copyright © 2023. All rights reserved.