public class VREPostJobNode
extends eu.dnetlib.msro.workflows.nodes.SimpleJobNode
| Constructor and Description |
|---|
VREPostJobNode() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
execute(com.googlecode.sarasvati.NodeToken token) |
String |
getAppToken() |
String |
getHost() |
String |
getHttpImageUrl() |
String |
getPostPath() |
String |
getPreviewDescription() |
String |
getPreviewTitle() |
String |
getScheme() |
String |
getText() |
boolean |
isEnableNotification() |
void |
setAppToken(String token) |
void |
setEnableNotification(boolean enablenotification) |
void |
setHost(String host) |
void |
setHttpImageUrl(String httpImageUrl) |
void |
setPostPath(String postPath) |
void |
setPreviewDescription(String previewDescription) |
void |
setPreviewTitle(String previewTitle) |
void |
setScheme(String scheme) |
void |
setText(String text) |
beforeCompleted, beforeFailed, beforeStart, executegetBeanName, 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 execute(com.googlecode.sarasvati.NodeToken token) throws Exception
execute in class eu.dnetlib.msro.workflows.nodes.SimpleJobNodeExceptionpublic String getScheme()
public void setScheme(String scheme)
public String getHost()
public void setHost(String host)
public String getPostPath()
public void setPostPath(String postPath)
public String getAppToken()
public void setAppToken(String token)
public String getPreviewTitle()
public void setPreviewTitle(String previewTitle)
public String getPreviewDescription()
public void setPreviewDescription(String previewDescription)
public String getText()
public void setText(String text)
public String getHttpImageUrl()
public void setHttpImageUrl(String httpImageUrl)
public boolean isEnableNotification()
public void setEnableNotification(boolean enablenotification)
Copyright © 2018. All rights reserved.