Uses of Class
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
-
Packages that use ModelElementInstanceImpl Package Description org.camunda.bpm.model.xml.impl.type.reference org.camunda.bpm.model.xml.type.reference -
-
Uses of ModelElementInstanceImpl in org.camunda.bpm.model.xml.impl.type.reference
Methods in org.camunda.bpm.model.xml.impl.type.reference with parameters of type ModelElementInstanceImpl Modifier and Type Method Description voidElementReferenceImpl. clearReferenceTargetElement(ModelElementInstanceImpl referenceSourceParentElement)TargetElementReferenceImpl. getReferenceTargetElement(ModelElementInstanceImpl referenceSourceParentElement)Collection<Target>ElementReferenceCollectionImpl. getReferenceTargetElements(ModelElementInstanceImpl referenceSourceParentElement)protected Collection<DomElement>ElementReferenceCollectionImpl. getView(ModelElementInstanceImpl referenceSourceParentElement)protected Collection<DomElement>IdsElementReferenceCollectionImpl. getView(ModelElementInstanceImpl referenceSourceParentElement)protected voidElementReferenceCollectionImpl. performAddOperation(ModelElementInstanceImpl referenceSourceParentElement, Target referenceTargetElement)protected voidElementReferenceCollectionImpl. performClearOperation(ModelElementInstanceImpl referenceSourceParentElement, Collection<DomElement> elementsToRemove)protected voidElementReferenceCollectionImpl. performRemoveOperation(ModelElementInstanceImpl referenceSourceParentElement, Object referenceTargetElement)voidElementReferenceImpl. setReferenceTargetElement(ModelElementInstanceImpl referenceSourceParentElement, Target referenceTargetElement) -
Uses of ModelElementInstanceImpl in org.camunda.bpm.model.xml.type.reference
Methods in org.camunda.bpm.model.xml.type.reference with parameters of type ModelElementInstanceImpl Modifier and Type Method Description voidElementReference. clearReferenceTargetElement(ModelElementInstanceImpl referenceSourceParentElement)TargetElementReference. getReferenceTargetElement(ModelElementInstanceImpl referenceSourceParentElement)Collection<Target>ElementReferenceCollection. getReferenceTargetElements(ModelElementInstanceImpl referenceSourceElement)voidElementReference. setReferenceTargetElement(ModelElementInstanceImpl referenceSourceParentElement, Target referenceTargetElement)
-