Uses of Interface
org.osid.workflow.rules.ProcessProcessorList
Packages that use ProcessProcessorList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of ProcessProcessorList in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return ProcessProcessorListModifier and TypeMethodDescriptionProcessProcessorLookupSession.getProcessProcessors()Gets allProcessProcessors.ProcessProcessorSearchResults.getProcessProcessors()Gets the process processor list resulting from a search.ProcessProcessorLookupSession.getProcessProcessorsByGenusType(Type processProcessorGenusType) Gets aProcessProcessorListcorresponding to the given process processor genusTypewhich does not include process processors of genus types derived from the specifiedType.ProcessProcessorLookupSession.getProcessProcessorsByIds(IdList processProcessorIds) Gets aProcessProcessorListcorresponding to the givenIdList.ProcessProcessorOfficeSession.getProcessProcessorsByOffice(Id officeId) Gets the list ofProcessProcessorsassociated with anOffice.ProcessProcessorOfficeSession.getProcessProcessorsByOffices(IdList officeIds) Gets the list ofProcessConstrainerscorresponding to a list ofOffices.ProcessProcessorLookupSession.getProcessProcessorsByParentGenusType(Type processProcessorGenusType) Gets aProcessProcessorListcorresponding to the given process processor genusTypeand include any additional process processors with genus types derived from the specifiedType.ProcessProcessorQuerySession.getProcessProcessorsByQuery(ProcessProcessorQuery processProcessorQuery) Gets a list ofProcessProcessorsmatching the given search.ProcessProcessorLookupSession.getProcessProcessorsByRecordType(Type processProcessorRecordType) Gets aProcessProcessorListcontaining the given process processor recordType.ProcessProcessorRuleLookupSession.getProcessProcessorsForProcess(Id processId) Gets theProcessProcessorsassociated with aProcess.ProcessProcessorEnablerRuleLookupSession.getProcessProcessorsForProcessProcessorEnabler(Id processProcessorEnablerId) Gets theProcessProcessorsmapped to aProcessProcessorEnabler.