| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SubsetDescriptor | |
|---|---|
| com.apelon.dts.client.subset | This package provides the capability to access and manipulate subsets in a DTS client application. | 
| com.apelon.dts.common.subset | This package has classes for working with subset data. | 
| Uses of SubsetDescriptor in com.apelon.dts.client.subset | 
|---|
| Methods in com.apelon.dts.client.subset with parameters of type SubsetDescriptor | |
|---|---|
 Subset[] | 
SubsetQuery.find(DataTypeFilter filter,
     SubsetDescriptor descriptor)
Retrieves subsets based on the DataTypeFilter. | 
 Subset[] | 
SubsetQuery.findAll(SubsetDescriptor descriptor)
Retrieves all subsets.  | 
| Uses of SubsetDescriptor in com.apelon.dts.common.subset | 
|---|
| Fields in com.apelon.dts.common.subset declared as SubsetDescriptor | |
|---|---|
static SubsetDescriptor | 
SubsetDescriptor.ALL_SUBSET_DESCRIPTOR
This SubsetDescriptor will retrieve all the fields of Subset including the expression and concept count.  | 
static SubsetDescriptor | 
SubsetDescriptor.DEFAULT_SUBSET_DESCRIPTOR
This SubsetDescriptor will retrieve all the attribute fields (id, name, created_by, created_date, modified_by, modified_date, data_load_date, description) of Subset but not the expression and concept count.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||