org.ow2.bonita.facade.runtime
Interface SuspendResumeTaskInst

All Superinterfaces:
Record, RuntimeRecord, java.io.Serializable

public interface SuspendResumeTaskInst
extends RuntimeRecord

Author:
Charles Souillard

Method Summary
 java.lang.String getActivityId()
          The returned activity id is one defined in the xpdl file within the definition of the activity element.
 java.util.Date getResumeDate()
          Returns the user id resuming the task.
 java.lang.String getResumeUserId()
           
 java.util.Date getSuspendDate()
          Returns the date recorded when the task is suspended.
 java.lang.String getSuspendUserId()
          Returns the user suspending the task.
 java.lang.String getTaskId()
          Task id is generated to be unique.
 
Methods inherited from interface org.ow2.bonita.facade.runtime.RuntimeRecord
getInstanceId, getProcessId
 
Methods inherited from interface org.ow2.bonita.facade.Record
getDeploymentId, getId, getPackageId
 

Method Detail

getSuspendUserId

java.lang.String getSuspendUserId()
Returns the user suspending the task.

Returns:
the user suspending the task.

getSuspendDate

java.util.Date getSuspendDate()
Returns the date recorded when the task is suspended.

Returns:
the date recorded when the task is suspended.

getResumeUserId

java.lang.String getResumeUserId()
Returns:

getResumeDate

java.util.Date getResumeDate()
Returns the user id resuming the task.

Returns:
the user id resuming the task.

getActivityId

java.lang.String getActivityId()
The returned activity id is one defined in the xpdl file within the definition of the activity element. If the startMode element of the activity definition was defined to Manual the task has been created when the execution enters the node (of the activities graph).

Returns:
the activity id from the activity element of the xpdl file. defining the task.

getTaskId

java.lang.String getTaskId()
Task id is generated to be unique.

Returns:
the task id.