public class OrganizationUnitImpl extends BusinessContextElementImpl implements OrganizationUnit
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Decision,DecisionMadeReference> |
decisionDecisionMadeRefCollection |
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Decision,DecisionOwnedReference> |
decisionDecisionOwnedRefCollection |
uriAttributenameAttributedescriptionChild, extensionElementsChild, idAttribute, labelAttribute| Constructor and Description |
|---|
OrganizationUnitImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Decision> |
getDecisionsMade() |
Collection<Decision> |
getDecisionsOwned() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
getUri, setUrigetName, setNamegetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetUri, setUrigetName, setNamegetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Decision,DecisionMadeReference> decisionDecisionMadeRefCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Decision,DecisionOwnedReference> decisionDecisionOwnedRefCollection
public OrganizationUnitImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public Collection<Decision> getDecisionsMade()
getDecisionsMade in interface OrganizationUnitpublic Collection<Decision> getDecisionsOwned()
getDecisionsOwned in interface OrganizationUnitpublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2018 camunda services GmbH. All rights reserved.