Uses of Interface
org.camunda.bpm.model.cmmn.instance.CmmnElement
-
Packages that use CmmnElement Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of CmmnElement in org.camunda.bpm.model.cmmn.impl.instance
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type CmmnElement Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CmmnElement>AssociationImpl. sourceRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CmmnElement>AssociationImpl. targetRefAttributeMethods in org.camunda.bpm.model.cmmn.impl.instance that return CmmnElement Modifier and Type Method Description CmmnElementAssociationImpl. getSource()CmmnElementAssociationImpl. getTarget()Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type CmmnElement Modifier and Type Method Description protected StringCmmnAttributeElementReferenceCollection. getTargetElementIdentifier(CmmnElement referenceTargetElement)voidAssociationImpl. setSource(CmmnElement source)voidAssociationImpl. setTarget(CmmnElement target) -
Uses of CmmnElement in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return CmmnElement Modifier and Type Method Description CmmnElementAssociation. getSource()CmmnElementAssociation. getTarget()Methods in org.camunda.bpm.model.cmmn.instance with parameters of type CmmnElement Modifier and Type Method Description voidAssociation. setSource(CmmnElement cmmnElement)voidAssociation. setTarget(CmmnElement cmmnElement)
-