org.jbpm.task.service
Class SendIcal

java.lang.Object
  extended by org.jbpm.task.service.SendIcal

public class SendIcal
extends Object


Method Summary
static SendIcal getInstance()
           
static void initInstance(Properties properties)
           
 void sendIcal(long taskId, String name, String summary, String description, int priority, Date startDate, User owner, User creator, Date createdOn, UserInfo userInfo, String type)
           
 void sendIcalForTask(Task task, UserInfo userInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initInstance

public static void initInstance(Properties properties)

getInstance

public static SendIcal getInstance()

sendIcalForTask

public void sendIcalForTask(Task task,
                            UserInfo userInfo)

sendIcal

public void sendIcal(long taskId,
                     String name,
                     String summary,
                     String description,
                     int priority,
                     Date startDate,
                     User owner,
                     User creator,
                     Date createdOn,
                     UserInfo userInfo,
                     String type)
              throws Exception
Throws:
Exception


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.