Rechercher une page de manuel
Workflow::Persister::RandomId.3pm
Langue: en
Version: 2010-05-07 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
NAME
Workflow::Persister::RandomId - Persister to generate random IDVERSION
This documentation describes version 1.03 of this packageSYNOPSIS
<persister name="MyPersister" id_length="16" ...
DESCRIPTION
Implementation for any persister to generate a random ID string. You can specify the length using the 'id_length' parameter, but normally the default (8 characters) is sufficient.METHODS
newInstantiates a Workflow::Persister::RandomId object, this object can generate randon Id's based on the 'id_length' parameter provided. This parameter defaults to 8.
pre_fetch_id
``pre_fetch_id'' can then be used to generate/retrieve a random ID, generated adhering to the length specified in the constructor call.
post_fetch_id
This method is unimplemented at this time, please see the TODO.
TODO
- *
- Implement ``post_fetch_id''
COPYRIGHT
Copyright (c) 2003-2004 Chris Winters. All rights reserved.This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHORS
Chris Winters <chris@cwinters.com>Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre