NAME
Hyper - The global Hyper Workflow Interface
VERSION
This document describes Hyper 0.04
SYNOPSIS
use Hyper;
Hyper->new()->work();
DESCRIPTION
ATTRIBUTES
- service :get
- usecase :get
- uuid :get
- cache :get
- output_handle :name<output_handle> :default<IO::Scalar->new()>
- workflow :get
- workflow_class :name :default<'Hyper::Workflow::Default'>
SUBROUTINES/METHODS
START
Set application class with data from config attribute if it's false.
work
Start a Hyper workflow.
Create new cache for persistence or get existant cache. The CGI param uuid is used as cache id.
Get service from cgi param s(ervice) or from the cache if existant.
Get usecase from cgi param u(secase) or from the cache if existant.
Start a hyper workflow (Default, Single Validation, Group Validation)
DIAGNOSTICS
CONFIGURATION AND ENVIRONMENT
Use Hyper::Singleton::Context for your configuration.
DEPENDENCIES
INCOMPATIBILITIES
BUGS AND LIMITATIONS
RCS INFORMATIONS
- Last changed by
-
$Author: ac0v $
- Id
-
$Id: Hyper.pm 522 2008-12-18 16:05:57Z ac0v $
- Revision
-
$Revision: 522 $
- Date
-
$Date: 2008-12-18 17:05:57 +0100 (Thu, 18 Dec 2008) $
- HeadURL
-
$HeadURL: file:///srv/cluster/svn/repos/Hyper/Hyper/trunk/lib/Hyper.pm $
AUTHOR
Andreas Specht <ACID@cpan.org>
LICENSE AND COPYRIGHT
Copyright (c) 2007, Andreas Specht <ACID@cpan.org>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.