org.camunda.bpm.engine.impl.cmmn.model
Class CmmnSentryDeclaration

java.lang.Object
  extended by 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

Field Summary
protected  String id
           
static String IF_PART
           
protected  CmmnIfPartDeclaration ifPart
           
protected  Map<String,List<CmmnOnPartDeclaration>> onPartMap
           
protected  List<CmmnOnPartDeclaration> onParts
           
static String PLAN_ITEM_ON_PART
           
 
Constructor Summary
CmmnSentryDeclaration(String id)
           
 
Method Summary
 void addOnPart(CmmnOnPartDeclaration onPart)
           
 String getId()
           
 CmmnIfPartDeclaration getIfPart()
           
 List<CmmnOnPartDeclaration> getOnParts()
           
 List<CmmnOnPartDeclaration> getOnParts(String sourceId)
           
 void setId(String id)
           
 void setIfPart(CmmnIfPartDeclaration ifPart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CmmnSentryDeclaration

public CmmnSentryDeclaration(String id)
Method Detail

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 © 2015 camunda services GmbH. All rights reserved.