|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use MapFolder | |
|---|---|
| com.sas.iquery.metadata.business | The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. |
| Uses of MapFolder in com.sas.iquery.metadata.business |
|---|
| Methods in com.sas.iquery.metadata.business that return MapFolder | |
|---|---|
abstract MapFolder |
BusinessModel.getMapFolderContaining(BusinessItem item)
Returns the folder off of the root business model folder that contains the specified business item |
abstract MapFolder |
MapFolder.getParent()
Returns the parent MapFolder object to this folder. |
abstract MapFolder |
BusinessModel.getRootMapFolder()
Returns the root folder of the user-organized business items within this model. |
abstract MapFolder |
MapFolder.getSubfolder(java.lang.String name)
Returns the subfolder with the give name or null if no subfolder exist. |
abstract MapFolder |
MapFolder.newSubfolder()
Creates a new MapFolder object and places it into this MapFolder. |
| Methods in com.sas.iquery.metadata.business that return types with arguments of type MapFolder | |
|---|---|
abstract java.util.List<MapFolder> |
MapFolder.getSubfolders()
Returns all the subfolders for this folder. |
| Methods in com.sas.iquery.metadata.business with parameters of type MapFolder | |
|---|---|
abstract void |
MapFolder.deleteSubfolder(MapFolder subfolder)
Removes the specified subfolder. |
abstract void |
MapFolder.moveTo(int index,
MapFolder newParent)
Re-order this MapFolder under the specified folder. |
abstract void |
MapFolder.moveTo(MapFolder newParent)
Re-parents this MapFolder under the specified folder. |
|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||