Lock Action


Back to Start Action...

The Lock Action is executed on the server after a user has accepted a job in the input list.

if(task.getSource()==null){
   var box = com.proxemo.todo.server.ToDoScheduledTaskDispatcher  
  .getInstance()
  .getAllMailboxes()
  .get(new java.lang.Long(4));
   if(box!=null)
        task.setSource(new com.proxemo.todo.bom.ToDoTaskSource(box));
}

Go to Close Action...

     

Recently Visited

Child Pages