API:EPrints/Workflow

From EPrints Documentation
Revision as of 18:29, 11 August 2009 by Tdb01r (talk | contribs) (New page: <!-- Pod2Wiki=_preamble_ This page has been automatically generated from the EPrints source. Any wiki changes made between the 'Pod2Wiki=*' and 'End of Pod2Wiki' comments will be lost. -...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Latest Source Code (3.4, 3.3) | Revision Log | Before editing this page please read Pod2Wiki

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

  1. needs more config - about object etc.

UNDOCUMENTED METHODS

Warning These methods were found in the source code but didn't have any POD associated with them. This may be because we haven't got around to documenting them yet or it could be because they are internal to the API and not intended for use by other parts of EPrints.

description

get_first_stage_id

get_last_stage_id

get_next_stage_id

get_prev_stage_id

get_stage

get_stage_id

get_stage_ids

get_state_params

get_workflow_config

link_problem_xhtml

load_all

load_workflow_file

next

prev

render

set_stage

update_from_form

validate