On Tue, Mar 23, 2010 at 10:11 AM, Matt C <[email protected]> wrote:

> Is there an
> alternative, or can I access the bluedragon.xml file directly to see
> what's stored there without screwing anything up?
>

You  can look at the XML file without screwing anything up, including
reading it programmatically.

This is still a bit round-about at this point since I haven't had time to
rework the admin API, but you can also get a list of scheduled tasks via the
OpenBD administrator code:

<cfapplication name="foo" sessionmanagement="true" />

<cfscript>
    session.auth.loggedIn = true;
    session.auth.password = "admin";

    tasksCFC = CreateObject("component",
"bluedragon.adminapi.ScheduledTasks");

    tasks = tasksCFC.getScheduledTasks();
</cfscript>

<cfdump var="#tasks#" />
-- 
Matthew Woodward
[email protected]
http://blog.mattwoodward.com
identi.ca/Twitter: @mpwoodward

Please do not send me proprietary file formats such as Word, PowerPoint,
etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

To unsubscribe from this group, send email to 
openbd+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to