org.camunda.bpm.model.cmmn.impl.instance
Class TableItemImpl

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
      extended by org.camunda.bpm.model.cmmn.impl.instance.CmmnModelElementInstanceImpl
          extended by org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
              extended by org.camunda.bpm.model.cmmn.impl.instance.TableItemImpl
All Implemented Interfaces:
CmmnElement, CmmnModelElementInstance, TableItem, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
DiscretionaryItemImpl, PlanningTableImpl

public abstract class TableItemImpl
extends CmmnElementImpl
implements TableItem

Author:
Roman Smirnov

Field Summary
protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<ApplicabilityRule> applicabilityRuleRefCollection
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Role> authorizedRoleRefCollection
           
 
Fields inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
descriptionAttribute, extensionElementsChild, idAttribute
 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
 
Constructor Summary
TableItemImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
           
 
Method Summary
 Collection<ApplicabilityRule> getApplicabilityRule()
           
 Collection<Role> getAuthorizedRoles()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 
Methods inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
 
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.cmmn.instance.CmmnElement
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
 
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

applicabilityRuleRefCollection

protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<ApplicabilityRule> applicabilityRuleRefCollection

authorizedRoleRefCollection

protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Role> authorizedRoleRefCollection
Constructor Detail

TableItemImpl

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

getApplicabilityRule

public Collection<ApplicabilityRule> getApplicabilityRule()
Specified by:
getApplicabilityRule in interface TableItem

getAuthorizedRoles

public Collection<Role> getAuthorizedRoles()
Specified by:
getAuthorizedRoles in interface TableItem

registerType

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


Copyright © 2015 camunda services GmbH. All rights reserved.