Uses of Interface
org.osid.recipe.ProcedureList
Packages that use ProcedureList
Package
Description
The Open Service Interface Definitions for the org.osid.recipe
service.
-
Uses of ProcedureList in org.osid.recipe
Methods in org.osid.recipe that return ProcedureListModifier and TypeMethodDescriptionDirection.getProcedures()Gets the procedures to execute in this direction.ProcedureLookupSession.getProcedures()Gets all procedures.ProcedureSearchResults.getProcedures()Gets the procedure list resulting from a search.ProcedureCookbookSession.getProceduresByCookbook(Id cookbookId) Gets the list ofProceduresassociated with anCookbook.ProcedureCookbookSession.getProceduresByCookbooks(IdList cookbookIds) Gets the list ofProcedurescorresponding to a list ofCookbooks.ProcedureLookupSession.getProceduresByGenusType(Type procedureGenusType) Gets aProcedureListcorresponding to the given procedure genusTypewhich does not include procedures of genus types derived from the specifiedType.In plenary mode, the returned list contains all known procedures or an error results.ProcedureLookupSession.getProceduresByIds(IdList procedureIds) Gets aProcedureListcorresponding to the givenIdList.ProcedureLookupSession.getProceduresByParentGenusType(Type procedureGenusType) Gets aProcedureListcorresponding to the given procedure genusTypeand include any additional procedures with genus types derived from the specifiedType.In plenary mode, the returned list contains all known procedures or an error results.ProcedureQuerySession.getProceduresByQuery(ProcedureQuery procedureQuery) Gets a list of procedures matching the given procedure query.ProcedureLookupSession.getProceduresByRecordType(Type procedureRecordType) Gets aProcedureListcontaining the given procedure recordType.In plenary mode, the returned list contains all known procedures or an error results.