public class Criterion extends CaseElement implements HasAssociations
| Modifier and Type | Field and Description |
|---|---|
protected String |
attachedToRefId |
static String |
EXIT_EVENT_TYPE_COMPLETE |
static String |
EXIT_EVENT_TYPE_EXIT |
static String |
EXIT_EVENT_TYPE_FORCE_COMPLETE |
static String |
EXIT_TYPE_ACTIVE_AND_ENABLED_INSTANCES |
static String |
EXIT_TYPE_ACTIVE_INSTANCES |
static String |
EXIT_TYPE_DEFAULT |
protected String |
exitEventType
The exit event type is only available (used) on an exit sentry attached to a case plan model or a stage and represents which event will be triggered
when exiting the stage or case plan model.
|
protected String |
exitType
The exit type is only available (used) on an exit sentry attached to a plan item and represents on how it affects its plan item instances when triggered.
|
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() |
String |
getExitEventType() |
String |
getExitType() |
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 |
setExitEventType(String exitEventType) |
void |
setExitType(String exitType) |
void |
setIncomingAssociations(List<Association> incomingAssociations) |
void |
setOutgoingAssociations(List<Association> outgoingAssociations) |
void |
setSentry(Sentry sentry) |
void |
setSentryRef(String sentryRef) |
void |
setTechnicalId(String technicalId) |
String |
toString() |
getName, getParent, getParentStage, setName, setParentgetDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberpublic static final String EXIT_TYPE_DEFAULT
public static final String EXIT_TYPE_ACTIVE_INSTANCES
public static final String EXIT_TYPE_ACTIVE_AND_ENABLED_INSTANCES
public static final String EXIT_EVENT_TYPE_EXIT
public static final String EXIT_EVENT_TYPE_COMPLETE
public static final String EXIT_EVENT_TYPE_FORCE_COMPLETE
protected String technicalId
protected String sentryRef
protected Sentry sentry
protected String attachedToRefId
protected boolean isEntryCriterion
protected boolean isExitCriterion
protected String exitType
protected String exitEventType
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 String getExitType()
public void setExitType(String exitType)
public String getExitEventType()
public void setExitEventType(String exitEventType)
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 © 2021 Flowable. All rights reserved.