Workflow::Persister::RandomId - Persister to generate random ID


Workflow documentation  | view source Contained in the Workflow distribution.

Index


NAME

Top

Workflow::Persister::RandomId - Persister to generate random ID

VERSION

Top

This documentation describes version 1.03 of this package

SYNOPSIS

Top

 <persister
     name="MyPersister"
     id_length="16"
 ...

DESCRIPTION

Top

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

new

Instantiates 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

Top

* Implement post_fetch_id

COPYRIGHT

Top

AUTHORS

Top

Chris Winters <chris@cwinters.com>


Workflow documentation  | view source Contained in the Workflow distribution.