SapBwSource Class

public final class SapBwSource
extends TabularSource

A copy activity source for SapBW server via MDX.

Constructor Summary

Constructor Description
SapBwSource()

Creates an instance of SapBwSource class.

Method Summary

Modifier and Type Method and Description
Object query()

Get the query property: MDX query.

String type()

Get the type property: Copy source type.

void validate()

Validates the instance.

SapBwSource withAdditionalColumns(Object additionalColumns)

Set the additionalColumns property: Specifies the additional columns to be added to source data.

SapBwSource withDisableMetricsCollection(Object disableMetricsCollection)

Set the disableMetricsCollection property: If true, disable data store metrics collection.

SapBwSource withMaxConcurrentConnections(Object maxConcurrentConnections)

Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.

SapBwSource withQuery(Object query)

Set the query property: MDX query.

SapBwSource withQueryTimeout(Object queryTimeout)

Set the queryTimeout property: Query timeout.

SapBwSource withSourceRetryCount(Object sourceRetryCount)

Set the sourceRetryCount property: Source retry count.

SapBwSource withSourceRetryWait(Object sourceRetryWait)

Set the sourceRetryWait property: Source retry wait.

Methods inherited from CopySource

Methods inherited from TabularSource

Methods inherited from java.lang.Object

Constructor Details

SapBwSource

public SapBwSource()

Creates an instance of SapBwSource class.

Method Details

query

public Object query()

Get the query property: MDX query. Type: string (or Expression with resultType string).

Returns:

the query value.

type

public String type()

Get the type property: Copy source type.

Overrides:

SapBwSource.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

SapBwSource.validate()

withAdditionalColumns

public SapBwSource withAdditionalColumns(Object additionalColumns)

Set the additionalColumns property: Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

Overrides:

SapBwSource.withAdditionalColumns(Object additionalColumns)

Parameters:

additionalColumns

withDisableMetricsCollection

public SapBwSource withDisableMetricsCollection(Object disableMetricsCollection)

Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

Overrides:

SapBwSource.withDisableMetricsCollection(Object disableMetricsCollection)

Parameters:

disableMetricsCollection

withMaxConcurrentConnections

public SapBwSource withMaxConcurrentConnections(Object maxConcurrentConnections)

Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Overrides:

SapBwSource.withMaxConcurrentConnections(Object maxConcurrentConnections)

Parameters:

maxConcurrentConnections

withQuery

public SapBwSource withQuery(Object query)

Set the query property: MDX query. Type: string (or Expression with resultType string).

Parameters:

query - the query value to set.

Returns:

the SapBwSource object itself.

withQueryTimeout

public SapBwSource withQueryTimeout(Object queryTimeout)

Set the queryTimeout property: Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

Overrides:

SapBwSource.withQueryTimeout(Object queryTimeout)

Parameters:

queryTimeout

withSourceRetryCount

public SapBwSource withSourceRetryCount(Object sourceRetryCount)

Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).

Overrides:

SapBwSource.withSourceRetryCount(Object sourceRetryCount)

Parameters:

sourceRetryCount

withSourceRetryWait

public SapBwSource withSourceRetryWait(Object sourceRetryWait)

Set the sourceRetryWait property: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

Overrides:

SapBwSource.withSourceRetryWait(Object sourceRetryWait)

Parameters:

sourceRetryWait

Applies to