Uses of Class
org.activiti.bpmn.model.Import
-
Packages that use Import Package Description org.activiti.bpmn.model -
-
Uses of Import in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model with type parameters of type Import Modifier and Type Field Description protected java.util.List<Import>BpmnModel. importsMethods in org.activiti.bpmn.model that return Import Modifier and Type Method Description ImportImport. clone()Methods in org.activiti.bpmn.model that return types with arguments of type Import Modifier and Type Method Description java.util.List<Import>BpmnModel. getImports()Methods in org.activiti.bpmn.model with parameters of type Import Modifier and Type Method Description voidImport. setValues(Import otherElement)Method parameters in org.activiti.bpmn.model with type arguments of type Import Modifier and Type Method Description voidBpmnModel. setImports(java.util.List<Import> imports)
-