RT 3.8.17 Documentation
RT::ScripAction Overlay
NAME
RT::ScripAction - RT Action object
SYNOPSIS
use RT::ScripAction;
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 Action entry. should be better documented.
Load IDENTIFIER
Loads an action by its Name.
Returns: Id, Error Message
LoadAction HASH
Takes a hash consisting of TicketObj and TransactionObj. Loads an RT::Action:: module.
TemplateObj
Return this action's template object
TODO: Why are we not using the Scrip's template object?
Action
Return the actual RT::Action object for this scrip.
TODO
Between this, RT::Scrip and RT::Action::*, we need to be able to get rid of a class. This just reeks of too much complexity -- jesse
← Back to index