Uses of Interface
org.osid.process.StateForm
Packages that use StateForm
Package
Description
The Open Service Interface Definitions for the org.osid.process
service.
-
Uses of StateForm in org.osid.process
Methods in org.osid.process that return StateFormModifier and TypeMethodDescriptionStateAdminSession.getStateFormForCreate(Type[] stateRecordTypes) Gets the state form for creating new states.StateAdminSession.getStateFormForUpdate(Id stateId) Gets the state form for updating an existing state.Methods in org.osid.process with parameters of type StateFormModifier and TypeMethodDescriptionStateAdminSession.createState(StateForm stateForm) Creates a newState.voidStateAdminSession.updateState(StateForm stateForm) Updates an existing state.