Uses of Interface
org.osid.process.State
Packages that use State
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.control
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 State in org.osid
Modifier and TypeMethodDescriptionOsidRelationship.getEndReason()Gets a state indicating why this relationship has ended.OsidRequest.getError()Gets the error state. -
Uses of State in org.osid.control
Methods in org.osid.control that return StateModifier and TypeMethodDescriptionSetting.getDiscreetState()Gets the discreetState.Trigger.getDiscreetState()Gets the discreetStatefor a changed state event. -
Uses of State in org.osid.process
Methods in org.osid.process that return StateModifier and TypeMethodDescriptionStateAdminSession.createState(StateForm stateForm) Creates a newState.StateList.getNextState()Gets the nextStatein this list.State[]StateList.getNextStates(long n) Gets the next set ofStatesin this list which must be less than or equal to the return fromavailable().Gets theStatespecified by itsId.StateSession.getStateByReferenceAndProcess(Id referenceId, Id processId) Gets theStateassociated with the given reference and process. -
Uses of State in org.osid.workflow
Methods in org.osid.workflow that return StateModifier and TypeMethodDescriptionProcess.getInitialState()Gets the initial state of the work upon entering this process.Step.getNextState()Gets the state of the work upon completing this step.