Uses of Interface
org.osid.workflow.rules.StepConstrainerList
Packages that use StepConstrainerList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of StepConstrainerList in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return StepConstrainerListModifier and TypeMethodDescriptionStepConstrainerLookupSession.getStepConstrainers()Gets allStepConstrainers.StepConstrainerSearchResults.getStepConstrainers()Gets theStepConstrainerListresulting from a search.StepConstrainerLookupSession.getStepConstrainersByGenusType(Type stepConstrainerGenusType) Gets aStepConstrainerListcorresponding to the given step constrainer genusTypewhich does not include step constrainer of genus types derived from the specifiedType.StepConstrainerLookupSession.getStepConstrainersByIds(IdList stepConstrainerIds) Gets aStepConstrainerListcorresponding to the givenIdList.StepConstrainerOfficeSession.getStepConstrainersByOffice(Id officeId) Gets the list of step constrainer associated with anOffice.StepConstrainerOfficeSession.getStepConstrainersByOffices(IdList officeIds) Gets the list of step constrainer corresponding to a list ofOffices.StepConstrainerLookupSession.getStepConstrainersByParentGenusType(Type stepConstrainerGenusType) Gets aStepConstrainerListcorresponding to the given step constrainer genusTypeand include any additional step constrainer with genus types derived from the specifiedType.StepConstrainerQuerySession.getStepConstrainersByQuery(StepConstrainerQuery stepConstrainerQuery) Gets a list ofStepConstrainersmatching the given step constrainer query.StepConstrainerLookupSession.getStepConstrainersByRecordType(Type stepConstrainerRecordType) Gets aStepConstrainerListcontaining the given step constrainer recordType.StepConstrainerRuleLookupSession.getStepConstrainersForStep(Id stepId) Gets theStepConstrainerassociated with aStep.StepConstrainerEnablerRuleLookupSession.getStepConstrainersForStepConstrainerEnabler(Id stepConstrainerEnablerId) Gets theStepConstrainersmapped to aStepConstrainerEnabler.