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

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

public interface CaseFileItemDefinition
extends CmmnElement

Author:
Roman Smirnov

Method Summary
 String getDefinitionType()
           
 String getName()
           
 Collection<Property> getProperties()
           
 String getStructure()
           
 void setDefinitionType(String definitionType)
           
 void setName(String name)
           
 void setStructure(String structureRef)
           
 
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

getName

String getName()

setName

void setName(String name)

getDefinitionType

String getDefinitionType()

setDefinitionType

void setDefinitionType(String definitionType)

getStructure

String getStructure()

setStructure

void setStructure(String structureRef)

getProperties

Collection<Property> getProperties()


Copyright © 2015 camunda services GmbH. All rights reserved.