org.camunda.bpm.engine.impl.cmmn.model
Class CmmnSentryDeclaration
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
- All Implemented Interfaces:
- Serializable
public class CmmnSentryDeclaration
- extends Object
- implements Serializable
- Author:
- Roman Smirnov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLAN_ITEM_ON_PART
public static final String PLAN_ITEM_ON_PART
- See Also:
- Constant Field Values
IF_PART
public static final String IF_PART
- See Also:
- Constant Field Values
id
protected String id
onPartMap
protected Map<String,List<CmmnOnPartDeclaration>> onPartMap
onParts
protected List<CmmnOnPartDeclaration> onParts
ifPart
protected CmmnIfPartDeclaration ifPart
CmmnSentryDeclaration
public CmmnSentryDeclaration(String id)
getId
public String getId()
setId
public void setId(String id)
getOnParts
public List<CmmnOnPartDeclaration> getOnParts()
getOnParts
public List<CmmnOnPartDeclaration> getOnParts(String sourceId)
addOnPart
public void addOnPart(CmmnOnPartDeclaration onPart)
getIfPart
public CmmnIfPartDeclaration getIfPart()
setIfPart
public void setIfPart(CmmnIfPartDeclaration ifPart)
Copyright © 2016 camunda services GmbH. All rights reserved.