|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.util.List<QueryScriptProperty> getQueryScriptProperties()
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.
void resetQueryScriptProperties()
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |