Uses of Interface
org.osid.workflow.rules.StepConstrainerEnablerList
Packages that use StepConstrainerEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of StepConstrainerEnablerList in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return StepConstrainerEnablerListModifier and TypeMethodDescriptionStepConstrainerEnablerLookupSession.getStepConstrainerEnablers()Gets allStepConstrainerEnablers.StepConstrainerEnablerSearchResults.getStepConstrainerEnablers()Gets theStepConstrainerEnablerListresulting from a search.StepConstrainerEnablerLookupSession.getStepConstrainerEnablersByGenusType(Type stepConstrainerEnablerGenusType) Gets aStepConstrainerEnablerListcorresponding to the given step constrainer enabler genusTypewhich does not include step constrainer enablers of genus types derived from the specifiedType.StepConstrainerEnablerLookupSession.getStepConstrainerEnablersByIds(IdList stepConstrainerEnablerIds) Gets aStepConstrainerEnablerListcorresponding to the givenIdList.StepConstrainerEnablerOfficeSession.getStepConstrainerEnablersByOffice(Id officeId) Gets the list of step constrainer enablers associated with anOffice.StepConstrainerEnablerOfficeSession.getStepConstrainerEnablersByOffices(IdList officeIds) Gets the list of step constrainer enablers corresponding to a list ofOffices.StepConstrainerEnablerLookupSession.getStepConstrainerEnablersByParentGenusType(Type stepConstrainerEnablerGenusType) Gets aStepConstrainerEnablerListcorresponding to the given step constrainer enabler genusTypeand include any additional step constrainer enablers with genus types derived from the specifiedType.StepConstrainerEnablerQuerySession.getStepConstrainerEnablersByQuery(StepConstrainerEnablerQuery stepConstrainerEnablerQuery) Gets a list ofStepConstrainerEnablersmatching the given step constrainer enabler query.StepConstrainerEnablerLookupSession.getStepConstrainerEnablersByRecordType(Type stepConstrainerEnablerRecordType) Gets aStepConstrainerEnablerListcontaining the given step constrainer enabler recordType.StepConstrainerEnablerRuleLookupSession.getStepConstrainerEnablersForStepConstrainer(Id stepConstrainerId) Gets theStepConstrainerEnablersassociated with aStepConstrainer.StepConstrainerEnablerLookupSession.getStepConstrainerEnablersOnDate(DateTime from, DateTime to) Gets aStepConstrainerEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.StepConstrainerEnablerLookupSession.getStepConstrainerEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aStepConstrainerEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.