|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.task.clientmodel.bean.TaskInstanceBean
Accesses the properties of the original Task
object
and adds metadata for national language support and converters.
A task instance represents a piece of work. It contains all data that is necessary to get the job done. For example, a task that is associated to a group of potential owners allows a person that belongs to the group to claim the task, work on the task, and to complete the task.
A TaskInstanceBean
object can be instantiated from
a QueryResultSet
object or from a Task
object.
If the bean was instantiated from an original object returned by the Business Process
Choreographer API, all properties are loaded. If the bean is instantiated from a query
only the following properties are going to be loaded from the query result set:
id
taskTemplateID
name
type
namespace
owner
kind
priority
state
startTime
activationTime
firstActivationTime
lastModificationTime
completionTime
durationUntilDue
durationUntilExpires
lastStateChangeTime
suspended
Use the static method getLabel(String, Locale)
to
retrieve the localized label for a property.
Use the static method getConverter(String)
to
retrieve a converter for a property. The return value may be null because converters
are optional.
Task
,
QueryResultSet
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
ACTIVATIONTIME_PROPERTY
Use the property name to determine labels and converters for the property activationTime. |
static java.lang.String |
BUSINESSRELEVANT_PROPERTY
Use the property name to determine labels and converters for the property BusinessRelevant. |
static java.lang.String |
COMPLETIONTIME_PROPERTY
Use the property name to determine labels and converters for the property completionTime. |
static java.lang.String |
CONTAINMENTCONTEXTID_PROPERTY
Use the property name to determine labels and converters for the property containmentContextID. |
static java.lang.String |
COPYRIGHT
(C) Copyright IBM Corporation 2005. |
static java.lang.String |
CUSTOMPROPERTY_PROPERTY
Use the property name to determine labels and converters for the property customProperty. |
static java.lang.String |
DESCRIPTION_PROPERTY
Use the property name to determine labels and converters for the property description. |
static java.lang.String |
DISPLAYNAME_PROPERTY
Use the property name to determine labels and converters for the property displayName. |
static java.lang.String |
ESCALATED_PROPERTY
Use the property name to determine labels and converters for the property escalated. |
static java.lang.String |
EXPIRATIONTIME_PROPERTY
Use the property name to determine labels and converters for the property expirationTime. |
static java.lang.String |
FIRSTACTIVATIONTIME_PROPERTY
Use the property name to determine labels and converters for the property firstActivationTime. |
static java.lang.String |
ID_PROPERTY
Use the property name to determine labels and converters for the property ID. |
static java.lang.String |
INPUTMESSAGETYPENAME_PROPERTY
Use the property name to determine labels and converters for the property inputMessageTypeName. |
static java.lang.String |
KIND_PROPERTY
Use the property name to determine labels and converters for the property kind. |
static java.lang.String |
LASTMODIFICATIONTIME_PROPERTY
Use the property name to determine labels and converters for the property lastModificationTime. |
static java.lang.String |
LASTSTATECHANGETIME_PROPERTY
Use the property name to determine labels and converters for the property lastStateChangeTime. |
static java.lang.String |
NAME_PROPERTY
Use the property name to determine labels and converters for the property name. |
static java.lang.String |
ORIGINATOR_PROPERTY
Use the property name to determine labels and converters for the property originator. |
static java.lang.String |
OUTPUTMESSAGETYPENAME_PROPERTY
Use the property name to determine labels and converters for the property outputMessageTypeName. |
static java.lang.String |
OWNER_PROPERTY
Use the property name to determine labels and converters for the property owner. |
static java.lang.String |
PARENTCONTEXTID_PROPERTY
Use the property name to determine labels and converters for the property parentContextID. |
static java.lang.String |
STARTTIME_PROPERTY
Use the property name to determine labels and converters for the property startTime. |
static java.lang.String |
STATE_PROPERTY
Use the property name to determine labels and converters for the property state. |
static java.lang.String |
SUSPENDED_PROPERTY
Use the property name to determine labels and converters for the property suspended. |
Fields inherited from interface com.ibm.task.api.Task |
---|
AUTH_NONE, AUTH_READER, KIND_ADMINISTRATIVE, KIND_HUMAN, KIND_ORIGINATING, KIND_PARTICIPATING, KIND_WPC_STAFF_ACTIVITY, STATE_CLAIMED, STATE_EXPIRED, STATE_FAILED, STATE_FAILING, STATE_FINISHED, STATE_FORWARDED, STATE_INACTIVE, STATE_PROCESSING_UNDO, STATE_READY, STATE_RUNNING, STATE_SKIPPED, STATE_STOPPED, STATE_TERMINATED, STATE_TERMINATING, STATE_WAITING |
Constructor Summary | |
---|---|
TaskInstanceBean(com.ibm.task.api.QueryResultSet resultSet,
HTMConnection htmConnection)
Constructs a new TaskInstanceBean from a QueryResultSet . |
|
TaskInstanceBean(com.ibm.task.api.Task task,
HTMConnection htmConnection)
Constructs a TaskInstanceBean from an original Task object. |
Method Summary | |
---|---|
MessageWrapper |
createOutputMessageWrapper()
Creates an initial empty output message. |
java.util.Calendar |
getActivationTime()
Returns the property activationTime . |
com.ibm.task.api.ACOID |
getApplicationDefaultsID()
Returns the property applicationDefaultsID . |
java.lang.String |
getCalendarName()
Returns the property calendarName . |
java.util.Calendar |
getCompletionTime()
Returns the property completionTime . |
com.ibm.bpe.api.OID |
getContainmentContextID()
Returns the property containmentContextID . |
int |
getContextAuthorizationOfOwner()
Returns the property contextAuthorizationOfOwner . |
static SimpleConverter |
getConverter(java.lang.String propertyName)
Returns the default converter for a given property. |
com.ibm.bpc.clientcore.util.LocalisedString |
getDescription()
Returns the localised description. |
java.lang.String |
getDescription(java.util.Locale locale)
Returns the property description . |
com.ibm.bpc.clientcore.util.LocalisedString |
getDisplayName()
Returns the localised display name. |
java.lang.String |
getDisplayName(java.util.Locale locale)
Returns the property displayName . |
java.util.Calendar |
getDueTime()
Returns the property dueTime . |
java.lang.String |
getDurationUntilDeleted()
Returns the property durationUntilDeleted . |
java.lang.String |
getDurationUntilDue()
Returns the property durationUntilDue . |
java.lang.String |
getDurationUntilExpires()
Returns the property durationUntilExpires . |
java.lang.String |
getEventHandlerName()
Returns the property eventHandlerName . |
java.util.Calendar |
getExpirationTime()
Returns the property expirationTime . |
MessageWrapper |
getFaultMessageWrapper()
Retrieves the fault message. |
java.util.Calendar |
getFirstActivationTime()
Returns the property firstActivationTime . |
com.ibm.task.api.TKIID |
getFollowOnTaskID()
Returns the property followOnTaskID . |
com.ibm.task.api.TKIID |
getID()
Returns the property ID . |
java.lang.String |
getInputMessageTypeName()
Returns the property inputMessageTypeName . |
MessageWrapper |
getInputMessageWrapper()
Retrieves the input message. |
java.lang.String |
getJNDINameOfCalendar()
Returns the property JNDINameOfCalendar . |
java.lang.String |
getJNDINameOfStaffPluginProvider()
Returns the property JNDINameOfStaffPluginProvider . |
int |
getKind()
Returns the property kind . |
static java.lang.String |
getLabel(java.lang.String propertyName)
Returns the resource bundle key for a property |
static java.lang.String |
getLabel(java.lang.String propertyName,
java.util.Locale locale)
Returns the label for a property from the resource bundle. |
java.util.Calendar |
getLastModificationTime()
Returns the property lastModificationTime . |
java.util.Calendar |
getLastStateChangeTime()
Returns the property lastStateChangeTime . |
java.util.List |
getLocalesOfDescriptions()
Returns the property localesOfDescriptions . |
java.util.List |
getLocalesOfDisplayNames()
Returns the property localesOfDisplayNames . |
java.lang.String |
getName()
Returns the property name . |
java.lang.String |
getNamespace()
Returns the property namespace . |
java.lang.String |
getOriginator()
Returns the property originator . |
java.lang.String |
getOutputMessageTypeName()
Returns the property outputMessageTypeName . |
MessageWrapper |
getOutputMessageWrapper()
Retrieves the output message. |
java.lang.String |
getOwner()
Returns the property owner . |
com.ibm.bpe.api.OID |
getParentContextID()
Returns the property parentContextID . |
java.lang.Integer |
getPriority()
Returns the property priority . |
java.lang.String |
getStarter()
Returns the property starter . |
java.util.Calendar |
getStartTime()
Returns the property startTime . |
int |
getState()
Returns the property state . |
com.ibm.task.api.TKTID |
getTaskTemplateID()
Returns the property taskTemplateID . |
java.lang.String |
getTaskTemplateName()
Returns the property taskTemplateName . |
com.ibm.task.api.TKIID |
getTopLevelTaskID()
Returns the property topLevelTaskID . |
java.lang.String |
getType()
Returns the property type . |
boolean |
isAdHoc()
Returns the property adHoc . |
boolean |
isBusinessRelevant()
Returns the property businessRelevant . |
boolean |
isEscalated()
Returns the property escalated . |
boolean |
isInline()
Returns the property inline . |
boolean |
isSuspended()
Returns the property suspended . |
static boolean |
isValid(java.lang.String propertyName)
Checks if the property is valid. |
boolean |
isWaitingForSubTask()
Returns the property waitingForSubTask . |
void |
setBusinessRelevance(boolean arg0)
Sets the property businessRelevance . |
void |
setContextAuthorizationOfOwner(int arg0)
Sets the property contextAuthorizationOfOwner . |
void |
setDescription(java.lang.String arg0,
java.util.Locale arg1)
Sets the property description . |
void |
setDisplayName(java.lang.String arg0,
java.util.Locale arg1)
Sets the property displayName . |
void |
setDurationUntilDeleted(java.lang.String arg0)
Sets the property durationUntilDeleted . |
void |
setDurationUntilDue(java.lang.String arg0)
Sets the property durationUntilDue . |
void |
setEscalated(boolean escalatedState)
Sets the property escalated . |
void |
setEventHandlerName(java.lang.String arg0)
Sets the property eventHandlerName . |
void |
setName(java.lang.String arg0)
Sets the property name . |
void |
setNamespace(java.lang.String arg0)
Sets the property namespace . |
void |
setParentContextID(com.ibm.bpe.api.OID arg0)
Sets the property parentContextID . |
void |
setPriority(java.lang.Integer arg0)
Sets the property priority . |
void |
setState(java.lang.Integer newState)
Sets the property state . |
void |
setSupportsClaimIfSuspended(boolean arg0)
Sets the property supportsClaimIfSuspended . |
void |
setSupportsDelegation(boolean arg0)
Sets the property supportsDelegation . |
void |
setSupportsSubTasks(boolean arg0)
Sets the property supportsSubTasks . |
void |
setSuspended(boolean suspendedState)
Sets the property suspended . |
void |
setType(java.lang.String arg0)
Sets the property type . |
boolean |
supportsAutomaticClaim()
Returns the property supportsAutomaticClaim . |
boolean |
supportsClaimIfSuspended()
Returns the property supportsClaimIfSuspended . |
boolean |
supportsDelegation()
Returns the property supportsDelegation . |
boolean |
supportsSubTasks()
Returns the property supportsSubTasks . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public static java.lang.String ACTIVATIONTIME_PROPERTY
public static java.lang.String BUSINESSRELEVANT_PROPERTY
public static java.lang.String COMPLETIONTIME_PROPERTY
public static java.lang.String CONTAINMENTCONTEXTID_PROPERTY
public static java.lang.String CUSTOMPROPERTY_PROPERTY
public static java.lang.String DESCRIPTION_PROPERTY
public static java.lang.String DISPLAYNAME_PROPERTY
public static java.lang.String ESCALATED_PROPERTY
public static java.lang.String EXPIRATIONTIME_PROPERTY
public static java.lang.String FIRSTACTIVATIONTIME_PROPERTY
public static java.lang.String ID_PROPERTY
public static java.lang.String INPUTMESSAGETYPENAME_PROPERTY
public static java.lang.String KIND_PROPERTY
public static java.lang.String LASTMODIFICATIONTIME_PROPERTY
public static java.lang.String LASTSTATECHANGETIME_PROPERTY
public static java.lang.String NAME_PROPERTY
public static java.lang.String ORIGINATOR_PROPERTY
public static java.lang.String OUTPUTMESSAGETYPENAME_PROPERTY
public static java.lang.String OWNER_PROPERTY
public static java.lang.String PARENTCONTEXTID_PROPERTY
public static java.lang.String STARTTIME_PROPERTY
public static java.lang.String STATE_PROPERTY
public static java.lang.String SUSPENDED_PROPERTY
Constructor Detail |
public TaskInstanceBean(com.ibm.task.api.QueryResultSet resultSet, HTMConnection htmConnection)
TaskInstanceBean
from a QueryResultSet
.
resultSet
- The result object of a query.htmConnection
- The connection to the HumanTaskManagerService API.public TaskInstanceBean(com.ibm.task.api.Task task, HTMConnection htmConnection)
TaskInstanceBean
from an original Task
object.
task
- The original data object.htmConnection
- The connection to the HumanTaskManagerService API.Method Detail |
public static SimpleConverter getConverter(java.lang.String propertyName)
propertyName
- The name for the property.
public static java.lang.String getLabel(java.lang.String propertyName)
propertyName
- The name for the property.
public static java.lang.String getLabel(java.lang.String propertyName, java.util.Locale locale)
propertyName
- The name for the property.locale
- The locale.
public static boolean isValid(java.lang.String propertyName)
propertyName
- The name of the property to be checked.
public java.util.Calendar getActivationTime()
activationTime
.
getActivationTime
in interface com.ibm.task.api.Task
Task.getActivationTime()
public com.ibm.task.api.ACOID getApplicationDefaultsID()
applicationDefaultsID
.
getApplicationDefaultsID
in interface com.ibm.task.api.Task
Task.getApplicationDefaultsID()
public java.lang.String getCalendarName()
calendarName
.
getCalendarName
in interface com.ibm.task.api.Task
Task.getCalendarName()
public java.util.Calendar getCompletionTime()
completionTime
.
getCompletionTime
in interface com.ibm.task.api.Task
Task.getCompletionTime()
public com.ibm.bpe.api.OID getContainmentContextID()
containmentContextID
.
getContainmentContextID
in interface com.ibm.task.api.Task
Task.getContainmentContextID()
public int getContextAuthorizationOfOwner()
contextAuthorizationOfOwner
.
getContextAuthorizationOfOwner
in interface com.ibm.task.api.Task
Task.getContextAuthorizationOfOwner()
public com.ibm.bpc.clientcore.util.LocalisedString getDescription()
public com.ibm.bpc.clientcore.util.LocalisedString getDisplayName()
public java.lang.String getDescription(java.util.Locale locale)
description
.
getDescription
in interface com.ibm.task.api.Task
Task.getDescription(java.util.Locale)
public java.lang.String getDisplayName(java.util.Locale locale)
displayName
.
getDisplayName
in interface com.ibm.task.api.Task
Task.getDisplayName(java.util.Locale)
public java.util.Calendar getDueTime()
dueTime
.
getDueTime
in interface com.ibm.task.api.Task
Task.getDueTime()
public java.lang.String getDurationUntilDeleted()
durationUntilDeleted
.
getDurationUntilDeleted
in interface com.ibm.task.api.Task
Task.getDurationUntilDeleted()
public java.lang.String getDurationUntilDue()
durationUntilDue
.
getDurationUntilDue
in interface com.ibm.task.api.Task
Task.getDurationUntilDue()
public java.lang.String getDurationUntilExpires()
durationUntilExpires
.
getDurationUntilExpires
in interface com.ibm.task.api.Task
Task.getDurationUntilExpires()
public java.lang.String getEventHandlerName()
eventHandlerName
.
getEventHandlerName
in interface com.ibm.task.api.Task
Task.getEventHandlerName()
public java.util.Calendar getExpirationTime()
expirationTime
.
getExpirationTime
in interface com.ibm.task.api.Task
Task.getExpirationTime()
public java.util.Calendar getFirstActivationTime()
firstActivationTime
.
getFirstActivationTime
in interface com.ibm.task.api.Task
Task.getFirstActivationTime()
public com.ibm.task.api.TKIID getFollowOnTaskID()
followOnTaskID
.
getFollowOnTaskID
in interface com.ibm.task.api.Task
Task.getFollowOnTaskID()
public com.ibm.task.api.TKIID getID()
ID
.
getID
in interface com.ibm.task.api.Task
Task.getID()
public java.lang.String getInputMessageTypeName()
inputMessageTypeName
.
getInputMessageTypeName
in interface com.ibm.task.api.Task
Task.getInputMessageTypeName()
public java.lang.String getJNDINameOfCalendar()
JNDINameOfCalendar
.
getJNDINameOfCalendar
in interface com.ibm.task.api.Task
Task.getJNDINameOfCalendar()
public java.lang.String getJNDINameOfStaffPluginProvider()
JNDINameOfStaffPluginProvider
.
getJNDINameOfStaffPluginProvider
in interface com.ibm.task.api.Task
Task.getJNDINameOfStaffPluginProvider()
public int getKind()
kind
.
getKind
in interface com.ibm.task.api.Task
Task.getKind()
public java.util.Calendar getLastModificationTime()
lastModificationTime
.
getLastModificationTime
in interface com.ibm.task.api.Task
Task.getLastModificationTime()
public java.util.Calendar getLastStateChangeTime()
lastStateChangeTime
.
getLastStateChangeTime
in interface com.ibm.task.api.Task
Task.getLastStateChangeTime()
public java.util.List getLocalesOfDescriptions()
localesOfDescriptions
.
getLocalesOfDescriptions
in interface com.ibm.task.api.Task
Task.getLocalesOfDescriptions()
public java.util.List getLocalesOfDisplayNames()
localesOfDisplayNames
.
getLocalesOfDisplayNames
in interface com.ibm.task.api.Task
Task.getLocalesOfDisplayNames()
public java.lang.String getName()
name
.
getName
in interface com.ibm.task.api.Task
Task.getName()
public java.lang.String getNamespace()
namespace
.
getNamespace
in interface com.ibm.task.api.Task
Task.getNamespace()
public java.lang.String getOriginator()
originator
.
getOriginator
in interface com.ibm.task.api.Task
Task.getOriginator()
public java.lang.String getOutputMessageTypeName()
outputMessageTypeName
.
getOutputMessageTypeName
in interface com.ibm.task.api.Task
Task.getOutputMessageTypeName()
public java.lang.String getOwner()
owner
.
getOwner
in interface com.ibm.task.api.Task
Task.getOwner()
public com.ibm.bpe.api.OID getParentContextID()
parentContextID
.
getParentContextID
in interface com.ibm.task.api.Task
Task.getParentContextID()
public java.lang.Integer getPriority()
priority
.
getPriority
in interface com.ibm.task.api.Task
Task.getPriority()
public java.lang.String getStarter()
starter
.
getStarter
in interface com.ibm.task.api.Task
Task.getStarter()
public java.util.Calendar getStartTime()
startTime
.
getStartTime
in interface com.ibm.task.api.Task
Task.getStartTime()
public int getState()
state
.
getState
in interface com.ibm.task.api.Task
Task.getState()
public com.ibm.task.api.TKTID getTaskTemplateID()
taskTemplateID
.
getTaskTemplateID
in interface com.ibm.task.api.Task
Task.getTaskTemplateID()
public java.lang.String getTaskTemplateName()
taskTemplateName
.
TODO: check
getTaskTemplateName
in interface com.ibm.task.api.Task
public com.ibm.task.api.TKIID getTopLevelTaskID()
topLevelTaskID
.
getTopLevelTaskID
in interface com.ibm.task.api.Task
Task.getTopLevelTaskID()
public java.lang.String getType()
type
.
getType
in interface com.ibm.task.api.Task
Task.getType()
public boolean isAdHoc()
adHoc
.
isAdHoc
in interface com.ibm.task.api.Task
Task.isAdHoc()
public boolean isInline()
inline
.
isInline
in interface com.ibm.task.api.Task
Task.isInline()
public boolean isBusinessRelevant()
businessRelevant
.
isBusinessRelevant
in interface com.ibm.task.api.Task
Task.isBusinessRelevant()
public boolean isEscalated()
escalated
.
isEscalated
in interface com.ibm.task.api.Task
Task.isEscalated()
public void setEscalated(boolean escalatedState)
escalated
.
escalatedState
- public boolean isSuspended()
suspended
.
isSuspended
in interface com.ibm.task.api.Task
Task.isSuspended()
public void setSuspended(boolean suspendedState)
suspended
.
public boolean isWaitingForSubTask()
waitingForSubTask
.
isWaitingForSubTask
in interface com.ibm.task.api.Task
Task.isWaitingForSubTask()
public void setBusinessRelevance(boolean arg0)
businessRelevance
.
setBusinessRelevance
in interface com.ibm.task.api.Task
Task.setBusinessRelevance(boolean)
public void setContextAuthorizationOfOwner(int arg0)
contextAuthorizationOfOwner
.
setContextAuthorizationOfOwner
in interface com.ibm.task.api.Task
Task.setContextAuthorizationOfOwner(int)
public void setDescription(java.lang.String arg0, java.util.Locale arg1)
description
.
setDescription
in interface com.ibm.task.api.Task
Task.setDescription(java.lang.String,
java.util.Locale)
public void setDisplayName(java.lang.String arg0, java.util.Locale arg1)
displayName
.
setDisplayName
in interface com.ibm.task.api.Task
Task.setDisplayName(java.lang.String,
java.util.Locale)
public void setDurationUntilDeleted(java.lang.String arg0)
durationUntilDeleted
.
setDurationUntilDeleted
in interface com.ibm.task.api.Task
Task.setDurationUntilDeleted(java.lang.String)
public void setDurationUntilDue(java.lang.String arg0)
durationUntilDue
.
setDurationUntilDue
in interface com.ibm.task.api.Task
Task.setDurationUntilDue(java.lang.String)
public void setEventHandlerName(java.lang.String arg0)
eventHandlerName
.
setEventHandlerName
in interface com.ibm.task.api.Task
Task.setEventHandlerName(java.lang.String)
public void setName(java.lang.String arg0)
name
.
setName
in interface com.ibm.task.api.Task
Task.setName(java.lang.String)
public void setNamespace(java.lang.String arg0)
namespace
.
setNamespace
in interface com.ibm.task.api.Task
Task.setNamespace(java.lang.String)
public void setParentContextID(com.ibm.bpe.api.OID arg0)
parentContextID
.
setParentContextID
in interface com.ibm.task.api.Task
Task.setParentContextID(com.ibm.bpe.api.OID)
public void setPriority(java.lang.Integer arg0)
priority
.
setPriority
in interface com.ibm.task.api.Task
Task.setPriority(java.lang.Integer)
public void setState(java.lang.Integer newState)
state
.
public void setSupportsClaimIfSuspended(boolean arg0)
supportsClaimIfSuspended
.
setSupportsClaimIfSuspended
in interface com.ibm.task.api.Task
Task.setSupportsClaimIfSuspended(boolean)
public void setSupportsDelegation(boolean arg0)
supportsDelegation
.
setSupportsDelegation
in interface com.ibm.task.api.Task
Task.setSupportsDelegation(boolean)
public void setSupportsSubTasks(boolean arg0)
supportsSubTasks
.
setSupportsSubTasks
in interface com.ibm.task.api.Task
Task.setSupportsSubTasks(boolean)
public void setType(java.lang.String arg0)
type
.
setType
in interface com.ibm.task.api.Task
Task.setType(java.lang.String)
public boolean supportsAutomaticClaim()
supportsAutomaticClaim
.
supportsAutomaticClaim
in interface com.ibm.task.api.Task
Task.supportsAutomaticClaim()
public boolean supportsClaimIfSuspended()
supportsClaimIfSuspended
.
supportsClaimIfSuspended
in interface com.ibm.task.api.Task
Task.supportsClaimIfSuspended()
public boolean supportsDelegation()
supportsDelegation
.
supportsDelegation
in interface com.ibm.task.api.Task
Task.supportsDelegation()
public boolean supportsSubTasks()
supportsSubTasks
.
supportsSubTasks
in interface com.ibm.task.api.Task
Task.supportsSubTasks()
public MessageWrapper getInputMessageWrapper() throws ClientException
ClientException
HumanTaskManagerService.getInputMessage(com.ibm.task.api.TKIID)
public MessageWrapper getOutputMessageWrapper() throws ClientException
ClientException
HumanTaskManagerService
public MessageWrapper createOutputMessageWrapper() throws ClientException
ClientException
public MessageWrapper getFaultMessageWrapper() throws ClientException
ClientException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |