Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- get() - Method in interface org.talend.sdk.component.api.service.record.RecordVisitor
-
This is called to get the value extracted from this visitor.
- get(Class<T>, String) - Method in interface org.talend.sdk.component.api.record.Record
-
Access a record field value.
- get(Class<T>, Schema.Entry) - Method in interface org.talend.sdk.component.api.record.Record
- get(String) - Method in class org.talend.sdk.component.api.context.RuntimeContextHolder
- get(String) - Method in interface org.talend.sdk.component.api.service.configuration.LocalConfiguration
-
Access a configuration entry.
- get(String, Class<T>) - Method in interface org.talend.sdk.component.api.service.http.Configurer.ConfigurerConfiguration
- getAllEntries() - Method in interface org.talend.sdk.component.api.record.Schema
- getAllEntries() - Method in class org.talend.sdk.component.api.service.schema.Schema
-
Deprecated.
- getArray(Class<T>, String) - Method in interface org.talend.sdk.component.api.record.Record
- getBoolean(String) - Method in interface org.talend.sdk.component.api.record.Record
- getBytes(String) - Method in interface org.talend.sdk.component.api.record.Record
- getComment() - Method in interface org.talend.sdk.component.api.record.Schema.Entry
- getComment() - Method in class org.talend.sdk.component.api.service.schema.Schema.Entry
-
Deprecated.
- getComparator() - Method in class org.talend.sdk.component.api.record.Schema.EntriesOrder
- getCurrentEntries() - Method in interface org.talend.sdk.component.api.record.Record.Builder
- getDateTime(String) - Method in interface org.talend.sdk.component.api.record.Record
- getDecimal(String) - Method in interface org.talend.sdk.component.api.record.Record
- getDefaultValue() - Method in interface org.talend.sdk.component.api.record.Schema.Entry
- getDefaultValue() - Method in class org.talend.sdk.component.api.service.schema.Schema.Entry
-
Deprecated.
- getDouble(String) - Method in interface org.talend.sdk.component.api.record.Record
- getElementSchema() - Method in interface org.talend.sdk.component.api.record.Schema.Entry
- getElementSchema() - Method in interface org.talend.sdk.component.api.record.Schema
- getElementSchema() - Method in class org.talend.sdk.component.api.service.schema.Schema.Entry
-
Deprecated.
- getElementSchema() - Method in class org.talend.sdk.component.api.service.schema.Schema
-
Deprecated.
- getEntries() - Method in interface org.talend.sdk.component.api.record.Schema
- getEntriesOrdered() - Method in interface org.talend.sdk.component.api.record.Schema
-
Get all entries sorted by schema designed order.
- getEntriesOrdered(Comparator<Schema.Entry>) - Method in interface org.talend.sdk.component.api.record.Schema
-
Get all entries sorted using a custom comparator.
- getEntry(String) - Method in interface org.talend.sdk.component.api.record.Record.Builder
- getEntry(String) - Method in interface org.talend.sdk.component.api.record.Schema
- getFieldsOrder() - Method in class org.talend.sdk.component.api.record.Schema.EntriesOrder
- getFloat(String) - Method in interface org.talend.sdk.component.api.record.Record
- getGlobal(String) - Method in class org.talend.sdk.component.api.context.RuntimeContextHolder
- getHeaders() - Method in interface org.talend.sdk.component.api.service.http.Configurer.Connection
- getInt(String) - Method in interface org.talend.sdk.component.api.record.Record
- getJsonProp(String) - Method in interface org.talend.sdk.component.api.record.Schema.Entry
-
Get a property values from entry with its name.
- getJsonProp(String) - Method in interface org.talend.sdk.component.api.record.Schema
-
Get a property values from schema with its name.
- getLastValidityTimestamp() - Method in interface org.talend.sdk.component.api.service.cache.LocalCache.Element
-
time when this will be no longer valid.
- getLong(String) - Method in interface org.talend.sdk.component.api.record.Record
- getMetadata() - Method in interface org.talend.sdk.component.api.record.Schema
- getMetadata() - Method in class org.talend.sdk.component.api.service.schema.Schema
-
Deprecated.
- getMethod() - Method in interface org.talend.sdk.component.api.service.http.Configurer.Connection
- getName() - Method in interface org.talend.sdk.component.api.record.Schema.Entry
- getOptionalArray(Class<T>, String) - Method in interface org.talend.sdk.component.api.record.Record
- getOptionalBoolean(String) - Method in interface org.talend.sdk.component.api.record.Record
- getOptionalBytes(String) - Method in interface org.talend.sdk.component.api.record.Record
- getOptionalDateTime(String) - Method in interface org.talend.sdk.component.api.record.Record
- getOptionalDecimal(String) - Method in interface org.talend.sdk.component.api.record.Record
- getOptionalDouble(String) - Method in interface org.talend.sdk.component.api.record.Record
- getOptionalFloat(String) - Method in interface org.talend.sdk.component.api.record.Record
- getOptionalInt(String) - Method in interface org.talend.sdk.component.api.record.Record
- getOptionalLong(String) - Method in interface org.talend.sdk.component.api.record.Record
- getOptionalRecord(String) - Method in interface org.talend.sdk.component.api.record.Record
- getOptionalString(String) - Method in interface org.talend.sdk.component.api.record.Record
- getOriginalFieldName() - Method in interface org.talend.sdk.component.api.record.Schema.Entry
- getOriginalFieldName() - Method in class org.talend.sdk.component.api.service.schema.Schema.Entry
-
Deprecated.
- getPayload() - Method in interface org.talend.sdk.component.api.service.http.Configurer.Connection
- getProp(String) - Method in interface org.talend.sdk.component.api.record.Schema.Entry
- getProp(String) - Method in interface org.talend.sdk.component.api.record.Schema
- getProp(String) - Method in class org.talend.sdk.component.api.service.schema.Schema.Entry
-
Deprecated.
- getProp(String) - Method in class org.talend.sdk.component.api.service.schema.Schema
-
Deprecated.
- getProps() - Method in interface org.talend.sdk.component.api.record.Schema.Entry
- getProps() - Method in interface org.talend.sdk.component.api.record.Schema
- getProps() - Method in class org.talend.sdk.component.api.service.schema.Schema.Entry
-
Deprecated.
- getProps() - Method in class org.talend.sdk.component.api.service.schema.Schema
-
Deprecated.
- getRawName() - Method in interface org.talend.sdk.component.api.record.Schema.Entry
- getRawName() - Method in class org.talend.sdk.component.api.service.schema.Schema.Entry
-
Deprecated.
- getRecord(String) - Method in interface org.talend.sdk.component.api.record.Record
- getResponse() - Method in exception org.talend.sdk.component.api.service.http.HttpException
- getSchema() - Method in interface org.talend.sdk.component.api.record.Record
- getString(String) - Method in interface org.talend.sdk.component.api.record.Record
- getType() - Method in interface org.talend.sdk.component.api.record.Schema.Entry
- getType() - Method in interface org.talend.sdk.component.api.record.Schema
- getType() - Method in class org.talend.sdk.component.api.service.schema.Schema
-
Deprecated.
- getUrl() - Method in interface org.talend.sdk.component.api.service.http.Configurer.Connection
- getValue() - Method in interface org.talend.sdk.component.api.service.cache.LocalCache.Element
- getValue(Class<T>) - Method in interface org.talend.sdk.component.api.service.cache.LocalCache.Element
-
Get the cached object.
- getValue(String) - Method in class org.talend.sdk.component.api.record.OrderedMap
- getValue(String) - Method in interface org.talend.sdk.component.api.record.Record.Builder
- getValue(Record, Class<T>) - Method in interface org.talend.sdk.component.api.record.RecordPointer
-
Enables to extract a value from a record.
- GOOGLE_DATAFLOW - Enum constant in enum org.talend.sdk.component.api.component.Icon.IconType
-
Deprecated.
- GridLayout - Annotation Type in org.talend.sdk.component.api.configuration.ui.layout
- GridLayout.FormType - Interface in org.talend.sdk.component.api.configuration.ui.layout
- GridLayout.Row - Annotation Type in org.talend.sdk.component.api.configuration.ui.layout
-
Defines a UI row (list of widgets).
- GridLayouts - Annotation Type in org.talend.sdk.component.api.configuration.ui.layout
-
Just a java 8 wrapper to support multiple
GridLayout
on the same model. - GROUP_CIRCLE - Enum constant in enum org.talend.sdk.component.api.component.Icon.IconType
-
Deprecated.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form