API:EPrints/Workflow
Latest Source Code (3.4, 3.3) | Revision Log | Before editing this page please read Pod2Wiki
Contents
- 1 NAME
- 2 DESCRIPTION
- 3 UNDOCUMENTED METHODS
- 3.1 description
- 3.2 get_first_stage_id
- 3.3 get_last_stage_id
- 3.4 get_next_stage_id
- 3.5 get_prev_stage_id
- 3.6 get_stage
- 3.7 get_stage_id
- 3.8 get_stage_ids
- 3.9 get_state_params
- 3.10 get_workflow_config
- 3.11 link_problem_xhtml
- 3.12 load_all
- 3.13 load_workflow_file
- 3.14 next
- 3.15 prev
- 3.16 render
- 3.17 set_stage
- 3.18 update_from_form
- 3.19 validate
NAME
EPrints::Workflow - Models the submission process used by an repository.
DESCRIPTION
The workflow class handles loading the workflow configuration for a single repository.
new
$language = EPrints::Workflow->new( $session, $workflow_id, %params )
Create a new workflow object representing the specification given in the workflow.xml configuration
- needs more config - about object etc.