public class TaskDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ActivityDefinitionUUID |
activityDefinitionUUID |
protected From |
businessAdministrators |
protected long |
dbid |
protected TDeadlines |
deadlines |
protected TDelegation |
delegation |
protected From |
excludedOwners |
protected boolean |
isNotification |
protected String |
name |
protected From |
notificationRecipients |
protected TQuery |
outcome |
protected QName |
outputMessageType |
protected From |
potentialOwners |
protected TPresentationElements |
presentationElements |
protected String |
presentationName |
protected String |
presentationSubject |
protected TPriority |
priority |
protected TRenderings |
renderings |
protected TExpression |
searchBy |
protected From |
taskInitiator |
protected From |
taskStakeHolders |
| Modifier | Constructor and Description |
|---|---|
protected |
TaskDefinition() |
|
TaskDefinition(boolean notification,
ActivityDefinitionUUID activityDefinitionUUID,
String name,
TPriority priority,
TPeopleAssignments peopleAssignments,
TPresentationElements presentationElements,
TRenderings renderings,
BpelProcess bpelProcess) |
|
TaskDefinition(TNotification notification,
ActivityDefinitionUUID activityDefinitionUUID,
BpelProcess process) |
|
TaskDefinition(TTask task,
ActivityDefinitionUUID activityDefinitionUUID,
BpelProcess bpelProcess) |
| Modifier and Type | Method and Description |
|---|---|
ActivityDefinitionUUID |
getActivityDefinitionUUID() |
From |
getBusinessAdministrators() |
TDeadlines |
getDeadlines() |
TDelegation |
getDelegation() |
From |
getExcludedOwners() |
String |
getName() |
From |
getNotificationRecipients() |
TQuery |
getOutcome() |
QName |
getOutputMessageType() |
From |
getPotentialOwners() |
Map<String,String> |
getPresentationDescriptions() |
TPresentationElements |
getPresentationElements() |
String |
getPresentationName() |
Map<String,From> |
getPresentationParameters() |
String |
getPresentationSubject() |
TPriority |
getPriority() |
From |
getPriorityExpression() |
QName |
getQName() |
TRenderings |
getRenderings() |
TExpression |
getSearchBy() |
From |
getTaskInitiator() |
From |
getTaskStakeHolders() |
boolean |
isNotification() |
protected long dbid
protected boolean isNotification
protected QName outputMessageType
protected ActivityDefinitionUUID activityDefinitionUUID
protected String name
protected TPriority priority
protected TPresentationElements presentationElements
protected TRenderings renderings
protected TDelegation delegation
protected TQuery outcome
protected TExpression searchBy
protected TDeadlines deadlines
protected From taskInitiator
protected From potentialOwners
protected From businessAdministrators
protected From taskStakeHolders
protected From notificationRecipients
protected From excludedOwners
protected String presentationName
protected String presentationSubject
protected TaskDefinition()
public TaskDefinition(TTask task, ActivityDefinitionUUID activityDefinitionUUID, BpelProcess bpelProcess)
public TaskDefinition(TNotification notification, ActivityDefinitionUUID activityDefinitionUUID, BpelProcess process)
public TaskDefinition(boolean notification,
ActivityDefinitionUUID activityDefinitionUUID,
String name,
TPriority priority,
TPeopleAssignments peopleAssignments,
TPresentationElements presentationElements,
TRenderings renderings,
BpelProcess bpelProcess)
public QName getOutputMessageType()
public ActivityDefinitionUUID getActivityDefinitionUUID()
public QName getQName()
public boolean isNotification()
public String getName()
public TPriority getPriority()
public TPresentationElements getPresentationElements()
public TRenderings getRenderings()
public TDelegation getDelegation()
public TQuery getOutcome()
public TExpression getSearchBy()
public TDeadlines getDeadlines()
public From getTaskInitiator()
public From getPotentialOwners()
public From getBusinessAdministrators()
public From getTaskStakeHolders()
public From getNotificationRecipients()
public From getExcludedOwners()
public String getPresentationName()
public String getPresentationSubject()
public From getPriorityExpression()
Copyright © 2012 OW2 Consortium. All Rights Reserved.