public class KnowledgeSourceImpl extends DrgElementImpl implements KnowledgeSource
| Modifier and Type | Field and Description |
|---|---|
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 |
nameAttributedescriptionChild, extensionElementsChild, idAttribute, labelAttribute| Constructor and Description |
|---|
KnowledgeSourceImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getName, 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, waitgetName, 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.attribute.Attribute<String> locationUriAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<AuthorityRequirement> authorityRequirementCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Type> typeChild
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<OrganizationUnit,OwnerReference> ownerRef
public KnowledgeSourceImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public String getLocationUri()
getLocationUri in interface KnowledgeSourcepublic void setLocationUri(String locationUri)
setLocationUri in interface KnowledgeSourcepublic Collection<AuthorityRequirement> getAuthorityRequirement()
getAuthorityRequirement in interface KnowledgeSourcepublic Type getType()
getType in interface KnowledgeSourcepublic void setType(Type type)
setType in interface KnowledgeSourcepublic OrganizationUnit getOwner()
getOwner in interface KnowledgeSourcepublic void setOwner(OrganizationUnit owner)
setOwner in interface KnowledgeSourcepublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2018 camunda services GmbH. All rights reserved.