RT 3.8.17 Documentation
RT::ScripCondition Overlay
NAME
RT::ScripCondition - RT scrip conditional
SYNOPSIS
use RT::ScripCondition;
DESCRIPTION
This module should never be called directly by client code. it's an internal module which should only be accessed through exported APIs in other modules.
METHODS
Create
Takes a hash. Creates a new Condition entry.
should be better documented.
Delete
No API available for deleting things just yet.
Load IDENTIFIER
Loads a condition takes a name or ScripCondition id.
LoadCondition HASH
takes a hash which has the following elements: TransactionObj and TicketObj. Loads the Condition module in question.
Describe
Helper method to call the condition module\'s Describe method.
IsApplicable
Helper method to call the condition module\'s IsApplicable method.
← Back to index