Uses of Interface
org.camunda.bpm.model.xml.Model
-
-
Uses of Model in org.camunda.bpm.model.bpmn
Methods in org.camunda.bpm.model.bpmn that return Model Modifier and Type Method Description ModelBpmn. getBpmnModel()Methods in org.camunda.bpm.model.bpmn with parameters of type Model Modifier and Type Method Description voidBpmn. setBpmnModel(Model bpmnModel) -
Uses of Model in org.camunda.bpm.model.cmmn
Methods in org.camunda.bpm.model.cmmn that return Model Modifier and Type Method Description ModelCmmn. getCmmnModel()Methods in org.camunda.bpm.model.cmmn with parameters of type Model Modifier and Type Method Description voidCmmn. setCmmnModel(Model cmmnModel) -
Uses of Model in org.camunda.bpm.model.dmn
Methods in org.camunda.bpm.model.dmn that return Model Modifier and Type Method Description ModelDmn. getDmnModel()Methods in org.camunda.bpm.model.dmn with parameters of type Model Modifier and Type Method Description voidDmn. setDmnModel(Model dmnModel) -
Uses of Model in org.camunda.bpm.model.xml
Methods in org.camunda.bpm.model.xml that return Model Modifier and Type Method Description abstract ModelModelBuilder. build()ModelModelInstance. getModel()Returns the underlying model. -
Uses of Model in org.camunda.bpm.model.xml.impl
Classes in org.camunda.bpm.model.xml.impl that implement Model Modifier and Type Class Description classModelImplA model contains all defined types and the relationship between them.Methods in org.camunda.bpm.model.xml.impl that return Model Modifier and Type Method Description ModelModelBuilderImpl. build()ModelModelInstanceImpl. getModel()Methods in org.camunda.bpm.model.xml.impl with parameters of type Model Modifier and Type Method Description voidModelBuildOperation. performModelBuild(Model model) -
Uses of Model in org.camunda.bpm.model.xml.impl.type
Methods in org.camunda.bpm.model.xml.impl.type that return Model Modifier and Type Method Description ModelModelElementTypeImpl. getModel()Methods in org.camunda.bpm.model.xml.impl.type with parameters of type Model Modifier and Type Method Description voidModelElementTypeBuilderImpl. buildTypeHierarchy(Model model)voidModelElementTypeBuilderImpl. performModelBuild(Model model) -
Uses of Model in org.camunda.bpm.model.xml.impl.type.attribute
Methods in org.camunda.bpm.model.xml.impl.type.attribute with parameters of type Model Modifier and Type Method Description voidAttributeBuilderImpl. performModelBuild(Model model)voidStringAttributeBuilderImpl. performModelBuild(Model model) -
Uses of Model in org.camunda.bpm.model.xml.impl.type.child
Methods in org.camunda.bpm.model.xml.impl.type.child with parameters of type Model Modifier and Type Method Description ModelElementTypeChildElementCollectionImpl. getChildElementType(Model model)voidChildElementCollectionBuilderImpl. performModelBuild(Model model)voidSequenceBuilderImpl. performModelBuild(Model model) -
Uses of Model in org.camunda.bpm.model.xml.impl.type.reference
Methods in org.camunda.bpm.model.xml.impl.type.reference with parameters of type Model Modifier and Type Method Description voidAttributeReferenceBuilderImpl. performModelBuild(Model model)voidAttributeReferenceCollectionBuilderImpl. performModelBuild(Model model)voidElementReferenceCollectionBuilderImpl. performModelBuild(Model model) -
Uses of Model in org.camunda.bpm.model.xml.impl.util
Methods in org.camunda.bpm.model.xml.impl.util with parameters of type Model Modifier and Type Method Description static java.util.Collection<ModelElementType>ModelUtil. calculateAllExtendingTypes(Model model, java.util.Collection<ModelElementType> baseTypes)Calculate a collection of all extending types for the given base types -
Uses of Model in org.camunda.bpm.model.xml.test
Fields in org.camunda.bpm.model.xml.test declared as Model Modifier and Type Field Description static ModelAbstractModelElementInstanceTest. modelMethods in org.camunda.bpm.model.xml.test that return Model Modifier and Type Method Description ModelGetModelElementTypeRule. getModel() -
Uses of Model in org.camunda.bpm.model.xml.test.assertions
Methods in org.camunda.bpm.model.xml.test.assertions with parameters of type Model Modifier and Type Method Description ModelElementTypeAssertModelElementTypeAssert. isPartOfModel(Model model) -
Uses of Model in org.camunda.bpm.model.xml.type
Methods in org.camunda.bpm.model.xml.type that return Model Modifier and Type Method Description ModelModelElementType. getModel() -
Uses of Model in org.camunda.bpm.model.xml.type.child
Methods in org.camunda.bpm.model.xml.type.child with parameters of type Model Modifier and Type Method Description ModelElementTypeChildElementCollection. getChildElementType(Model model)Get the model element type of the elements contained in this collection.
-