Uses of Interface
org.osid.process.StateList
Packages that use StateList
Package
Description
The Open Service Interface Definitions for the org.osid.control
service.
The Open Service Interface Definitions for the org.osid.mapping.path
service.
The Open Service Interface Definitions for the org.osid.process
service.
The Open Service Interface Definitions for the org.osid.workflow
service.
-
Uses of StateList in org.osid.control
Methods in org.osid.control that return StateList -
Uses of StateList in org.osid.mapping.path
Methods in org.osid.mapping.path that return StateList -
Uses of StateList in org.osid.process
Methods in org.osid.process that return StateListModifier and TypeMethodDescriptionStateAssignmentSession.getNextStates(Id referenceId, Id processId) Gets the valid states that can be assigned to a referenceIdin the given process.StateLookupSession.getStates()Gets allStates.StateSearchResults.getStates()Gets the state list resulting from a search.StateLookupSession.getStatesByGenusType(Type stateGenusType) Gets aStateListcorresponding to the given state genusTypewhich does not include states of types derived from the specifiedType.StateLookupSession.getStatesByIds(IdList stateIds) Gets aStateListcorresponding to the givenIdList.StateLookupSession.getStatesByParentGenusType(Type stateGenusType) Gets aStateListcorresponding to the given state genusTypeand include any additional states with genus types derived from the specifiedType.StateQuerySession.getStatesByQuery(StateQuery stateQuery) Gets a list ofStatesmatching the given state query.StateLookupSession.getStatesByRecordType(Type stateRecordType) Gets aStateListcontaining the given state recordType.StateSession.getStatesByReference(Id referenceId) Gets theStateassociated with the givenId.StateSession.getStatesByReferencesAndProcess(IdList referenceIds, Id processId) Gets theStatesassociated with the given references and process.StateLookupSession.getValidNextStates(Id stateId) Gets the next valid states for the given state. -
Uses of StateList in org.osid.workflow
Methods in org.osid.workflow that return StateListModifier and TypeMethodDescriptionStep.getInputStates()Gets the valid states to enter this step.