Uses of Interface
net.incongru.taskman.def.TaskDefParser

Packages that use TaskDefParser
net.incongru.taskman   
net.incongru.taskman.def.xstream   
net.incongru.taskman.hibernate   
 

Uses of TaskDefParser in net.incongru.taskman
 

Methods in net.incongru.taskman with parameters of type TaskDefParser
 TaskDef TaskMan.deployTaskDef(TaskDefParser taskDefParser, boolean forceEvenIfSame)
          Since a deployed TaskDef is by nature incomplete (doesn't have an id, versionId, nor deploymentDate), we here pass a TaskDefParser instance, which will somehow load our TaskDef definition (from an xml file for instance), and pass it on for actual deployment.
 

Uses of TaskDefParser in net.incongru.taskman.def.xstream
 

Classes in net.incongru.taskman.def.xstream that implement TaskDefParser
 class XStreamTaskDefParser
           
 

Uses of TaskDefParser in net.incongru.taskman.hibernate
 

Methods in net.incongru.taskman.hibernate with parameters of type TaskDefParser
 TaskDef HibernatedTaskMan.deployTaskDef(TaskDefParser taskDefParser, boolean forceEvenIfEquals)
           
 



Copyright © 2004-2007. All Rights Reserved.