Uses of Interface
org.osid.workflow.StepList
Packages that use StepList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow
service.
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of StepList in org.osid.workflow
Methods in org.osid.workflow that return StepListModifier and TypeMethodDescriptionManualWorkflowSession.getAllValidStepsForWork(Id processId, Id workId) Gets the all valid steps in this process the given work can be manually assigned and includes the steps previous to the work's current step.StepOfficeSession.getStepesByOffice(Id officeId) Gets the list ofStepsassociated with anOffice.StepLookupSession.getSteps()Gets allSteps.StepSearchResults.getSteps()Gets the step list resulting from a search.StepLookupSession.getStepsByGenusType(Type stepGenusType) Gets aStepListcorresponding to the given step genusTypewhich does not include steps of genus types derived from the specifiedType.StepLookupSession.getStepsByIds(IdList stepIds) Gets aStepListcorresponding to the givenIdList.StepOfficeSession.getStepsByOffices(IdList officeIds) Gets the list ofStepscorresponding to a list ofOffices.StepLookupSession.getStepsByParentGenusType(Type stepGenusType) Gets aStepListcorresponding to the given step genusTypeand include any additional steps with genus types derived from the specifiedType.StepQuerySession.getStepsByQuery(StepQuery stepQuery) Gets a list ofStepsmatching the given step query.StepLookupSession.getStepsByRecordType(Type stepRecordType) Gets aStepListcontaining the given step recordType.StepLookupSession.getStepsByState(Id stateId) Gets a list of steps for which the given state is valid.StepLookupSession.getStepsForProcess(Id processId) Gets a list of steps by process.ManualWorkflowSession.getValidNextStepsForWork(Id processId, Id workId) Gets the valid next steps in this process in which the given work can be manually advanced. -
Uses of StepList in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return StepListModifier and TypeMethodDescriptionStepConstrainerRuleLookupSession.getStepsForStepConstrainer(Id stepConstrainerId) Gets theStepsmapped to aStepConstrainer.StepEnablerRuleLookupSession.getStepsForStepEnabler(Id stepEnablerId) Gets theStepsmapped to aStepEnabler.StepProcessorRuleLookupSession.getStepsForStepProcessor(Id stepProcessorId) Gets theStepsmapped to aStepProcessor.