Uses of Interface
org.osid.workflow.rules.ProcessConstrainerList
Packages that use ProcessConstrainerList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of ProcessConstrainerList in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return ProcessConstrainerListModifier and TypeMethodDescriptionProcessConstrainerLookupSession.getProcessConstrainers()Gets allProcessConstrainers.ProcessConstrainerSearchResults.getProcessConstrainers()Gets the process constrainer list resulting from a search.ProcessConstrainerLookupSession.getProcessConstrainersByGenusType(Type processConstrainerGenusType) Gets aProcessConstrainerListcorresponding to the given process constrainer genusTypewhich does not include process constrainers of genus types derived from the specifiedType.ProcessConstrainerLookupSession.getProcessConstrainersByIds(IdList processConstrainerIds) Gets aProcessConstrainerListcorresponding to the givenIdList.ProcessConstrainerOfficeSession.getProcessConstrainersByOffice(Id officeId) Gets the list ofProcessConstrainersassociated with anOffice.ProcessConstrainerOfficeSession.getProcessConstrainersByOffices(IdList officeIds) Gets the list ofProcessConstrainerscorresponding to a list ofOffices.ProcessConstrainerLookupSession.getProcessConstrainersByParentGenusType(Type processConstrainerGenusType) Gets aProcessConstrainerListcorresponding to the given process constrainer genusTypeand include any additional process constrainers with genus types derived from the specifiedType.ProcessConstrainerQuerySession.getProcessConstrainersByQuery(ProcessConstrainerQuery processConstrainerQuery) Gets a list ofProcessConstrainersmatching the given search.ProcessConstrainerLookupSession.getProcessConstrainersByRecordType(Type processConstrainerRecordType) Gets aProcessConstrainerListcontaining the given process constrainer recordType.ProcessConstrainerRuleLookupSession.getProcessConstrainersForProcess(Id processId) Gets theProcessConstrainersassociated with aProcess.ProcessConstrainerEnablerRuleLookupSession.getProcessConstrainersForProcessConstrainerEnabler(Id processConstrainerEnablerId) Gets theProcessConstrainersmapped to aProcessConstrainerEnabler.