Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Alternatives

Usecase

Warning

When and Why Text

...

Input ParametersDescriptionExampleVisual
Label label, StaticProperty... staticProperties


Extractor


...

ColorParameter

Image Added

Usecase

Warning
What type of color? RGB? HEX?

...

Input ParametersDescriptionExampleVisual
Label label


Extractor


...

Integer

Image Added

Usecase


Methods

method .requiredIntegerParameter()

...

MultiValueSelectionFromContainer

?

Usecase

Warning
Missing what is Container and why?

Methods

method .requiredMultiValueSelectionFromContainer()

...

Input ParametersDesciptionExampleVisual
Label label, Option... options
requiredSingleValueSelection(Labels.withId(String internalName), Options.from("Option1", "Option2", "Option3"))
Label label, List < Option > options


Label label, List < Option > options, boolean horizontalRendering


Extractor

Code Block
String example = parameters.extractor().selectedSingleValue(String internalName, String.class));

...


...

SingleValueSelectionFromContainer

...


?


Warning
Missing what is Container?

Methods

method .requiredMultiValueSelectionFromContainer

Input ParametersDesciptionExampleVisual
Label label, List < String > dependsOn


Extractor

Code Block
String example = parameters.extractor().selectedSingleValue(String internalName, String.class));


...

SlideToogle

?


Warning
Missing

...

method .requiredTextParameter

Input ParametersDesciptionExampleVisual
Label label


Label label, String defaultValue


Label loabel, boolean multiline, boolan placeholdersSupported


Extractor

Code Block
String example = parameters.extractor().textParameter(String internalName, String.class);

...

?

Usecase

Warning
Missing what is Link

Methods

method .requiredTextParameterWithLink

...

Extractor


...

Extractor methods


Basics extractor methods summary

TypeUsed ByMethodDescription
String
outputKeySelectors()
List < String >
outputTopic()
String
singleValueParameter(String internalName, Class <V> targetClass)
V
singleValueParameter(EventPropertyPromitive targetType, String internalName)
List <StaticPropertyGroup>
collectionMembersAsGroup(String internalName)
Boolean
comparePropertyRuntimeType(EventProperty eventProperty, Datatypes datatype)
Boolean
comparePropertyRuntimeType(EventProperty eventProperty, Datatypes datatype, boolean ignoreListElements)
StaticProperty
extractGroupMember(String internalName, StaticPropertyGroup group)
List <EventProperty>
getEventPropertiesByScope(PropetyScope scope)
List <EventProperty>
getEventPropertiesBySelector(List < String > selectors)
List < String>
getEventPropertiesRuntimeNameScope(PropertyScope scope)
List < String>
getEventPropertiesSelectorByScope(PropertyScope scope)
EventProperty
getEventPropertyBySelector(String selector)
String
getEventPropertyTypeBySelector(String selector)
List < EventProperty>
getInputStreamEventPropertySubset(List < String> propertySelectors)
List < EventProperty>
getNoneInputStreamEventPropertySubset(List < String> propertySelectors)
StaticProperty
getStaticPropertyByName(String name)
W
getStaticPropertyByName(String internalName, Class< W> spType)
List < String>
getUnaryMappingsFromCollection(STring collectionsStaticPropertyName)
String
inputTopic(Integer streamIndex)
String
mappingPropertyValue(String staticPropertyName)
List < String>
mappingPropertyValues(String staticPropertyName)
String
measurementUnit(String runtimeName, Integer streamIndex)
String
propertyDatatype(String runtimeName)
String
secretValue(String internalName)
String
selectedAlternatuveInternalId(String alternativesInternalId)
String
selectedColor(String internalName)
String
selectedFilename(String internalName)
List < V>
selectedMultiValues(String internalName, Class < V> targetClass)
V
selectedSingleValue(String internalName, Classs < V> targetClass)
V
selectedSingleValueInternalName(String internalName, class < V> targetClass)
List < V>
selectedTreeNodesInternalName(String internalName, Class < V> targetClass, boolean onlyDataNodes)
List < V>
singleValueParameterFromCollection(String internalName, Class < V> targetClass)
boolean
slideToogleValue(String internalName)
V
supportedOntologyPropertyValue(String domainPropertyInternalId, String propertyId, Class > V> targetClass)
String
textParameter(String internalName)

...