|
NAMEOpenXPKI::Server::Workflow::WFObject::WFHash DESCRIPTIONWFHash is used to manage a hash data structure that is stored in a workflow context parameter. It inherits from WFObject. See OpenXPKI::Server::Workflow::WFObject for details on the default accessors and additional properties. SYNOPSIS my $queue = OpenXPKI::Server::Workflow::WFObject::WFHash->new(
{ workflow => $workflow,
context_key => 'my_queue' } );
print "my queue contains ", $queue->count, " element(s).\n";
METHODSsetValueForKey KEY VALUEAssociates the VALUE with the given KEY. valueForKey KEYReturns the element associated with the given KEY.
|