|
Sun Message Library for SWIFT API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stc.swift.egategui.pe.BpelEditorActivityCookie
public class BpelEditorActivityCookie
Nodes
dropped into the BPEL Editor canvas to
represent activities, such as eWay OTD operation nodes, use this cookie to
relay their information to the BPEL Editor.
Field Summary |
---|
Fields inherited from interface com.stc.bpms.common.integration.cookie.BaseCallableCookie |
---|
CLIENT_OPERATION_MODE, DYNAMIC_OPERATION_MODE, SERVER_OPERATION_MODE |
Constructor Summary | |
---|---|
BpelEditorActivityCookie(com.stc.model.common.ProjectElement elem,
com.stc.bpms.common.integration.model.wsdlproducer.WSDLProducer wsdlSrc,
java.lang.String partnerName,
java.lang.String portTypeName,
java.lang.String opName,
java.lang.String opMode)
Create a BpelEditorActivityCookie. |
Method Summary | |
---|---|
java.lang.String |
getOperationMode()
Get the mode of the operation. |
java.lang.String |
getOperationName()
Get the operation name associated with the represented activity. |
java.lang.String |
getPartnerName()
Get the partner name associated with the represented activity. |
java.lang.String |
getPortTypeName()
Get the port type name associated with the represented activity. |
com.stc.model.common.ProjectElement |
getProjectElement()
Get the ProjectElement representation of this cookie's subject. |
com.stc.repository.RepositoryObject |
getRepositoryObject()
Get the Web Service metadata associated with this cookie's subject. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BpelEditorActivityCookie(com.stc.model.common.ProjectElement elem, com.stc.bpms.common.integration.model.wsdlproducer.WSDLProducer wsdlSrc, java.lang.String partnerName, java.lang.String portTypeName, java.lang.String opName, java.lang.String opMode)
elem
- ProjectElement manifestation of cookie's subjectwsdlSrc
- Web Service information of this cookie's subjectpartnerName
- Partner name associated to the represented activityportTypeName
- Name of the PortType to use from the supplied web
service informationopName
- Name of Operation to use from the supplied web
service informationopMode
- BaseCallableCookie.CLIENT_OPERATION_MODE
or
BaseCallableCookie.SERVER_OPERATION_MODE
.Method Detail |
---|
public com.stc.model.common.ProjectElement getProjectElement()
getProjectElement
in interface com.stc.bpms.common.integration.cookie.ProjectElementRefCookie
public java.lang.String getPartnerName()
getPartnerName
in interface com.stc.bpms.common.integration.cookie.BaseCallableCookie
public java.lang.String getPortTypeName()
getPortTypeName
in interface com.stc.bpms.common.integration.cookie.BaseCallableCookie
public java.lang.String getOperationName()
getOperationName
in interface com.stc.bpms.common.integration.cookie.BaseCallableCookie
public com.stc.repository.RepositoryObject getRepositoryObject()
getRepositoryObject
in interface com.stc.bpms.common.integration.cookie.ArtifactNodeCookie
public java.lang.String getOperationMode()
getOperationMode
in interface com.stc.bpms.common.integration.cookie.BaseCallableCookie
|
Sun Message Library for SWIFT API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |