public abstract class AbstractParameterExtractor<T extends InvocableStreamPipesEntity> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
sepaElement |
| Constructor and Description |
|---|
AbstractParameterExtractor(T sepaElement) |
protected T extends InvocableStreamPipesEntity sepaElement
public AbstractParameterExtractor(T sepaElement)
public String fileContentsAsString(String internalName) throws IOException
IOExceptionpublic byte[] fileContentsAsByteArray(String internalName) throws IOException
IOException@Deprecated public <V> V selectedSingleValueFromRemote(String internalName, Class<V> targetClass)
selectedSingleValue(String, Class) insteadpublic <V> V selectedSingleValueInternalName(String internalName, Class<V> targetClass)
public <V> List<V> singleValueParameterFromCollection(String internalName, Class<V> targetClass)
public <V> List<V> selectedMultiValues(String internalName, Class<V> targetClass)
public <V> V supportedOntologyPropertyValue(String domainPropertyInternalId, String propertyId, Class<V> targetClass)
public List<EventProperty> getEventPropertiesBySelector(List<String> selectors) throws org.streampipes.commons.exceptions.SpRuntimeException
org.streampipes.commons.exceptions.SpRuntimeExceptionpublic EventProperty getEventPropertyBySelector(String selector) throws org.streampipes.commons.exceptions.SpRuntimeException
org.streampipes.commons.exceptions.SpRuntimeExceptionpublic String getEventPropertyTypeBySelector(String selector) throws org.streampipes.commons.exceptions.SpRuntimeException
org.streampipes.commons.exceptions.SpRuntimeExceptionpublic List<EventProperty> getNoneInputStreamEventPropertySubset(List<String> propertySelectors)
public List<EventProperty> getInputStreamEventPropertySubset(List<String> propertySelectors)
public String selectedAlternativeInternalId(String alternativesInternalId)
public List<String> getEventPropertiesRuntimeNamesByScope(PropertyScope scope)
public List<String> getEventPropertiesSelectorByScope(PropertyScope scope)
public List<EventProperty> getEventPropertiesByScope(PropertyScope scope)
Copyright © 2019. All rights reserved.