|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Model in org.camunda.bpm.model.xml |
|---|
| Methods in org.camunda.bpm.model.xml that return Model | |
|---|---|
abstract Model |
ModelBuilder.build()
|
Model |
ModelInstance.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 | |
|---|---|
class |
ModelImpl
A model contains all defined types and the relationship between them. |
| Methods in org.camunda.bpm.model.xml.impl that return Model | |
|---|---|
Model |
ModelBuilderImpl.build()
|
Model |
ModelInstanceImpl.getModel()
|
| Methods in org.camunda.bpm.model.xml.impl with parameters of type Model | |
|---|---|
void |
ModelBuildOperation.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 | |
|---|---|
Model |
ModelElementTypeImpl.getModel()
|
| Methods in org.camunda.bpm.model.xml.impl.type with parameters of type Model | |
|---|---|
void |
ModelElementTypeBuilderImpl.buildTypeHierarchy(Model model)
|
void |
ModelElementTypeBuilderImpl.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 | |
|---|---|
void |
AttributeBuilderImpl.performModelBuild(Model model)
|
void |
StringAttributeBuilderImpl.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 | |
|---|---|
ModelElementType |
ChildElementCollectionImpl.getChildElementType(Model model)
|
void |
ChildElementCollectionBuilderImpl.performModelBuild(Model model)
|
void |
SequenceBuilderImpl.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 | |
|---|---|
void |
ElementReferenceCollectionBuilderImpl.performModelBuild(Model model)
|
void |
AttributeReferenceCollectionBuilderImpl.performModelBuild(Model model)
|
void |
AttributeReferenceBuilderImpl.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 | |
|---|---|
static Collection<ModelElementType> |
ModelUtil.calculateAllExtendingTypes(Model model,
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.assertions |
|---|
| Methods in org.camunda.bpm.model.xml.test.assertions with parameters of type Model | |
|---|---|
ModelElementTypeAssert |
ModelElementTypeAssert.isPartOfModel(Model model)
|
| Uses of Model in org.camunda.bpm.model.xml.type |
|---|
| Methods in org.camunda.bpm.model.xml.type that return Model | |
|---|---|
Model |
ModelElementType.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 | |
|---|---|
ModelElementType |
ChildElementCollection.getChildElementType(Model model)
Get the model element type of the elements contained in this collection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||