public class Criterion extends CaseElement implements HasAssociations
| Modifier and Type | Field and Description |
|---|---|
protected String |
attachedToRefId |
protected List<Association> |
incomingAssociations |
protected boolean |
isEntryCriterion |
protected boolean |
isExitCriterion |
protected List<Association> |
outgoingAssociations |
protected Sentry |
sentry |
protected String |
sentryRef |
protected String |
technicalId |
name, parentdocumentation, documentationTextFormatattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
Criterion() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIncomingAssociation(Association association) |
void |
addOutgoingAssociation(Association association) |
String |
getAttachedToRefId() |
List<Association> |
getIncomingAssociations() |
List<Association> |
getOutgoingAssociations() |
Sentry |
getSentry() |
String |
getSentryRef() |
String |
getTechnicalId() |
boolean |
isEntryCriterion() |
boolean |
isExitCriterion() |
void |
setAttachedToRefId(String attachedToRefId) |
void |
setEntryCriterion(boolean isEntryCriterion) |
void |
setExitCriterion(boolean isExitCriterion) |
void |
setIncomingAssociations(List<Association> incomingAssociations) |
void |
setOutgoingAssociations(List<Association> outgoingAssociations) |
void |
setSentry(Sentry sentry) |
void |
setSentryRef(String sentryRef) |
void |
setTechnicalId(String technicalId) |
getName, getParent, getParentStage, setName, setParentgetDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String technicalId
protected String sentryRef
protected Sentry sentry
protected String attachedToRefId
protected boolean isEntryCriterion
protected boolean isExitCriterion
protected List<Association> incomingAssociations
protected List<Association> outgoingAssociations
public String getTechnicalId()
public void setTechnicalId(String technicalId)
public String getSentryRef()
public void setSentryRef(String sentryRef)
public Sentry getSentry()
public void setSentry(Sentry sentry)
public String getAttachedToRefId()
public void setAttachedToRefId(String attachedToRefId)
public boolean isEntryCriterion()
public void setEntryCriterion(boolean isEntryCriterion)
public boolean isExitCriterion()
public void setExitCriterion(boolean isExitCriterion)
public void addIncomingAssociation(Association association)
addIncomingAssociation in interface HasAssociationspublic List<Association> getIncomingAssociations()
getIncomingAssociations in interface HasAssociationspublic void setIncomingAssociations(List<Association> incomingAssociations)
setIncomingAssociations in interface HasAssociationspublic void addOutgoingAssociation(Association association)
addOutgoingAssociation in interface HasAssociationspublic List<Association> getOutgoingAssociations()
getOutgoingAssociations in interface HasAssociationspublic void setOutgoingAssociations(List<Association> outgoingAssociations)
setOutgoingAssociations in interface HasAssociationsCopyright © 2019 Flowable. All rights reserved.