This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 292c42e Regen 292c42e is described below commit 292c42e0121d514ab1c4008559ac2629b433bc7b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Feb 5 09:58:28 2020 +0100 Regen --- docs/components/modules/ROOT/pages/index.adoc | 2 +- .../modules/ROOT/pages/workday-component.adoc | 29 ++++++++++------------ 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/docs/components/modules/ROOT/pages/index.adoc b/docs/components/modules/ROOT/pages/index.adoc index 0cfe65c..a8ea925 100644 --- a/docs/components/modules/ROOT/pages/index.adoc +++ b/docs/components/modules/ROOT/pages/index.adoc @@ -622,7 +622,7 @@ Number of Components: 317 in 255 JAR artifacts (1 deprecated) | xref:wordpress-component.adoc[Wordpress] (camel-wordpress) | 2.21 | Integrates Camel with Wordpress. -| xref:workday-component.adoc[Workday] (camel-workday) | 3.1.0-SNAPSHOT | Represents a camel-workday endpoint. +| xref:workday-component.adoc[Workday] (camel-workday) | 3.1 | Represents a Workday endpoint. | xref:xchange-component.adoc[XChange] (camel-xchange) | 2.21 | The camel-xchange component provide access to many bitcoin and altcoin exchanges for trading and accessing market data. diff --git a/docs/components/modules/ROOT/pages/workday-component.adoc b/docs/components/modules/ROOT/pages/workday-component.adoc index f38d454..d7dc88e 100644 --- a/docs/components/modules/ROOT/pages/workday-component.adoc +++ b/docs/components/modules/ROOT/pages/workday-component.adoc @@ -2,10 +2,10 @@ = Workday Component :page-source: components/camel-workday/src/main/docs/workday-component.adoc -*Since Camel 3.1.0-SNAPSHOT* +*Since Camel 3.1* // HEADER START -*Both producer and consumer is supported* +*Only producer is supported* // HEADER END The *Workday*: components provides the ability to detect and parse documents with @@ -29,7 +29,7 @@ following dependency to their `pom.xml`: == Options // component options: START -The Workday component supports 3 options, which are listed below. +The Workday component supports 2 options, which are listed below. @@ -38,7 +38,6 @@ The Workday component supports 3 options, which are listed below. | Name | Description | Default | Type | *basicPropertyBinding* (advanced) | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean | *lazyStartProducer* (producer) | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and [...] -| *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | boolean |=== // component options: END @@ -46,39 +45,37 @@ The Workday component supports 3 options, which are listed below. The Workday endpoint is configured using URI syntax: ---- -workday:uri +workday:entity:path ---- with the following path and query parameters: -=== Path Parameters (1 parameters): +=== Path Parameters (2 parameters): [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type -| *uri* | *Required* The partial URL for RAAS report. | | String +| *entity* | *Required* The entity to be requested or subscribed via API. The value can be one of: report | | Entity +| *path* | *Required* The API path to access an entity structure. | | String |=== -=== Query Parameters (13 parameters): +=== Query Parameters (10 parameters): [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type -| *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | boolean -| *exceptionHandler* (consumer) | To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored. | | ExceptionHandler -| *exchangePattern* (consumer) | Sets the exchange pattern when the consumer creates an exchange. The value can be one of: InOnly, InOut, InOptionalOut | | ExchangePattern | *lazyStartProducer* (producer) | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and [...] | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean -| *httpConnectionManager* (advanced) | Pool connection manager for advanced configuration | | PoolingHttpClientConnectionManager +| *httpConnectionManager* (advanced) | Pool connection manager for advanced configuration. | | PoolingHttpClientConnectionManager | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean -| *format* (format) | Workday Report as a service output format. | | String +| *reportFormat* (format) | Workday Report as a service output format. The value can be one of: json | json | String | *host* (host) | *Required* Workday Host name. | | String -| *clientId* (security) | *Required* Workday Client Id generated by API Client for Integrations. | | String -| *clientSecret* (security) | *Required* Workday Client Secrect generated by API Client for Integrations. | | String -| *tokenRefresh* (security) | *Required* Workday Token Refresh generated for Integration system user. | | String +| *clientId* (security) | *Required* Workday client Id generated by API client for integrations. | | String +| *clientSecret* (security) | *Required* Workday client Secret generated by API client for integrations. | | String +| *tokenRefresh* (security) | *Required* Workday token Refresh generated for integrations system user. | | String | *tenant* (tenant) | *Required* Workday Tenant name. | | String |=== // endpoint options: END