@Portable public class CaseReusableSubprocessTaskExecutionSet extends Object implements BaseReusableSubprocessTaskExecutionSet
| Modifier and Type | Field and Description |
|---|---|
protected CalledElement |
calledElement |
protected Independent |
independent |
protected IsAsync |
isAsync |
protected IsCase |
isCase |
protected WaitForCompletion |
waitForCompletion |
| Constructor and Description |
|---|
CaseReusableSubprocessTaskExecutionSet() |
CaseReusableSubprocessTaskExecutionSet(CalledElement calledElement,
IsCase isCase,
Independent independent,
WaitForCompletion waitForCompletion,
IsAsync isAsync,
AdHocAutostart adHocAutostart,
OnEntryAction onEntryAction,
OnExitAction onExitAction) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AdHocAutostart |
getAdHocAutostart() |
CalledElement |
getCalledElement() |
Independent |
getIndependent() |
IsAsync |
getIsAsync() |
IsCase |
getIsCase() |
OnEntryAction |
getOnEntryAction() |
OnExitAction |
getOnExitAction() |
WaitForCompletion |
getWaitForCompletion() |
int |
hashCode() |
void |
setAdHocAutostart(AdHocAutostart adHocAutostart) |
void |
setCalledElement(CalledElement calledElement) |
void |
setIndependent(Independent independent) |
void |
setIsAsync(IsAsync isAsync) |
void |
setIsCase(IsCase isCase) |
void |
setOnEntryAction(OnEntryAction onEntryAction) |
void |
setOnExitAction(OnExitAction onExitAction) |
void |
setWaitForCompletion(WaitForCompletion waitForCompletion) |
protected CalledElement calledElement
protected IsCase isCase
protected Independent independent
protected WaitForCompletion waitForCompletion
protected IsAsync isAsync
public CaseReusableSubprocessTaskExecutionSet()
public CaseReusableSubprocessTaskExecutionSet(CalledElement calledElement, IsCase isCase, Independent independent, WaitForCompletion waitForCompletion, IsAsync isAsync, AdHocAutostart adHocAutostart, OnEntryAction onEntryAction, OnExitAction onExitAction)
public CalledElement getCalledElement()
getCalledElement in interface BaseReusableSubprocessTaskExecutionSetpublic void setCalledElement(CalledElement calledElement)
setCalledElement in interface BaseReusableSubprocessTaskExecutionSetpublic IsCase getIsCase()
getIsCase in interface BaseReusableSubprocessTaskExecutionSetpublic void setIsCase(IsCase isCase)
setIsCase in interface BaseReusableSubprocessTaskExecutionSetpublic Independent getIndependent()
getIndependent in interface BaseReusableSubprocessTaskExecutionSetpublic void setIndependent(Independent independent)
setIndependent in interface BaseReusableSubprocessTaskExecutionSetpublic WaitForCompletion getWaitForCompletion()
getWaitForCompletion in interface BaseReusableSubprocessTaskExecutionSetpublic void setWaitForCompletion(WaitForCompletion waitForCompletion)
setWaitForCompletion in interface BaseReusableSubprocessTaskExecutionSetpublic IsAsync getIsAsync()
getIsAsync in interface BaseReusableSubprocessTaskExecutionSetpublic void setIsAsync(IsAsync isAsync)
setIsAsync in interface BaseReusableSubprocessTaskExecutionSetpublic AdHocAutostart getAdHocAutostart()
getAdHocAutostart in interface BaseReusableSubprocessTaskExecutionSetpublic void setAdHocAutostart(AdHocAutostart adHocAutostart)
setAdHocAutostart in interface BaseReusableSubprocessTaskExecutionSetpublic OnEntryAction getOnEntryAction()
getOnEntryAction in interface BaseReusableSubprocessTaskExecutionSetpublic void setOnEntryAction(OnEntryAction onEntryAction)
setOnEntryAction in interface BaseReusableSubprocessTaskExecutionSetpublic OnExitAction getOnExitAction()
getOnExitAction in interface BaseReusableSubprocessTaskExecutionSetpublic void setOnExitAction(OnExitAction onExitAction)
setOnExitAction in interface BaseReusableSubprocessTaskExecutionSetCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.