- get(String) - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
- get() - Method in interface org.camunda.community.bpmndt.model.TestCases
-
Gets all test cases of all processes that are defined in the BPMN model.
- get(String) - Method in interface org.camunda.community.bpmndt.model.TestCases
-
Gets the test cases of the process with the given ID.
- getActivities() - Method in interface org.camunda.community.bpmndt.model.TestCase
-
Gets the test case's activities.
- getActivities() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivityScope
-
Gets the scope's activities.
- getActivityScopes() - Method in interface org.camunda.community.bpmndt.model.TestCase
-
Gets the scopes of the test case activities.
- getConditionalDefinition() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- getDescription() - Method in class org.camunda.community.bpmndt.model.element.TestCaseElement
-
Returns the test case's description.
- getDescription() - Method in interface org.camunda.community.bpmndt.model.TestCase
-
Returns the test case's description.
- getEndActivity() - Method in interface org.camunda.community.bpmndt.model.TestCase
-
Gets the end activity, if the test case's path is not empty.
- getError() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- getErrorDefinition() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- getEscalation() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- getEscalationDefinition() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- getEventCode() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Returns the code of the related error or escalation event.
- getEventName() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Returns the name of the related message or signal event.
- getFlowNode() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Gets the underlying flow node.
- getFlowNode(Class<T>) - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Gets the underlying flow node of the given type.
- getFlowNode() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivityScope
-
Gets the underlying flow node.
- getFlowNode(Class<T>) - Method in interface org.camunda.community.bpmndt.model.TestCaseActivityScope
-
Gets the underlying flow node of the given sub process type.
- getFlowNodeIds() - Method in class org.camunda.community.bpmndt.model.element.PathElement
-
Returns a list of flow node IDs, that define the test case's path.
- getFlowNodeIds() - Method in interface org.camunda.community.bpmndt.model.TestCase
-
Gets the flow node IDs of the test case's path.
- getId() - Method in class org.camunda.community.bpmndt.model.element.PathNodeElement
-
Returns the flow node ID of the test path node.
- getId() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Returns the ID of the underlying flow node.
- getId() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivityScope
-
Returns the ID of the underlying flow node.
- getInvalidFlowNodeIds() - Method in interface org.camunda.community.bpmndt.model.TestCase
-
Gets the flow node IDs of the test case's path, which are not valid (do not exist within the
related process).
- getMessage() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- getMessageDefinition() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- getModelInstance() - Method in interface org.camunda.community.bpmndt.model.TestCases
-
Returns the underlying BPMN model instance.
- getMultiInstanceLoopCharacteristics(String) - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
Gets the multi instance loop characteristics from the flow node with the given ID.
- getName() - Method in class org.camunda.community.bpmndt.model.element.TestCaseElement
-
Returns the test case's name.
- getName() - Method in interface org.camunda.community.bpmndt.model.TestCase
-
Returns the test case's name.
- getName() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Returns the name of the underlying flow node.
- getName() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivityScope
-
Returns the name of the underlying flow node.
- getNestingLevel() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Determines how deep the activity is nested within the BPMN process.
- getNestingLevel() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivityScope
-
Determines how deep the scope is nested within the BPMN process.
- getNext() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Returns the next test activity, if this is not the last activity.
- getParent() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Return the parent scope, if the underlying flow node is not a direct child of the BPMN process
element.
- getParent() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivityScope
-
Return the parent scope, if the scope is not a direct child of the related BPMN process element.
- getParentElementId(String) - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
Returns the ID of the parent element, which can be the ID of the process, an embedded sub process
or a transaction.
- getPath() - Method in class org.camunda.community.bpmndt.model.element.TestCaseElement
-
Provides the path that should be tested.
- getPrevious() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Returns the previous test activity, if this is not the first activity.
- getProcess() - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
- getProcess() - Method in interface org.camunda.community.bpmndt.model.TestCase
-
Returns the related process.
- getProcessId() - Method in interface org.camunda.community.bpmndt.model.TestCase
-
Returns the ID of the underlying BPMN process.
- getProcessIds() - Method in interface org.camunda.community.bpmndt.model.TestCases
-
Gets the IDs of all processes that are defined in the BPMN model.
- getProcessName() - Method in interface org.camunda.community.bpmndt.model.TestCase
-
Returns the name of the underlying BPMN process.
- getSignal() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- getSignalDefinition() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- getStartActivity() - Method in interface org.camunda.community.bpmndt.model.TestCase
-
Gets the start activity, if the test case's path is not empty.
- getTestCases() - Method in class org.camunda.community.bpmndt.model.element.TestCasesElement
-
Returns the defined test cases.
- getTimerDefinition() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- getTopicName(String) - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
- getTopicName() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Gets the topic name of an external task activity.
- getType() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
- getTypeName() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Returns the name of the flow node element type.
- getTypeName() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivityScope
-
Returns the name of the flow node element type.
- getValue() - Method in class org.camunda.community.bpmndt.model.element.DescriptionElement
-
Returns the description as text value.
- getValue() - Method in class org.camunda.community.bpmndt.model.element.NameElement
-
Returns the name as text value.
- INSTANCE - Static variable in class org.camunda.community.bpmndt.model.BpmnExtension
-
Reusable instance.
- isAsyncAfter() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Returns true, if an asynchronous continuation after the activity is specified.
- isAsyncBefore() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Returns true, if an asynchronous continuation before the activity is specified.
- isAttachedTo(TestCaseActivity) - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Checks if the activity is a boundary event, that is attached to the given activity.
- isBoundaryEvent(String) - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
- isBoundaryEvent() - Method in enum org.camunda.community.bpmndt.model.TestCaseActivityType
-
Determines if the type refers to an BPMN boundary event element.
- isCallActivity(String) - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
- isConditional() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- isEmpty() - Method in interface org.camunda.community.bpmndt.model.TestCases
-
Determines if the BPMN model does not define test cases.
- isError() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- isEscalation() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- isEventBasedGateway(String) - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
- isExternalTask(String) - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
- isIntermediateCatchEvent(String) - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
- isIntermediateThrowEvent(String) - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
- isLink() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- isMessage() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- isMultiInstance() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Determines if the activity is a multi instance.
- isMultiInstance() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivityScope
-
Determines if the scope is a multi instance.
- isMultiInstanceParallel() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Determines if the activity is a parallel multi instance.
- isMultiInstanceParallel() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivityScope
-
Determines if the scope is a parallel multi instance.
- isMultiInstanceSequential() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Determines if the activity is a sequential multi instance.
- isMultiInstanceSequential() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivityScope
-
Determines if the scope is a sequential multi instance.
- isNoneEnd() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
Determines if the given event is a none end event.
- isProcessEnd(String) - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
Determines if the flow node with the given ID ends the process or not.
- isProcessEnd() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Returns true, if the activity is a start activity of the process.
- isProcessStart(String) - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
- isProcessStart() - Method in interface org.camunda.community.bpmndt.model.TestCaseActivity
-
Returns true, if the activity is an end activity of the process.
- isReceiveTask(String) - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
- isSignal() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- isTimer() - Method in class org.camunda.community.bpmndt.model.BpmnEventSupport
-
- isUserTask(String) - Method in class org.camunda.community.bpmndt.model.BpmnSupport
-
- isValid() - Method in interface org.camunda.community.bpmndt.model.TestCase
-
Determines if the test case is valid - the path is not empty, incomplete nor invalid.
- isWaitState() - Method in enum org.camunda.community.bpmndt.model.TestCaseActivityType
-
Determines if the type refers to an BPMN element that causes a process instance to wait.