Interface BpmnModeler
- All Superinterfaces:
com.vaadin.flow.component.HasComponents
,com.vaadin.flow.component.HasElement
,com.vaadin.flow.component.HasEnabled
,Serializable
- All Known Implementing Classes:
BpmnModelerImpl
public interface BpmnModeler
extends com.vaadin.flow.component.HasComponents
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSchemaChangedListener
(com.vaadin.flow.component.ComponentEventListener<XmlSchemaChangedEvent> listener) void
addSelectedElementChangedListener
(com.vaadin.flow.component.ComponentEventListener<SelectionChangedEvent> listener) void
void
void
createOrUpdateExtensionElement
(CreateOrUpdateExtensionElementCmd createOrUpdateExtensionElementCmd) void
void
createOrUpdateFormData
(CreateOrUpdateFormDataCmd createOrUpdateFormDataCmd) void
createOrUpdateNestedObject
(CreateOrUpdateNestedObjectCmd createOrUpdateNestedObjectCmd) void
void
void
createOrUpdateRootElement
(CreateOrUpdateRootElementCmd createOrUpdateRootElementCmd) void
boolean
void
void
void
void
void
removeRootElement
(RemoveRootElementCmd removeRootElementCmd) void
void
setBpmnXml
(String bpmnXml) void
void
updateElementProperties
(UpdateElementPropertiesCmd updateElementPropertiesCmd) void
void
void
void
Methods inherited from interface com.vaadin.flow.component.HasComponents
add, add, add, addComponentAsFirst, addComponentAtIndex, remove, remove, removeAll
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
Methods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabled
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
addSelectedElementChangedListener
void addSelectedElementChangedListener(com.vaadin.flow.component.ComponentEventListener<SelectionChangedEvent> listener) -
addSchemaChangedListener
void addSchemaChangedListener(com.vaadin.flow.component.ComponentEventListener<XmlSchemaChangedEvent> listener) -
setBpmnXml
-
getBpmnXml
String getBpmnXml() -
hasChanged
boolean hasChanged() -
requestForBpmnXml
CompletableFuture<String> requestForBpmnXml() -
updateElementProperties
-
createOrUpdateNestedObject
-
createOrUpdateFormData
-
createOrUpdateExtensionElement
void createOrUpdateExtensionElement(CreateOrUpdateExtensionElementCmd createOrUpdateExtensionElementCmd) -
setMultiInstanceFormalExpression
-
updateTimerEventDefinition
-
updateEventDefinition
-
updateEventDefinitionProperties
-
createOrUpdateRootElement
-
removeRootElement
-
createOrUpdateSpringBean
-
removeSpringBean
-
createOrUpdateProcessVariable
-
createOrUpdateExtensionProperty
-
removeExtensionProperty
-
createAndSetListProperty
-
removeProcessVariable
-
updateProcessDocumentation
-
removeExtensionElements
-
createListener
-
removeParticipantProcessExtensionElements
-
createOrUpdateParticipantProcessExtensionElement
-