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()
           
 PlanItemControl getItemControl()
           
 void setDefinition(PlanItemDefinition definition)
           
 void setItemControl(PlanItemControl 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

PlanItemControl getItemControl()

setItemControl

void setItemControl(PlanItemControl itemControl)


Copyright © 2014 camunda services GmbH. All rights reserved.