- parentCatalog(String) - Method in class com.incorta.connector.model.CatalogDetails.Builder
-
Sets the full parent catalog path.
- parseModelXml(InputStream) - Static method in class com.incorta.connector.util.ConnectorFactoryUtil
-
Parses the connector model XML and returns the equivalent
ConnectorModel
object.
- possibleValues(PropertyModel.PropertyValue...) - Method in class com.incorta.connector.model.PropertyModel.Builder
-
Sets a list of possible values for this property.
- possibleValues(List<PropertyModel.PropertyValue>) - Method in class com.incorta.connector.model.PropertyModel.Builder
-
Sets a list of possible values for this property.
- predefined(boolean) - Method in class com.incorta.connector.model.ConnectorModel.Builder
-
Sets a boolean flag indicating whether or not this is a predefined connector.
- prefix(String) - Method in class com.incorta.connector.model.PropertyModel.Builder
-
Sets the property prefix.
- prepareAuthorizationRequest(String) - Method in interface com.incorta.connector.OAuthManager
-
Returns a
OAuthManager.Request
object containing the authorization URL and unique state string to be used by UI.
- PROP_INCREMENTAL - Static variable in class com.incorta.connector.model.DataSetSpec
-
- PROP_REMOTE - Static variable in class com.incorta.connector.model.DataSetSpec
-
- properties(Property...) - Method in class com.incorta.connector.model.SchemaDetailsWithProperties.Builder
-
Sets the additional properties.
- properties(List<Property>) - Method in class com.incorta.connector.model.SchemaDetailsWithProperties.Builder
-
Sets the additional properties.
- Property - Class in com.incorta.connector.model
-
Represents a single spec property key and value pair.
- Property(String, boolean) - Constructor for class com.incorta.connector.model.Property
-
Creates a new Property
instance with boolean value.
- Property(String, int) - Constructor for class com.incorta.connector.model.Property
-
Creates a new Property
instance with int value.
- Property(String, long) - Constructor for class com.incorta.connector.model.Property
-
Creates a new Property
instance with long value.
- Property(String, double) - Constructor for class com.incorta.connector.model.Property
-
Creates a new Property
instance with double value.
- Property(String, String) - Constructor for class com.incorta.connector.model.Property
-
Creates a new Property
instance with String value.
- PropertyDependency(String, String, boolean) - Constructor for class com.incorta.connector.model.PropertyModel.PropertyDependency
-
Creates a new instance.
- PropertyModel - Class in com.incorta.connector.model
-
A property model is used by Incorta to determine how a connector or data set property behaves
and how it should appear in the user interface.
- PropertyModel.Builder - Class in com.incorta.connector.model
-
- PropertyModel.PropertyDependency - Class in com.incorta.connector.model
-
Represents a property's dependency on another property.
- PropertyModel.PropertyValue - Class in com.incorta.connector.model
-
Represents a possible property value.
- PropertyValue(String, String, String) - Constructor for class com.incorta.connector.model.PropertyModel.PropertyValue
-
Creates a new instance.