MAN page from OpenSuSE perl-OpenXPKI-Core-0.9.1389-6.362.CS.i586.rpm
OpenXPKI::Server::Workflow::Activity
Section: User Contributed Perl Documentation (3)
Updated: 2008-09-30
Index Name
OpenXPKI::Server::Workflow::Activity
Description
Base class for OpenXPKI Activities. Deriving from this class isnot mandatory, this class only provides some helper functions thatmake Activity implementation easier.
Functions
init
Is called during the creation of the activity class. Initializes
$self->{
CONFIG_ID}, which is the config
ID of the workflow.Also sets
$self->{
PKI_REALM} to
CTX('session')->
get_pki_realm() get_xpath
Calls
CTX('xml_config')->
get_xpath() with the workflow's config
ID.
config_id
Returns the config identifier for the workflow or the current configidentifier if the config
ID is not yet set (this happens in the veryfirst workflow activity)
Index
- Name
- Description
- Functions
- init
- get_xpath
- config_id
This document was created byman2html,using the manual pages.