GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::Workflow::Condition::WFArray(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Condition::WFArray(3)

OpenXPKI::Server::Workflow::Condition::WFArray

    class: OpenXPKI::Server::Workflow::Condition::WFArray
    param
        array_name: cert_queue
        condition: count_lt
        value: 5

Allows for checks of the contents of an array stored as a workflow context parameter.

The name of the workflow context parameter containing the array to be used

The following conditions are supported:
is_empty
Condition is true if the array is either non-existent or is empty (value is not used).
is_not_empty
Condition is true if the array is not empty (value is not used).
count_is
Condition is true if the number of elements matches the value set in "value".
count_ne
Condition is true if the number of elements does not match the value set in "value".
count_lt
Condition is true if the number of elements is less than the value set in "value".
count_lte
Condition is true if the number of elements is less than or equal the value set in "value".
count_gt
Condition is true if the number of elements is greater than the value set in "value".
count_gte
Condition is true if the number of elements is greater than or equal the value set in "value".

head2 value

Value of the operand for the given condition operator.

2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.