|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectbexee.model.activity.impl.AbstractActivity
bexee.model.activity.impl.ReceiveImpl
Default implementation of the Receive activity.
| Field Summary |
| Fields inherited from interface bexee.model.activity.Receive |
DEFAULT_CREATE_ACTIVITY |
| Fields inherited from interface bexee.model.activity.Activity |
DEFAULT_SUPPRESS_JOIN_FAILURE |
| Fields inherited from interface bexee.model.AttributeNames |
ABSTRACT_PROCESS, CONDITION, CREATE_INSTANCE, ELEMENT, ENABLE_INSTANCE_COMPESATION, ENDPOINT_REFERENCE, EXPRESSION, EXPRESSION_LANGUAGE, FAULT_NAME, INITIATE, INPUT_VARIABLE, JOIN_CONDITION, MESSAGE_TYPE, MY_ROLE, NAME, OPAQUE, OPERATION, OUTPUT_VARIABLE, PART, PARTNER_LINK, PARTNER_LINK_TYPE, PARTNER_ROLE, PATTERN, PORT_TYPE, PROPERTY, QUERY_LANGUAGE, SET, SUPPRESS_JOIN_FAILURE, TARGET_NAMESPACE, TYPE, VARIABLE, XMLNS |
| Constructor Summary | |
ReceiveImpl()
|
|
ReceiveImpl(StandardAttributes standardAttributes)
|
|
ReceiveImpl(StandardAttributes standardAttributes,
PartnerLink partnerLink,
javax.xml.namespace.QName portType,
java.lang.String operation,
Variable variable,
java.lang.String createInstance)
|
|
| Method Summary | |
void |
accept(BPELElementVisitor elementVisitor)
Accept a BPELElementVisitor which will visit this BPEL element. |
void |
accept(ProcessController controller,
ProcessInstance instance)
Accept a ProcessController and a ProcessInstance. |
Correlations |
getCorrelations()
Get the Correlations of this Receive. |
java.lang.String |
getOperation()
Get the operation name of this Receive. |
PartnerLink |
getPartnerLink()
Get the PartnerLink of this Receive. |
javax.xml.namespace.QName |
getPortType()
Get the PortType QName of this Receive. |
Variable |
getVariable()
Get the Variable of this Receive. |
boolean |
isCreateInstance()
Get the create instance property of this Receive. |
void |
setCorrelations(Correlations correlations)
Set the Correlations of this Receive. |
void |
setCreateInstance(boolean createInstance)
Set the create instance property of this Receive. |
void |
setOperation(java.lang.String operation)
Set the operation name of this Receive. |
void |
setPartnerLink(PartnerLink partnerLink)
Set the PartnerLink of this Receive. |
void |
setPortType(javax.xml.namespace.QName portType)
Set the PortType QName of this Receive. |
void |
setVariable(Variable variable)
Set the Variable of this Receive. |
| Methods inherited from class bexee.model.activity.impl.AbstractActivity |
addSource, addTarget, getJoinExpression, getName, getSources, getTargets, getValidValueOrDefault, getValidValueOrDefault, isSuppressJoinFailure, setJoinExpression, setName, setSources, setSuppressJoinFailure, setTargets |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface bexee.model.activity.Activity |
addSource, addTarget, getJoinExpression, getName, getSources, getTargets, isSuppressJoinFailure, setJoinExpression, setName, setSources, setSuppressJoinFailure, setTargets |
| Constructor Detail |
public ReceiveImpl()
public ReceiveImpl(StandardAttributes standardAttributes)
standardAttributes -
public ReceiveImpl(StandardAttributes standardAttributes,
PartnerLink partnerLink,
javax.xml.namespace.QName portType,
java.lang.String operation,
Variable variable,
java.lang.String createInstance)
standardAttributes - | Method Detail |
public void setPartnerLink(PartnerLink partnerLink)
Receive
setPartnerLink in interface ReceivepartnerLink - public PartnerLink getPartnerLink()
Receive
getPartnerLink in interface Receivepublic void setPortType(javax.xml.namespace.QName portType)
Receive
setPortType in interface ReceiveportType - public javax.xml.namespace.QName getPortType()
Receive
getPortType in interface Receivepublic void setOperation(java.lang.String operation)
Receive
setOperation in interface Receiveoperation - public java.lang.String getOperation()
Receive
getOperation in interface Receivepublic void setVariable(Variable variable)
Receive
setVariable in interface Receivevariable - public Variable getVariable()
Receive
getVariable in interface Receivepublic void setCreateInstance(boolean createInstance)
Receive
setCreateInstance in interface ReceivecreateInstance - public boolean isCreateInstance()
Receive
isCreateInstance in interface Receivepublic void setCorrelations(Correlations correlations)
Receive
setCorrelations in interface Receivecorrelations - public Correlations getCorrelations()
Receive
getCorrelations in interface Receive
public void accept(ProcessController controller,
ProcessInstance instance)
throws java.lang.Exception
BPELElement
accept in interface BPELElementcontroller - instance -
java.lang.Exceptionpublic void accept(BPELElementVisitor elementVisitor)
BPELElement
accept in interface BPELElementelementVisitor -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||