| Package | Description |
|---|---|
| org.flowable.cmmn.converter.util | |
| org.flowable.cmmn.editor.json.converter | |
| org.flowable.cmmn.model |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CmmnXmlUtil.isBlacklisted(ExtensionAttribute attribute,
List<ExtensionAttribute>... blackLists) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CmmnXmlUtil.writeCustomAttributes(Collection<List<ExtensionAttribute>> attributes,
XMLStreamWriter xtw,
List<ExtensionAttribute>... blackLists) |
static void |
CmmnXmlUtil.writeCustomAttributes(Collection<List<ExtensionAttribute>> attributes,
XMLStreamWriter xtw,
Map<String,String> namespaceMap,
List<ExtensionAttribute>... blackLists)
write attributes to xtw (except blacklisted)
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionAttribute |
BaseCmmnJsonConverter.createExtensionAttribute(String name,
String value) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<ExtensionAttribute>> |
BaseElement.attributes
extension attributes could be part of each element
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionAttribute |
ExtensionAttribute.clone() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ExtensionAttribute>> |
HasExtensionAttributes.getAttributes()
get element's attributes
|
Map<String,List<ExtensionAttribute>> |
BaseElement.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
HasExtensionAttributes.addAttribute(ExtensionAttribute attribute)
add attribute to the object
|
void |
BaseElement.addAttribute(ExtensionAttribute attribute) |
void |
ExtensionAttribute.setValues(ExtensionAttribute otherAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
HasExtensionAttributes.setAttributes(Map<String,List<ExtensionAttribute>> attributes)
set all object's attributes
|
void |
BaseElement.setAttributes(Map<String,List<ExtensionAttribute>> attributes) |
Copyright © 2023 Flowable. All rights reserved.