Uses of Interface
org.osid.workflow.rules.ProcessEnablerList
Packages that use ProcessEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of ProcessEnablerList in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return ProcessEnablerListModifier and TypeMethodDescriptionProcessConstrainerEnablerLookupSession.getProcessConstrainerEnablersByParentGenusType(Type processConstrainerEnablerGenusType) Gets aProcessConstrainerEnablerListcorresponding to the given process constrainer enabler genusTypeand include any additional process constrainer enablers with genus types derived from the specifiedType.ProcessEnablerLookupSession.getProcessEnablers()Gets allProcessEnablers.ProcessEnablerSearchResults.getProcessEnablers()Gets theProcessEnablerListresulting from a search.ProcessEnablerLookupSession.getProcessEnablersByGenusType(Type processEnablerGenusType) Gets aProcessEnablerListcorresponding to the given process enabler genusTypewhich does not include process enabler of genus types derived from the specifiedType.ProcessEnablerLookupSession.getProcessEnablersByIds(IdList processEnablerIds) Gets aProcessEnablerListcorresponding to the givenIdList.ProcessEnablerOfficeSession.getProcessEnablersByOffice(Id officeId) Gets the list of process enabler associated with anOffice.ProcessEnablerOfficeSession.getProcessEnablersByOffices(IdList officeIds) Gets the list of process enabler corresponding to a list ofOffices.ProcessEnablerLookupSession.getProcessEnablersByParentGenusType(Type processEnablerGenusType) Gets aProcessEnablerListcorresponding to the given process enabler genusTypeand include any additional process enabler with genus types derived from the specifiedType.ProcessEnablerQuerySession.getProcessEnablersByQuery(ProcessEnablerQuery processEnablerQuery) Gets a list ofProcessEnablersmatching the given process enabler query.ProcessEnablerLookupSession.getProcessEnablersByRecordType(Type processEnablerRecordType) Gets aProcessEnablerListcontaining the given process enabler recordType.ProcessEnablerRuleLookupSession.getProcessEnablersForProcess(Id processId) Gets theProcessEnablerassociated with aProcess.ProcessEnablerLookupSession.getProcessEnablersOnDate(DateTime from, DateTime to) Gets aProcessEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.ProcessEnablerLookupSession.getProcessEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aProcessEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.