com.sap.sl.sdk.authoring.commons
Interface QueryScriptCustomizable

All Known Subinterfaces:
BusinessLayer, DataFoundation, MonoSourceDataFoundation, MultiSourceDataFoundation, OlapBusinessLayer, RelationalBusinessLayer

public interface QueryScriptCustomizable

A representation of the model object 'Query Script Customizable'.

This interface allows data foundations and business layers to be customized via a set of query script properties. You can store and get the list of query script properties attached to an object through the getQueryScriptProperties() method. You can also reset the list of query script properties attached to an object to its default ones through the resetQueryScriptProperties() method.

The following features are supported:


Method Summary
 java.util.List<QueryScriptProperty> getQueryScriptProperties()
          Returns the value of the 'Query Script Properties' containment reference list.
 void resetQueryScriptProperties()
          Resets the list of 'Query Script Properties'.
 

Method Detail

getQueryScriptProperties

java.util.List<QueryScriptProperty> getQueryScriptProperties()
Returns the value of the 'Query Script Properties' containment reference list. The list contents are of type QueryScriptProperty.

This is the list of default and custom query script properties. This list is attached either to a data foundation or a business layer.

Returns:
the value of the 'Query Script Properties' containment reference list.

resetQueryScriptProperties

void resetQueryScriptProperties()
Resets the list of 'Query Script Properties'.

All optional, predefined query script properties and custom query script properties are removed and each mandatory query script property is set to its default value.



© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.