Uses of Interface
org.osid.rules.check.CheckList
Packages that use CheckList
Package
Description
The Open Service Interface Definitions for the org.osid.rules.check
service.
-
Uses of CheckList in org.osid.rules.check
Methods in org.osid.rules.check that return CheckListModifier and TypeMethodDescriptionCheckLookupSession.getChecks()Gets allChecks.CheckSearchResults.getChecks()Gets the check list resulting from a search.CheckEngineSession.getChecksByEngine(Id engineId) Gets the list ofChecksassociated with aEngine.CheckEngineSession.getChecksByEngines(IdList engineIds) Gets the list ofCheckcorresponding to a list ofEngines.CheckLookupSession.getChecksByGenusType(Type holdGenusType) Gets aCheckListcorresponding to the given check genusTypewhich does not include checks of genus types derived from the specifiedType.CheckLookupSession.getChecksByIds(IdList checkIds) Gets aCheckListcorresponding to the givenIdList.CheckLookupSession.getChecksByParentGenusType(Type holdGenusType) Gets aCheckListcorresponding to the given check genusTypeand include any additional checks with genus types derived from the specifiedType.CheckQuerySession.getChecksByQuery(CheckQuery checkQuery) Gets a list ofChecksmatching the given check query.CheckLookupSession.getChecksByRecordType(Type checkRecordType) Gets aCheckListcontaining the given check recordType.