public class TestCaseActivityScope extends TestCaseActivity
| Constructor and Description |
|---|
TestCaseActivityScope(org.camunda.bpm.model.bpmn.instance.FlowNode flowNode,
List<TestCaseActivity> activities) |
TestCaseActivityScope(org.camunda.bpm.model.bpmn.instance.FlowNode flowNode,
org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics multiInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
addActivity(TestCaseActivity next) |
boolean |
equals(Object obj) |
List<TestCaseActivity> |
getActivities() |
int |
hashCode() |
boolean |
isScope()
Determines if the activity is a scope (embedded sub process or transaction) or an atomic
activity.
|
as, getEventCode, getEventName, getId, getLiteral, getMultiInstance, getNext, getParent, getPrev, getStrategy, getTopicName, getType, getTypeName, hasMultiInstanceParent, hasNext, hasParent, hasPrev, hasPrev, isAsyncAfter, isAsyncBefore, isAttachedTo, isMultiInstance, isProcessEnd, setAttachedTo, setEventCode, setEventName, setNext, setParent, setPrev, setProcessEnd, setStrategy, setTopicName, setTypepublic TestCaseActivityScope(org.camunda.bpm.model.bpmn.instance.FlowNode flowNode,
List<TestCaseActivity> activities)
public TestCaseActivityScope(org.camunda.bpm.model.bpmn.instance.FlowNode flowNode,
org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics multiInstance)
public boolean equals(Object obj)
equals in class TestCaseActivitypublic int hashCode()
hashCode in class TestCaseActivitypublic boolean isScope()
TestCaseActivityisScope in class TestCaseActivitytrue, if the activity is a scope. Otherwise false.public void addActivity(TestCaseActivity next)
public List<TestCaseActivity> getActivities()
Copyright © 2022 Camunda Services GmbH. All rights reserved.