com.sage.swt.client.sdata
Interface DataSourceInfo

All Superinterfaces:
BaseDataSourceInfo
All Known Implementing Classes:
DefaultDataSourceInfo

public interface DataSourceInfo
extends BaseDataSourceInfo

Interface for an information object that will be used to build a datasource instance. Datasource information objects are part of a UI definition context.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sage.swt.client.sdata.BaseDataSourceInfo
BaseDataSourceInfo.DataSourceRelationType
 
Method Summary
 java.util.List<DataSourceInfo> getChildren()
          Gets the list of child datasource information objects.
 TypeInfo getTypeInfo()
          Gets the data type information object associated with this datasource information object.
 boolean isStateful()
           
 
Methods inherited from interface com.sage.swt.client.sdata.BaseDataSourceInfo
getConstructUrl, getExcludedProperties, getID, getIncludedProperties, getKey, getPropertyPath, getRelationType, getSDataInfo, getType, isDelayed
 

Method Detail

getTypeInfo

TypeInfo getTypeInfo()
Gets the data type information object associated with this datasource information object.

Returns:
The data type information object associated with this datasource information object.

getChildren

java.util.List<DataSourceInfo> getChildren()
Gets the list of child datasource information objects.

Returns:
The list of child datasource information objects.

isStateful

boolean isStateful()
Specified by:
isStateful in interface BaseDataSourceInfo
Returns:
?


Copyright © 2011 Sage Software, Inc. All rights reserved.