Uses of Interface
org.osid.topology.path.PathList
Packages that use PathList
Package
Description
The Open Service Interface Definitions for the org.osid.topology.path
service.
-
Uses of PathList in org.osid.topology.path
Methods in org.osid.topology.path that return PathListModifier and TypeMethodDescriptionPathLookupSession.getPaths()Gets allPaths.PathSearchResults.getPaths()Gets the path list resulting from a search.PathLookupSession.getPathsAlongNodes(IdList nodeIds) Gets aPathListconnected to all the givenNodes.PathLookupSession.getPathsAlongNodesOnDate(IdList nodeIds, DateTime from, DateTime to) Gets aPathListconnected to all the givenNodesand and effective during the entire given date range inclusive but not confined to the date range.PathLookupSession.getPathsByGenusType(Type pathGenusType) Gets aPathListcorresponding to the given path genusTypewhich does not include paths of genus types derived from the specifiedType.PathLookupSession.getPathsByGenusTypeForEndingNode(Id nodeId, Type pathGenusType) Gets aPathListending at the givenNodeand path genusType includingany genusTypesderived from the given genusType.PathLookupSession.getPathsByGenusTypeForEndingNodeOnDate(Id nodeId, Type pathGenusType, DateTime from, DateTime to) Gets aPathListof the given genus type and effective during the entire given date range inclusive but not confined to the date range.PathLookupSession.getPathsByGenusTypeForNodes(Id startingNodeId, Id endingNodeId, Type pathGenusType) Gets aPathListof the given genus type between the givenNodes.PathLookupSession.getPathsByGenusTypeForNodesOnDate(Id startingNodeId, Id endingNodeId, Type pathGenusType, DateTime from, DateTime to) Gets aPathListof the given genus type and effective during the entire given date range inclusive but not confined to the date range.PathLookupSession.getPathsByGenusTypeForStartingNode(Id nodeId, Type pathGenusType) Gets aPathListstarting from the givenNodeand path genusType includingany genusTypesderived from the given genusType.PathLookupSession.getPathsByGenusTypeForStartingNodeOnDate(Id nodeId, Type pathGenusType, DateTime from, DateTime to) Gets aPathListof the given genus type and effective during the entire given date range inclusive but not confined to the date range.PathLookupSession.getPathsByGenusTypeOnDate(Type pathGenusType, DateTime from, DateTime to) Gets aPathListof a genus type and effective during the entire given date range inclusive but not confined to the date range.PathGraphSession.getPathsByGraph(Id graphId) Gets the list ofPathsassociated with aGraph.PathGraphSession.getPathsByGraphs(IdList graphIds) Gets the list ofPathcorresponding to a list ofGraphs.PathLookupSession.getPathsByIds(IdList pathIds) Gets aPathListcorresponding to the givenIdList.PathLookupSession.getPathsByParentGenusType(Type pathGenusType) Gets aPathListcorresponding to the given path genusTypeand include any additional paths with genus types derived from the specifiedType.PathQuerySession.getPathsByQuery(PathQuery pathQuery) Gets a list ofPathsmatching the given path query.PathLookupSession.getPathsByRecordType(Type pathRecordType) Gets aPathListcontaining the given path recordType.PathLookupSession.getPathsForEndingNode(Id nodeId) Gets aPathListending at the givenNode.PathLookupSession.getPathsForEndingNodeOnDate(Id nodeId, DateTime from, DateTime to) Gets aPathListeffective during the entire given date range inclusive but not confined to the date range.PathLookupSession.getPathsForNodes(Id startingNodeId, Id endingNodeId) Gets aPathListbetween to the two givenNodes.PathLookupSession.getPathsForNodesOnDate(Id startingNodeId, Id endingNodeId, DateTime from, DateTime to) Gets aPathListeffective during the entire given date range inclusive but not confined to the date range.PathLookupSession.getPathsForStartingNode(Id nodeId) Gets aPathListstarting from the givenNode.PathLookupSession.getPathsForStartingNodeOnDate(Id nodeId, DateTime from, DateTime to) Gets aPathListeffective during the entire given date range inclusive but not confined to the date range.PathLookupSession.getPathsOnDate(DateTime from, DateTime to) Gets aPathListeffective during the entire given date range inclusive but not confined to the date range.