|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a representation of a BPEL process element from a BPEL document. Usually an instance of this class will be embedded in a BPELProcess instance containing additional information about a business process.
Field Summary | |
static boolean |
DEFAULT_ABSTRACT_PROCESS
Default value for the abstractness of a BPEL process. |
static boolean |
DEFAULT_ENABLE_INSTANCE_COMPENSATION
Default instance compensation value. |
static java.lang.String |
DEFAULT_EXPRESSION_LANGUAGE
Default expression language. |
static java.lang.String |
DEFAULT_QUERY_LANGUAGE
Default query language. |
static boolean |
DEFAULT_SUPPRESS_JOIN_FAILURE
Default suppress join failure value. |
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 | |
Activity |
getActivity()
Get the root activity of this process. |
CompensationHandler |
getCompensationHandler()
Get the CompensationHandler of this process. |
CorrelationSets |
getCorrelationSets()
Get the CorrelationSets of this process. |
EventHandlers |
getEventHandlers()
Get the EventHandlers of this process. |
java.lang.String |
getExpressionLanguage()
Get the expressionLanguage of this process. |
FaultHandlers |
getFaultHandlers()
Get the FaultHandlers of this process. |
java.lang.String |
getName()
Get the name of this process. |
PartnerLinks |
getPartnerLinks()
Get the PartnerLinks of this process. |
Partners |
getPartners()
Get the Partners of this process. |
java.lang.String |
getQueryLanguage()
Get the queryLanguage of this process. |
java.lang.String |
getTargetNamespace()
Get the targetNamespace of this process. |
Variables |
getVariables()
Get the Variables of this process. |
boolean |
isAbstractProcess()
Is this an abstract process. |
boolean |
isInstanceCompensable()
Get the EnableInstanceCompensation property of this process. |
boolean |
isSuppressJoinFailure()
Are join failures suppressed in this process. |
void |
setAbstractProcess(boolean isAbstractProcess)
Set a property indicating whether this process is abstract. |
void |
setActivity(Activity activity)
Set the root activity of this process. |
void |
setCompensationHandler(CompensationHandler handler)
Set the CompensationHandler of this process. |
void |
setCorrelationSets(CorrelationSets correlationSets)
Set the CorrelationSets of this process. |
void |
setEnableInstanceCompensation(boolean isInstanceCompensable)
Set the EnableInstanceCompensation property of this process. |
void |
setEventHandlers(EventHandlers handlers)
Set the EventHandlers of this process. |
void |
setExpressionLanguage(java.lang.String expressionLanguage)
Set the expressionLanguage of this process. |
void |
setFaultHandlers(FaultHandlers faultHandlers)
Set the FaultHandlers of this process. |
void |
setName(java.lang.String name)
Set the name of this process. |
void |
setPartnerLinks(PartnerLinks partnerLinks)
Set the PartnerLinks of this process. |
void |
setPartners(Partners partners)
Set the Partners of this process. |
void |
setQueryLanguage(java.lang.String queryLanguage)
Set the queryLanguage of this process. |
void |
setSuppressJoinFailure(boolean suppressJoinFailure)
Set the suppressJoinFailure property of this process. |
void |
setTargetNamespace(java.lang.String targetNamespace)
Set the targetNamespace of this process. |
void |
setVariables(Variables variables)
Set the Variables of this process. |
Methods inherited from interface bexee.model.BPELElement |
accept, accept |
Field Detail |
public static final java.lang.String DEFAULT_QUERY_LANGUAGE
public static final java.lang.String DEFAULT_EXPRESSION_LANGUAGE
public static final boolean DEFAULT_SUPPRESS_JOIN_FAILURE
public static final boolean DEFAULT_ENABLE_INSTANCE_COMPENSATION
public static final boolean DEFAULT_ABSTRACT_PROCESS
Method Detail |
public void setName(java.lang.String name)
name
- public java.lang.String getName()
public void setTargetNamespace(java.lang.String targetNamespace)
targetNamespace
- public java.lang.String getTargetNamespace()
public void setQueryLanguage(java.lang.String queryLanguage)
queryLanguage
- public java.lang.String getQueryLanguage()
public void setExpressionLanguage(java.lang.String expressionLanguage)
expressionLanguage
- public java.lang.String getExpressionLanguage()
public void setSuppressJoinFailure(boolean suppressJoinFailure)
suppressJoinFailure
- public boolean isSuppressJoinFailure()
public void setEnableInstanceCompensation(boolean isInstanceCompensable)
isInstanceCompensable
- public boolean isInstanceCompensable()
public void setAbstractProcess(boolean isAbstractProcess)
isAbstractProcess
- public boolean isAbstractProcess()
public void setPartnerLinks(PartnerLinks partnerLinks)
partnerLinks
- public PartnerLinks getPartnerLinks()
public void setPartners(Partners partners)
partners
- public Partners getPartners()
public void setVariables(Variables variables)
variables
- public Variables getVariables()
public void setCorrelationSets(CorrelationSets correlationSets)
correlationSets
- public CorrelationSets getCorrelationSets()
public void setFaultHandlers(FaultHandlers faultHandlers)
faultHandlers
- public FaultHandlers getFaultHandlers()
public void setCompensationHandler(CompensationHandler handler)
handler
- public CompensationHandler getCompensationHandler()
public void setEventHandlers(EventHandlers handlers)
handlers
- public EventHandlers getEventHandlers()
public void setActivity(Activity activity)
activity
- public Activity getActivity()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |