Uses of Class
org.talend.sdk.component.api.meta.Documentation
-
-
Uses of Documentation in org.talend.sdk.component.api.component
Classes in org.talend.sdk.component.api.component with annotations of type Documentation Modifier and Type Class Description interface
AfterVariables
Use to groupAfterVariables.AfterVariable
annotations.static interface
AfterVariables.AfterVariable
Declare after variable for the component.static interface
AfterVariables.AfterVariableContainer
Mark method that returns container with after variables.interface
Icon
interface
Version
-
Uses of Documentation in org.talend.sdk.component.api.configuration.action
Classes in org.talend.sdk.component.api.configuration.action with annotations of type Documentation Modifier and Type Class Description interface
BuiltInSuggestable
interface
Checkable
interface
Proposable
interface
Suggestable
interface
Updatable
interface
Validable
-
Uses of Documentation in org.talend.sdk.component.api.configuration.condition
Classes in org.talend.sdk.component.api.configuration.condition with annotations of type Documentation Modifier and Type Class Description interface
ActiveIf
interface
ActiveIfs
-
Uses of Documentation in org.talend.sdk.component.api.configuration.constraint
Classes in org.talend.sdk.component.api.configuration.constraint with annotations of type Documentation Modifier and Type Class Description interface
Max
interface
Min
interface
Pattern
interface
Required
interface
Uniques
-
Uses of Documentation in org.talend.sdk.component.api.configuration.type
Classes in org.talend.sdk.component.api.configuration.type with annotations of type Documentation Modifier and Type Class Description interface
DataSet
interface
DatasetDiscovery
interface
DataStore
-
Uses of Documentation in org.talend.sdk.component.api.configuration.ui
Classes in org.talend.sdk.component.api.configuration.ui with annotations of type Documentation Modifier and Type Class Description interface
DefaultValue
interface
OptionsOrder
-
Uses of Documentation in org.talend.sdk.component.api.configuration.ui.layout
Classes in org.talend.sdk.component.api.configuration.ui.layout with annotations of type Documentation Modifier and Type Class Description interface
AutoLayout
interface
GridLayout
interface
GridLayouts
Just a java 8 wrapper to support multipleGridLayout
on the same model.interface
HorizontalLayout
interface
VerticalLayout
-
Uses of Documentation in org.talend.sdk.component.api.configuration.ui.widget
Classes in org.talend.sdk.component.api.configuration.ui.widget with annotations of type Documentation Modifier and Type Class Description interface
Code
interface
Credential
interface
DateTime
interface
Structure
interface
TextArea
-
Uses of Documentation in org.talend.sdk.component.api.service
Classes in org.talend.sdk.component.api.service with annotations of type Documentation Modifier and Type Class Description interface
Action
-
Uses of Documentation in org.talend.sdk.component.api.service.asyncvalidation
Classes in org.talend.sdk.component.api.service.asyncvalidation with annotations of type Documentation Modifier and Type Class Description interface
AsyncValidation
-
Uses of Documentation in org.talend.sdk.component.api.service.completion
Classes in org.talend.sdk.component.api.service.completion with annotations of type Documentation Modifier and Type Class Description interface
DynamicValues
interface
Suggestions
-
Uses of Documentation in org.talend.sdk.component.api.service.connection
Classes in org.talend.sdk.component.api.service.connection with annotations of type Documentation Modifier and Type Class Description interface
CloseConnection
class
CloseConnectionObject
interface
Connection
interface
CreateConnection
-
Uses of Documentation in org.talend.sdk.component.api.service.discovery
Classes in org.talend.sdk.component.api.service.discovery with annotations of type Documentation Modifier and Type Class Description interface
DiscoverDataset
Mark a method as returning theDiscoverDatasetResult
of a datastore. -
Uses of Documentation in org.talend.sdk.component.api.service.healthcheck
Classes in org.talend.sdk.component.api.service.healthcheck with annotations of type Documentation Modifier and Type Class Description interface
HealthCheck
Mark a method as retruning theHealthCheckStatus
of a datastore. -
Uses of Documentation in org.talend.sdk.component.api.service.http
Classes in org.talend.sdk.component.api.service.http with annotations of type Documentation Modifier and Type Class Description interface
Base
Make the 'string' parameter as base of the endpoint. -
Uses of Documentation in org.talend.sdk.component.api.service.schema
Classes in org.talend.sdk.component.api.service.schema with annotations of type Documentation Modifier and Type Class Description interface
DiscoverSchema
Mark a method as retruning theSchema
of a dataset. -
Uses of Documentation in org.talend.sdk.component.api.service.update
Classes in org.talend.sdk.component.api.service.update with annotations of type Documentation Modifier and Type Class Description interface
Update
Mark a method as returning a new instance of part of the form/configuration.
-