| Package | Description |
|---|---|
| org.camunda.bpm.model.bpmn.impl.instance | |
| org.camunda.bpm.model.bpmn.instance |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryValueImpl
The BPMN categoryValue element
|
| Modifier and Type | Field and Description |
|---|---|
protected static AttributeReference<CategoryValue> |
GroupImpl.categoryValueRefAttribute |
protected static ElementReferenceCollection<CategoryValue,CategoryValueRef> |
FlowElementImpl.categoryValueRefCollection |
protected static ChildElementCollection<CategoryValue> |
CategoryImpl.categoryValuesCollection |
| Modifier and Type | Method and Description |
|---|---|
CategoryValue |
GroupImpl.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<CategoryValue> |
FlowElementImpl.getCategoryValueRefs() |
Collection<CategoryValue> |
CategoryImpl.getCategoryValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupImpl.setCategory(CategoryValue categoryValue) |
| Modifier and Type | Method and Description |
|---|---|
CategoryValue |
Group.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<CategoryValue> |
FlowElement.getCategoryValueRefs() |
Collection<CategoryValue> |
Category.getCategoryValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
Group.setCategory(CategoryValue categoryValue) |
Copyright © 2014–2021 camunda services GmbH. All rights reserved.