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

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

Uses of TaskDef in net.incongru.taskman
 

Methods in net.incongru.taskman that return TaskDef
 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.
 TaskDef TaskInstanceImpl.getTaskDef()
           
 TaskDef TaskInstance.getTaskDef()
           
 

Methods in net.incongru.taskman with parameters of type TaskDef
 void TaskInstanceImpl.setTaskDef(TaskDef taskDef)
           
 

Uses of TaskDef in net.incongru.taskman.def
 

Classes in net.incongru.taskman.def that implement TaskDef
 class TaskDefImpl
           
 

Methods in net.incongru.taskman.def that return TaskDef
 TaskDef TaskDefParser.loadTaskDesk()
           
 

Methods in net.incongru.taskman.def with parameters of type TaskDef
 boolean TaskDefImpl.isSameAs(TaskDef other)
           
 boolean TaskDef.isSameAs(TaskDef other)
          Returns true if all attributes are equals to the given TaskDef, except for id, versionId and deploymentDateTime.
 

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

Methods in net.incongru.taskman.def.xstream that return TaskDef
 TaskDef XStreamTaskDefParser.loadTaskDesk()
           
 

Methods in net.incongru.taskman.def.xstream with parameters of type TaskDef
 void XStreamTaskDefParser.storeTaskDef(TaskDef taskDef, java.lang.String fullPathForOutput)
           
 

Uses of TaskDef in net.incongru.taskman.hibernate
 

Methods in net.incongru.taskman.hibernate that return TaskDef
 TaskDef HibernatedTaskMan.deployTaskDef(TaskDefParser taskDefParser, boolean forceEvenIfEquals)
           
 



Copyright © 2004-2007. All Rights Reserved.