Uses of Interface
org.osid.checklist.ChecklistList
Packages that use ChecklistList
Package
Description
The Open Service Interface Definitions for the org.osid.checklist
service.
The Open Service Interface Definitions for the org.osid.checklist.mason
service.
-
Uses of ChecklistList in org.osid.checklist
Methods in org.osid.checklist that return ChecklistListModifier and TypeMethodDescriptionChecklistLookupSession.getChecklists()Gets allChecklists.ChecklistSearchResults.getChecklists()Gets the checklist list resulting from a search.ChecklistLookupSession.getChecklistsByGenusType(Type checklistGenusType) Gets aChecklistListcorresponding to the given checklist genusTypewhich does not include checklists of genus types derived from the specifiedType.In plenary mode, the returned list contains all known checklists or an error results.ChecklistLookupSession.getChecklistsByIds(IdList checklistIds) Gets aChecklistListcorresponding to the givenIdList.ChecklistLookupSession.getChecklistsByParentGenusType(Type checklistGenusType) Gets aChecklistListcorresponding to the given checklist genusTypeand include any additional checklists with genus types derived from the specifiedType.In plenary mode, the returned list contains all known checklists or an error results.ChecklistLookupSession.getChecklistsByProvider(Id resourceId) Gets aChecklistListfrom the given provider.ChecklistQuerySession.getChecklistsByQuery(ChecklistQuery checklistQuery) Gets a list ofChecklistsmatching the given search.ChecklistLookupSession.getChecklistsByRecordType(Type checklistRecordType) Gets aChecklistListcontaining the given checklist recordType.In plenary mode, the returned list contains all known checklists or an error results.TodoChecklistSession.getChecklistsByTodo(Id todoId) Gets the list ofChecklistobjects mapped to aTodo.ChecklistHierarchySession.getChildChecklists(Id checklistId) Gets the child checklists of the givenid.ChecklistHierarchySession.getParentChecklists(Id checklistId) Gets the parent checklists of the givenid.ChecklistHierarchySession.getRootChecklists()Gets the root checklists in the checklist hierarchy. -
Uses of ChecklistList in org.osid.checklist.mason
Methods in org.osid.checklist.mason that return ChecklistListModifier and TypeMethodDescriptionTodoProducerChecklistSession.getChecklistsByTodoProducer(Id todoProducerId) Gets theChecklistsmapped to aTodoProducer.