|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Accesses the properties of an activity service.
An activity service template is a description of a service a business process interacts with.
Interactions are either inbound receive or pick activities or outbound reply or invoke activities.
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()
Returns the name of the type system of the input message type. |
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. |
VTID |
getServiceTemplateID()
Returns the object ID of the activity service described. |
Method Detail |
public int[] getAvailableActions()
ActivityServiceTemplateActions
for the set
of possible actions.
public java.lang.String getPartnerLinkName()
public java.lang.String getPortTypeName()
public java.lang.String getOperationName()
public java.lang.String getActivityName()
public java.lang.String getActivityDisplayName()
public java.lang.String getActivityDescription()
public VTID getServiceTemplateID()
public ATID getActivityTemplateID()
public PTID getProcessTemplateID()
public java.lang.String getPortTypeNamespace()
public java.lang.String getInputMessageTypeName()
public java.lang.String getInputMessageTypeTypeSystemName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |