org.ow2.orchestra.b4p
Class TaskRuntime

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.api.TTask
      extended by org.ow2.orchestra.b4p.TaskRuntime

public class TaskRuntime
extends TTask

Created by: Guillaume Porcher Date: 05/09/11 Time: 21:56


Field Summary
protected  long dbid
           
static String NOTIFICATION_TYPE
           
static String TASK_TYPE
           
static String TASK_VARIABLE_NAME
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.api.TTask
activationTime, actualOwner, any, businessAdministrators, completeByExists, createdBy, createdOn, escalated, expirationTime, hasAttachments, hasComments, hasFault, hasOutput, hasPotentialOwners, id, isSkipable, name, notificationRecipients, potentialOwners, presentationName, presentationSubject, primarySearchBy, priority, renderingMethodExists, startByExists, status, taskInitiator, taskStakeholders, taskType
 
Constructor Summary
TaskRuntime()
           
TaskRuntime(BpelExecution bpelExecution, TaskDefinition taskDefinition, MessageVariable inputMessage)
           
 
Method Summary
 BpelExecution getBpelExecution()
           
 MessageVariable getInputMessage()
           
 MessageVariable getOutputMessage()
           
 Map<String,String> getPresentationDescriptions()
           
 TStatus getResumeState()
           
 TaskDefinition getTaskDefinition()
           
 void setBpelExecution(BpelExecution bpelExecution)
           
 void setInputMessage(MessageVariable inputMessage)
           
 void setOutputMessage(MessageVariable outputMessage)
           
 void setResumeState(TStatus resumeState)
           
 
Methods inherited from class org.ow2.orchestra.ws_ht.api.TTask
getActivationTime, getActualOwner, getAny, getBusinessAdministrators, getCreatedBy, getCreatedOn, getExpirationTime, getId, getName, getNotificationRecipients, getPotentialOwners, getPresentationName, getPresentationSubject, getPrimarySearchBy, getPriority, getStatus, getTaskInitiator, getTaskStakeholders, getTaskType, isCompleteByExists, isEscalated, isHasAttachments, isHasComments, isHasFault, isHasOutput, isHasPotentialOwners, isIsSkipable, isRenderingMethodExists, isStartByExists, setActivationTime, setActualOwner, setBusinessAdministrators, setCompleteByExists, setCreatedBy, setCreatedOn, setEscalated, setExpirationTime, setHasAttachments, setHasComments, setHasFault, setHasOutput, setHasPotentialOwners, setId, setIsSkipable, setName, setNotificationRecipients, setPotentialOwners, setPresentationName, setPresentationSubject, setPrimarySearchBy, setPriority, setRenderingMethodExists, setStartByExists, setStatus, setTaskInitiator, setTaskStakeholders, setTaskType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TASK_TYPE

public static final String TASK_TYPE
See Also:
Constant Field Values

NOTIFICATION_TYPE

public static final String NOTIFICATION_TYPE
See Also:
Constant Field Values

TASK_VARIABLE_NAME

public static final String TASK_VARIABLE_NAME
See Also:
Constant Field Values

dbid

protected long dbid
Constructor Detail

TaskRuntime

public TaskRuntime()

TaskRuntime

public TaskRuntime(BpelExecution bpelExecution,
                   TaskDefinition taskDefinition,
                   MessageVariable inputMessage)
Method Detail

getBpelExecution

public BpelExecution getBpelExecution()

getTaskDefinition

public TaskDefinition getTaskDefinition()

setInputMessage

public void setInputMessage(MessageVariable inputMessage)

getInputMessage

public MessageVariable getInputMessage()

setBpelExecution

public void setBpelExecution(BpelExecution bpelExecution)

getResumeState

public TStatus getResumeState()

setResumeState

public void setResumeState(TStatus resumeState)

setOutputMessage

public void setOutputMessage(MessageVariable outputMessage)

getOutputMessage

public MessageVariable getOutputMessage()

getPresentationDescriptions

public Map<String,String> getPresentationDescriptions()


Copyright © 2011 OW2 Consortium. All Rights Reserved.