org.camunda.bpm.model.cmmn.instance
Interface DiscretionaryItem

All Superinterfaces:
CmmnElement, CmmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance, TableItem
All Known Implementing Classes:
DiscretionaryItemImpl

public interface DiscretionaryItem
extends TableItem

Author:
Roman Smirnov

Method Summary
 PlanItemDefinition getDefinition()
           
 ItemControl getItemControl()
           
 void setDefinition(PlanItemDefinition definition)
           
 void setItemControl(ItemControl itemControl)
           
 
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.TableItem
getApplicabilityRule, getAuthorizedRoles
 
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
 

Method Detail

getDefinition

PlanItemDefinition getDefinition()

setDefinition

void setDefinition(PlanItemDefinition definition)

getItemControl

ItemControl getItemControl()

setItemControl

void setItemControl(ItemControl itemControl)


Copyright © 2015 camunda services GmbH. All rights reserved.