Uses of Interface
org.osid.workflow.OfficeList
Packages that use OfficeList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow
service.
The Open Service Interface Definitions for the org.osid.workflow.event
service.
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of OfficeList in org.osid.workflow
Methods in org.osid.workflow that return OfficeListModifier and TypeMethodDescriptionOfficeHierarchySession.getChildOffices(Id officeId) Gets the children of the given office.OfficeLookupSession.getOffices()Gets allOffices.OfficeSearchResults.getOffices()Gets the office list resulting from a search.OfficeLookupSession.getOfficesByGenusType(Type officeGenusType) Gets anOfficeListcorresponding to the given office genusTypewhich does not include offices of types derived from the specifiedType.OfficeLookupSession.getOfficesByIds(IdList officeIds) Gets anOfficeListcorresponding to the givenIdList.OfficeLookupSession.getOfficesByParentGenusType(Type officeGenusType) Gets anOfficeListcorresponding to the given office genusTypeand include any additional offices with genus types derived from the specifiedType.ProcessOfficeSession.getOfficesByProcess(Id processId) Gets theOfficesmapped to aProcess.OfficeLookupSession.getOfficesByProvider(Id resourceId) Gets anOfficeListfrom the given provider.OfficeQuerySession.getOfficesByQuery(OfficeQuery officeQuery) Gets a list ofOfficesmatching the given office query.OfficeLookupSession.getOfficesByRecordType(Type officeRecordType) Gets anOfficeListcontaining the given office recordType.StepOfficeSession.getOfficesByStep(Id stepId) Gets theOfficesmapped to aStep.WorkOfficeSession.getOfficesByWork(Id workId) Gets theOfficesmapped to aWork.OfficeHierarchySession.getParentOffices(Id officeId) Gets the parents of the given office.OfficeHierarchySession.getRootOffices()Gets the root office in the office hierarchy. -
Uses of OfficeList in org.osid.workflow.event
Methods in org.osid.workflow.event that return OfficeListModifier and TypeMethodDescriptionWorkflowEventSmartOfficeSession.getOffice()Gets theOfficeassociated with this session.WorkflowEventOfficeSession.getOfficesByWorkflowEvent(Id workflowEventId) Gets theOfficesmapped to aWorkflowEvent. -
Uses of OfficeList in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return OfficeListModifier and TypeMethodDescriptionProcessConstrainerOfficeSession.getOfficesByProcessConstrainer(Id processConstrainerId) Gets theOfficesmapped to aProcessConstrainer.ProcessConstrainerEnablerOfficeSession.getOfficesByProcessConstrainerEnabler(Id processConstrainerEnablerId) Gets theOfficesmapped to aProcessConstrainerEnabler.ProcessEnablerOfficeSession.getOfficesByProcessEnabler(Id processEnablerId) Gets theOfficesmapped to aProcessEnabler.ProcessProcessorOfficeSession.getOfficesByProcessProcessor(Id processProcessorId) Gets theOfficesmapped to aProcessConstrainer.ProcessProcessorEnablerOfficeSession.getOfficesByProcessProcessorEnabler(Id processProcessorEnablerId) Gets theOfficesmapped to aProcessProcessorEnabler.StepConstrainerOfficeSession.getOfficesByStepConstrainer(Id stepConstrainerId) Gets theOfficesmapped to aStepConstrainer.StepConstrainerEnablerOfficeSession.getOfficesByStepConstrainerEnabler(Id stepConstrainerEnablerId) Gets theOfficesmapped to aStepConstrainerEnabler.StepEnablerOfficeSession.getOfficesByStepEnabler(Id stepEnablerId) Gets theOfficesmapped to aStepEnabler.StepProcessorOfficeSession.getOfficesByStepProcessor(Id stepProcessorId) Gets theOfficesmapped to aStepProcessor.StepProcessorEnablerOfficeSession.getOfficesByStepProcessorEnabler(Id stepProcessorEnablerId) Gets theOfficesmapped to aStepProcessorEnabler.