public abstract class InvocableStreamPipesEntity extends NamedStreamPipesEntity
| Modifier and Type | Field and Description |
|---|---|
protected List<SpDataStream> |
inputStreams |
protected List<StaticProperty> |
staticProperties |
connectedTo, DOM, elementId| Constructor and Description |
|---|
InvocableStreamPipesEntity() |
InvocableStreamPipesEntity(InvocableStreamPipesEntity other) |
InvocableStreamPipesEntity(String uri,
String name,
String description,
String iconUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addStaticProperty(StaticProperty staticProperty) |
String |
getBelongsTo() |
String |
getCorrespondingPipeline() |
List<SpDataStream> |
getInputStreams() |
Logger |
getLogger(Class clazz) |
List<StaticProperty> |
getStaticProperties() |
ElementStatusInfoSettings |
getStatusInfoSettings() |
List<SpDataStream> |
getStreamRequirements() |
EventGrounding |
getSupportedGrounding() |
boolean |
isConfigured() |
void |
setBelongsTo(String belongsTo) |
void |
setConfigured(boolean configured) |
void |
setCorrespondingPipeline(String correspondingPipeline) |
void |
setInputStreams(List<SpDataStream> inputStreams) |
void |
setStaticProperties(List<StaticProperty> staticProperties) |
void |
setStatusInfoSettings(ElementStatusInfoSettings statusInfoSettings) |
void |
setStreamRequirements(List<SpDataStream> streamRequirements) |
void |
setSupportedGrounding(EventGrounding supportedGrounding) |
changeElementId, getAppId, getApplicationLinks, getConnectedTo, getDescription, getDOM, getElementId, getIconUrl, getIncludedAssets, getIncludedLocales, getName, getUri, isIncludesAssets, isIncludesLocales, setAppId, setApplicationLinks, setConnectedTo, setDescription, setDOM, setElementId, setIconUrl, setIncludedAssets, setIncludedLocales, setIncludesAssets, setIncludesLocales, setName, setUrigetRdfId, setRdfIdprotected List<SpDataStream> inputStreams
protected List<StaticProperty> staticProperties
public InvocableStreamPipesEntity()
public InvocableStreamPipesEntity(InvocableStreamPipesEntity other)
public boolean addStaticProperty(StaticProperty staticProperty)
public List<SpDataStream> getInputStreams()
public void setInputStreams(List<SpDataStream> inputStreams)
public List<StaticProperty> getStaticProperties()
public void setStaticProperties(List<StaticProperty> staticProperties)
public String getBelongsTo()
public void setBelongsTo(String belongsTo)
public EventGrounding getSupportedGrounding()
public void setSupportedGrounding(EventGrounding supportedGrounding)
public String getCorrespondingPipeline()
public void setCorrespondingPipeline(String correspondingPipeline)
public List<SpDataStream> getStreamRequirements()
public void setStreamRequirements(List<SpDataStream> streamRequirements)
public boolean isConfigured()
public void setConfigured(boolean configured)
public ElementStatusInfoSettings getStatusInfoSettings()
public void setStatusInfoSettings(ElementStatusInfoSettings statusInfoSettings)
Copyright © 2019. All rights reserved.