Uses of Interface
org.osid.journaling.BranchList
Packages that use BranchList
Package
Description
The Open Service Interface Definitions for the org.osid.journaling
service.
-
Uses of BranchList in org.osid.journaling
Methods in org.osid.journaling that return BranchListModifier and TypeMethodDescriptionBranchLookupSession.getBranches()Gets allBranches.BranchSearchResults.getBranches()Gets the branch list resulting from a search.BranchLookupSession.getBranchesByGenusType(Type branchGenusType) Gets aBranchListcorresponding to the given branch genusTypewhich does not include branches of types derived from the specifiedType.BranchLookupSession.getBranchesByIds(IdList branchIds) Gets aBranchListcorresponding to the givenIdList.BranchLookupSession.getBranchesByParentGenusType(Type branchGenusType) Gets aBranchListcorresponding to the given branch genusTypeand include any additional branches with genus types derived from the specifiedType.BranchQuerySession.getBranchesByQuery(BranchQuery branchQuery) Gets a list ofBranchesmatching the given branch query.BranchLookupSession.getBranchesByRecordType(Type branchRecordType) Gets aBranchListcontaining the given branch recordType.