|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectbexee.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 Processname - public java.lang.String getName()
Process
getName in interface Processpublic void setTargetNamespace(java.lang.String targetNamespace)
Process
setTargetNamespace in interface ProcesstargetNamespace - public java.lang.String getTargetNamespace()
Process
getTargetNamespace in interface Processpublic void setQueryLanguage(java.lang.String queryLanguage)
Process
setQueryLanguage in interface ProcessqueryLanguage - public java.lang.String getQueryLanguage()
Process
getQueryLanguage in interface Processpublic void setExpressionLanguage(java.lang.String expressionLanguage)
Process
setExpressionLanguage in interface ProcessexpressionLanguage - public java.lang.String getExpressionLanguage()
Process
getExpressionLanguage in interface Processpublic void setSuppressJoinFailure(boolean suppressJoinFailure)
Process
setSuppressJoinFailure in interface ProcesssuppressJoinFailure - public boolean isSuppressJoinFailure()
Process
isSuppressJoinFailure in interface Processpublic void setEnableInstanceCompensation(boolean isInstanceCompensable)
Process
setEnableInstanceCompensation in interface ProcessisInstanceCompensable - public boolean isInstanceCompensable()
Process
isInstanceCompensable in interface Processpublic void setAbstractProcess(boolean isAbstractProcess)
Process
setAbstractProcess in interface ProcessisAbstractProcess - public boolean isAbstractProcess()
Process
isAbstractProcess in interface Processpublic void setPartnerLinks(PartnerLinks partnerLinks)
Process
setPartnerLinks in interface ProcesspartnerLinks - public PartnerLinks getPartnerLinks()
Process
getPartnerLinks in interface Processpublic void setPartners(Partners partners)
Process
setPartners in interface Processpartners - public Partners getPartners()
Process
getPartners in interface Processpublic void setVariables(Variables variables)
Process
setVariables in interface Processvariables - public Variables getVariables()
Process
getVariables in interface Processpublic void setCorrelationSets(CorrelationSets correlationSets)
Process
setCorrelationSets in interface ProcesscorrelationSets - public CorrelationSets getCorrelationSets()
Process
getCorrelationSets in interface Processpublic void setFaultHandlers(FaultHandlers faultHandlers)
Process
setFaultHandlers in interface ProcessfaultHandlers - public FaultHandlers getFaultHandlers()
Process
getFaultHandlers in interface Processpublic void setCompensationHandler(CompensationHandler compensationHandler)
Process
setCompensationHandler in interface ProcesscompensationHandler - public CompensationHandler getCompensationHandler()
Process
getCompensationHandler in interface Processpublic void setEventHandlers(EventHandlers eventHandlers)
Process
setEventHandlers in interface ProcesseventHandlers - public EventHandlers getEventHandlers()
Process
getEventHandlers in interface Processpublic void activity(Activity activity)
public void setActivity(Activity activity)
Process
setActivity in interface Processactivity - public Activity getActivity()
Process
getActivity in interface Process
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 | ||||||||||