Uses of Interface
org.camunda.bpm.model.bpmn.BpmnModelInstance
-
Packages that use BpmnModelInstance Package Description org.camunda.bpm.model.bpmn org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl -
-
Uses of BpmnModelInstance in org.camunda.bpm.model.bpmn
Methods in org.camunda.bpm.model.bpmn that return BpmnModelInstance Modifier and Type Method Description BpmnModelInstanceBpmnModelInstance. clone()Copies the BPMN model instance but not the model.static BpmnModelInstanceBpmn. createEmptyModel()Allows creating an new, emptyBpmnModelInstance.protected BpmnModelInstanceBpmn. doCreateEmptyModel()protected BpmnModelInstanceBpmn. doReadModelFromFile(File file)protected BpmnModelInstanceBpmn. doReadModelFromInputStream(InputStream is)static BpmnModelInstanceBpmn. readModelFromFile(File file)Allows reading aBpmnModelInstancefrom a File.static BpmnModelInstanceBpmn. readModelFromStream(InputStream stream)Allows reading aBpmnModelInstancefrom anInputStreamMethods in org.camunda.bpm.model.bpmn with parameters of type BpmnModelInstance Modifier and Type Method Description static StringBpmn. convertToString(BpmnModelInstance modelInstance)Allows the conversion of aBpmnModelInstanceto anString.protected StringBpmn. doConvertToString(BpmnModelInstance modelInstance)protected voidBpmn. doValidateModel(BpmnModelInstance modelInstance)protected voidBpmn. doWriteModelToFile(File file, BpmnModelInstance modelInstance)protected voidBpmn. doWriteModelToOutputStream(OutputStream os, BpmnModelInstance modelInstance)static voidBpmn. validateModel(BpmnModelInstance modelInstance)Validate model DOM documentstatic voidBpmn. writeModelToFile(File file, BpmnModelInstance modelInstance)Allows writing aBpmnModelInstanceto a File.static voidBpmn. writeModelToStream(OutputStream stream, BpmnModelInstance modelInstance)Allows writing aBpmnModelInstanceto anOutputStream. -
Uses of BpmnModelInstance in org.camunda.bpm.model.bpmn.builder
Fields in org.camunda.bpm.model.bpmn.builder declared as BpmnModelInstance Modifier and Type Field Description protected BpmnModelInstanceAbstractBpmnModelElementBuilder. modelInstanceMethods in org.camunda.bpm.model.bpmn.builder that return BpmnModelInstance Modifier and Type Method Description BpmnModelInstanceAbstractBpmnModelElementBuilder. done()Finishes the process building. -
Uses of BpmnModelInstance in org.camunda.bpm.model.bpmn.impl
Classes in org.camunda.bpm.model.bpmn.impl that implement BpmnModelInstance Modifier and Type Class Description classBpmnModelInstanceImplThe Bpmn ModelMethods in org.camunda.bpm.model.bpmn.impl that return BpmnModelInstance Modifier and Type Method Description BpmnModelInstanceBpmnModelInstanceImpl. clone()
-