|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.model.process.impl.ProcessImpl
A default implementation of a Process
.
Field Summary |
Fields inherited from interface bexee.model.process.Process |
DEFAULT_ABSTRACT_PROCESS, DEFAULT_ENABLE_INSTANCE_COMPENSATION, DEFAULT_EXPRESSION_LANGUAGE, DEFAULT_QUERY_LANGUAGE, 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 | |
ProcessImpl()
|
|
ProcessImpl(java.lang.String name,
java.lang.String targetNamespace,
java.lang.String queryLanguage,
java.lang.String expressionLanguage,
java.lang.String suppressJoinFailure,
java.lang.String enableInstanceCompensation)
|
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. |
void |
activity(Activity activity)
|
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 compensationHandler)
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 eventHandlers)
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 class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProcessImpl()
public ProcessImpl(java.lang.String name, java.lang.String targetNamespace, java.lang.String queryLanguage, java.lang.String expressionLanguage, java.lang.String suppressJoinFailure, java.lang.String enableInstanceCompensation)
enableInstanceCompensation
- Method Detail |
public void setName(java.lang.String name)
Process
setName
in interface Process
name
- public java.lang.String getName()
Process
getName
in interface Process
public void setTargetNamespace(java.lang.String targetNamespace)
Process
setTargetNamespace
in interface Process
targetNamespace
- public java.lang.String getTargetNamespace()
Process
getTargetNamespace
in interface Process
public void setQueryLanguage(java.lang.String queryLanguage)
Process
setQueryLanguage
in interface Process
queryLanguage
- public java.lang.String getQueryLanguage()
Process
getQueryLanguage
in interface Process
public void setExpressionLanguage(java.lang.String expressionLanguage)
Process
setExpressionLanguage
in interface Process
expressionLanguage
- public java.lang.String getExpressionLanguage()
Process
getExpressionLanguage
in interface Process
public void setSuppressJoinFailure(boolean suppressJoinFailure)
Process
setSuppressJoinFailure
in interface Process
suppressJoinFailure
- public boolean isSuppressJoinFailure()
Process
isSuppressJoinFailure
in interface Process
public void setEnableInstanceCompensation(boolean isInstanceCompensable)
Process
setEnableInstanceCompensation
in interface Process
isInstanceCompensable
- public boolean isInstanceCompensable()
Process
isInstanceCompensable
in interface Process
public void setAbstractProcess(boolean isAbstractProcess)
Process
setAbstractProcess
in interface Process
isAbstractProcess
- public boolean isAbstractProcess()
Process
isAbstractProcess
in interface Process
public void setPartnerLinks(PartnerLinks partnerLinks)
Process
setPartnerLinks
in interface Process
partnerLinks
- public PartnerLinks getPartnerLinks()
Process
getPartnerLinks
in interface Process
public void setPartners(Partners partners)
Process
setPartners
in interface Process
partners
- public Partners getPartners()
Process
getPartners
in interface Process
public void setVariables(Variables variables)
Process
setVariables
in interface Process
variables
- public Variables getVariables()
Process
getVariables
in interface Process
public void setCorrelationSets(CorrelationSets correlationSets)
Process
setCorrelationSets
in interface Process
correlationSets
- public CorrelationSets getCorrelationSets()
Process
getCorrelationSets
in interface Process
public void setFaultHandlers(FaultHandlers faultHandlers)
Process
setFaultHandlers
in interface Process
faultHandlers
- public FaultHandlers getFaultHandlers()
Process
getFaultHandlers
in interface Process
public void setCompensationHandler(CompensationHandler compensationHandler)
Process
setCompensationHandler
in interface Process
compensationHandler
- public CompensationHandler getCompensationHandler()
Process
getCompensationHandler
in interface Process
public void setEventHandlers(EventHandlers eventHandlers)
Process
setEventHandlers
in interface Process
eventHandlers
- public EventHandlers getEventHandlers()
Process
getEventHandlers
in interface Process
public void activity(Activity activity)
public void setActivity(Activity activity)
Process
setActivity
in interface Process
activity
- public Activity getActivity()
Process
getActivity
in interface Process
public void accept(ProcessController controller, ProcessInstance instance) throws java.lang.Exception
BPELElement
accept
in interface BPELElement
controller
- instance
-
java.lang.Exception
public void accept(BPELElementVisitor elementVisitor)
BPELElement
accept
in interface BPELElement
elementVisitor
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |