Uses of Interface
com.sun.n1.sps.model.folder.FolderID

Packages that use FolderID
com.sun.n1.sps.model.component   
com.sun.n1.sps.model.folder   
com.sun.n1.sps.model.plan   
 

Uses of FolderID in com.sun.n1.sps.model.component
 

Methods in com.sun.n1.sps.model.component that return FolderID
 FolderID ComponentRef.getPath()
          Returns the absolute path that the referenced component is located in.
 FolderID SummaryComponent.getPath()
          Returns the path that this component is located in.
 

Uses of FolderID in com.sun.n1.sps.model.folder
 

Methods in com.sun.n1.sps.model.folder that return FolderID
 FolderID SummaryFolder.getID()
          Returns the ID of this folder.
 FolderID SummaryFolder.getParentFolderID()
          Returns the ID of the parent of this folder.
 FolderID[] FolderIDSet.toIDArray()
          Returns an array of Folder IDs contained in this set.
 

Uses of FolderID in com.sun.n1.sps.model.plan
 

Methods in com.sun.n1.sps.model.plan that return FolderID
 FolderID ExecutionPlan.getPath()
          Returns the path that this plan is located in.