org.camunda.bpm.model.dmn.instance
Interface Clause

All Superinterfaces:
DmnElement, DmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Implementing Classes:
ClauseImpl

public interface Clause
extends DmnElement


Method Summary
 String getCamundaOutput()
           
 Collection<InputEntry> getInputEntries()
           
 InputExpression getInputExpression()
           
 ItemDefinition getOutputDefinition()
           
 Collection<OutputEntry> getOutputEntries()
           
 boolean isOrdered()
           
 void setCamundaOutput(String output)
           
 void setInputExpression(InputExpression inputExpression)
           
 void setOrdered(boolean isOrdered)
           
 void setOutputDefinition(ItemDefinition outputDefinition)
           
 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getId, getName, setDescription, setId, setName
 
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

isOrdered

boolean isOrdered()

setOrdered

void setOrdered(boolean isOrdered)

getInputExpression

InputExpression getInputExpression()

setInputExpression

void setInputExpression(InputExpression inputExpression)

getInputEntries

Collection<InputEntry> getInputEntries()

getOutputDefinition

ItemDefinition getOutputDefinition()

setOutputDefinition

void setOutputDefinition(ItemDefinition outputDefinition)

getOutputEntries

Collection<OutputEntry> getOutputEntries()

setCamundaOutput

void setCamundaOutput(String output)

getCamundaOutput

String getCamundaOutput()


Copyright © 2015 camunda services GmbH. All rights reserved.