|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Representation of a BPEL Receive activity.
Field Summary | |
static boolean |
DEFAULT_CREATE_ACTIVITY
Default createInstance property value. |
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 |
Method Summary | |
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 interface bexee.model.activity.Activity |
addSource, addTarget, getJoinExpression, getName, getSources, getTargets, isSuppressJoinFailure, setJoinExpression, setName, setSources, setSuppressJoinFailure, setTargets |
Methods inherited from interface bexee.model.BPELElement |
accept, accept |
Field Detail |
public static final boolean DEFAULT_CREATE_ACTIVITY
Method Detail |
public void setPartnerLink(PartnerLink partnerLink)
partnerLink
- public PartnerLink getPartnerLink()
public void setPortType(javax.xml.namespace.QName portType)
portType
- public javax.xml.namespace.QName getPortType()
public void setOperation(java.lang.String operation)
operation
- public java.lang.String getOperation()
public void setVariable(Variable variable)
variable
- public Variable getVariable()
public void setCreateInstance(boolean createInstance)
createInstance
- public boolean isCreateInstance()
public void setCorrelations(Correlations correlations)
correlations
- public Correlations getCorrelations()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |