Uses of Interface
org.osid.workflow.rules.StepProcessorList
Packages that use StepProcessorList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of StepProcessorList in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return StepProcessorListModifier and TypeMethodDescriptionStepProcessorLookupSession.getStepProcessors()Gets allStepProcessors.StepProcessorSearchResults.getStepProcessors()Gets theStepProcessorListresulting from a search.StepProcessorLookupSession.getStepProcessorsByGenusType(Type stepProcessorGenusType) Gets aStepProcessorListcorresponding to the given step processor genusTypewhich does not include step processor of genus types derived from the specifiedType.StepProcessorLookupSession.getStepProcessorsByIds(IdList stepProcessorIds) Gets aStepProcessorListcorresponding to the givenIdList.StepProcessorOfficeSession.getStepProcessorsByOffice(Id officeId) Gets the list of step processors associated with anOffice.StepProcessorOfficeSession.getStepProcessorsByOffices(IdList officeIds) Gets the list of step processor corresponding to a list ofOffices.StepProcessorLookupSession.getStepProcessorsByParentGenusType(Type stepProcessorGenusType) Gets aStepProcessorListcorresponding to the given step processor genusTypeand include any additional step processor with genus types derived from the specifiedType.StepProcessorQuerySession.getStepProcessorsByQuery(StepProcessorQuery stepProcessorQuery) Gets a list ofStepProcessorsmatching the given step processor query.StepProcessorLookupSession.getStepProcessorsByRecordType(Type stepProcessorRecordType) Gets aStepProcessorListcontaining the given step processor recordType.StepProcessorRuleLookupSession.getStepProcessorsForStep(Id stepId) Gets theStepProcessorassociated with aStep.StepProcessorEnablerRuleLookupSession.getStepProcessorsForStepProcessorEnabler(Id stepProcessorEnablerId) Gets theStepProcessorsmapped to aStepProcessorEnabler.