Uses of Interface
org.osid.workflow.rules.StepProcessorEnablerList
Packages that use StepProcessorEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of StepProcessorEnablerList in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return StepProcessorEnablerListModifier and TypeMethodDescriptionStepProcessorEnablerLookupSession.getStepProcessorEnablers()Gets allStepProcessorEnablers.StepProcessorEnablerSearchResults.getStepProcessorEnablers()Gets theStepProcessorEnablerListresulting from a search.StepProcessorEnablerLookupSession.getStepProcessorEnablersByGenusType(Type stepProcessorEnablerGenusType) Gets aStepProcessorEnablerListcorresponding to the given step processor enabler genusTypewhich does not include step processor enablers of genus types derived from the specifiedType.StepProcessorEnablerLookupSession.getStepProcessorEnablersByIds(IdList stepProcessorEnablerIds) Gets aStepProcessorEnablerListcorresponding to the givenIdList.StepProcessorEnablerOfficeSession.getStepProcessorEnablersByOffice(Id officeId) Gets the list of step processor enablers associated with anOffice.StepProcessorEnablerOfficeSession.getStepProcessorEnablersByOffices(IdList officeIds) Gets the list of step processor enablers corresponding to a list ofOffices.StepProcessorEnablerLookupSession.getStepProcessorEnablersByParentGenusType(Type stepProcessorEnablerGenusType) Gets aStepProcessorEnablerListcorresponding to the given step processor enabler genusTypeand include any additional step processor enablers with genus types derived from the specifiedType.StepProcessorEnablerQuerySession.getStepProcessorEnablersByQuery(StepProcessorEnablerQuery stepProcessorEnablerQuery) Gets a list ofStepProcessorEnablersmatching the given step processor enabler query.StepProcessorEnablerLookupSession.getStepProcessorEnablersByRecordType(Type stepProcessorEnablerRecordType) Gets aStepProcessorEnablerListcontaining the given step processor enabler recordType.StepProcessorEnablerRuleLookupSession.getStepProcessorEnablersForStepProcessor(Id stepProcessorId) Gets theStepProcessorEnablerassociated with aStepProcessor.StepProcessorEnablerLookupSession.getStepProcessorEnablersOnDate(DateTime from, DateTime to) Gets aStepProcessorEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.StepProcessorEnablerLookupSession.getStepProcessorEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aStepProcessorEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.