org.camunda.bpm.model.dmn.impl.instance
Class KnowledgeSourceImpl

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
      extended by org.camunda.bpm.model.dmn.impl.instance.DmnModelElementInstanceImpl
          extended by org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
              extended by org.camunda.bpm.model.dmn.impl.instance.NamedElementImpl
                  extended by org.camunda.bpm.model.dmn.impl.instance.DrgElementImpl
                      extended by org.camunda.bpm.model.dmn.impl.instance.KnowledgeSourceImpl
All Implemented Interfaces:
DmnElement, DmnModelElementInstance, DrgElement, KnowledgeSource, NamedElement, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class KnowledgeSourceImpl
extends DrgElementImpl
implements KnowledgeSource


Field Summary
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<AuthorityRequirement> authorityRequirementCollection
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> locationUriAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<OrganizationUnit,OwnerReference> ownerRef
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Type> typeChild
           
 
Fields inherited from class org.camunda.bpm.model.dmn.impl.instance.NamedElementImpl
nameAttribute
 
Fields inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
descriptionChild, extensionElementsChild, idAttribute, labelAttribute
 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
 
Constructor Summary
KnowledgeSourceImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
           
 
Method Summary
 Collection<AuthorityRequirement> getAuthorityRequirement()
           
 String getLocationUri()
           
 OrganizationUnit getOwner()
           
 Type getType()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setLocationUri(String locationUri)
           
 void setOwner(OrganizationUnit owner)
           
 void setType(Type type)
           
 
Methods inherited from class org.camunda.bpm.model.dmn.impl.instance.NamedElementImpl
getName, setName
 
Methods inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
 
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.NamedElement
getName, setName
 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

Field Detail

locationUriAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> locationUriAttribute

authorityRequirementCollection

protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<AuthorityRequirement> authorityRequirementCollection

typeChild

protected static org.camunda.bpm.model.xml.type.child.ChildElement<Type> typeChild

ownerRef

protected static org.camunda.bpm.model.xml.type.reference.ElementReference<OrganizationUnit,OwnerReference> ownerRef
Constructor Detail

KnowledgeSourceImpl

public KnowledgeSourceImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
Method Detail

getLocationUri

public String getLocationUri()
Specified by:
getLocationUri in interface KnowledgeSource

setLocationUri

public void setLocationUri(String locationUri)
Specified by:
setLocationUri in interface KnowledgeSource

getAuthorityRequirement

public Collection<AuthorityRequirement> getAuthorityRequirement()
Specified by:
getAuthorityRequirement in interface KnowledgeSource

getType

public Type getType()
Specified by:
getType in interface KnowledgeSource

setType

public void setType(Type type)
Specified by:
setType in interface KnowledgeSource

getOwner

public OrganizationUnit getOwner()
Specified by:
getOwner in interface KnowledgeSource

setOwner

public void setOwner(OrganizationUnit owner)
Specified by:
setOwner in interface KnowledgeSource

registerType

public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)


Copyright © 2017 camunda services GmbH. All rights reserved.