|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityServiceTemplateData
Accesses the properties of an activity service.
An activity service template is a description of a service a process interacts with.
Interactions are either inbound receive or pick activities or outbound reply or invoke activities.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getActivityDescription()
Returns the description of the associated activity. |
java.lang.String |
getActivityDisplayName()
Returns the display name of the associated activity. |
java.lang.String |
getActivityName()
Returns the name of the associated activity. |
ATID |
getActivityTemplateID()
Returns the object ID of the associated activity. |
int[] |
getAvailableActions()
Returns the actions that can be called in the current activity instance execution state. |
java.lang.String |
getInputMessageTypeName()
Returns the name of the input message type. |
java.lang.String |
getInputMessageTypeTypeSystemName()
Deprecated. As of version 6.0, no replacement. |
java.lang.String |
getOperationName()
Returns the name of the operation. |
java.lang.String |
getPartnerLinkName()
Returns the name of the partner. |
java.lang.String |
getPortTypeName()
Returns the name of the partner's port type. |
java.lang.String |
getPortTypeNamespace()
Returns the namespace of the operation. |
PTID |
getProcessTemplateID()
Returns the object ID of the process template this activity is part of. |
java.lang.String |
getProcessTemplateName()
Returns the name of the process template this activity is part of. |
VTID |
getServiceTemplateID()
Returns the object ID of the activity service described. |
TKTID |
getTaskTemplateID()
Returns the object ID of the associated task template. |
boolean |
isTwoWayOperation()
Returns whether the service to be called is a two-way operation or not. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
int[] getAvailableActions()
ActivityServiceTemplateActions
for the set
of possible actions.
java.lang.String getPartnerLinkName()
java.lang.String getPortTypeName()
java.lang.String getOperationName()
java.lang.String getActivityName()
java.lang.String getActivityDisplayName()
java.lang.String getActivityDescription()
VTID getServiceTemplateID()
ATID getActivityTemplateID()
PTID getProcessTemplateID()
TKTID getTaskTemplateID()
java.lang.String getPortTypeNamespace()
java.lang.String getInputMessageTypeName()
java.lang.String getInputMessageTypeTypeSystemName()
java.lang.String getProcessTemplateName()
boolean isTwoWayOperation()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |