Uses of Interface
org.camunda.bpm.model.cmmn.instance.IfPart
-
Packages that use IfPart Package Description org.camunda.bpm.engine.impl.cmmn.handler org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of IfPart in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type IfPart Modifier and Type Method Description protected void
SentryHandler. initializeIfPart(IfPart ifPart, CmmnSentryDeclaration sentryDeclaration, CmmnHandlerContext context)
-
Uses of IfPart in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement IfPart Modifier and Type Class Description class
IfPartImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type IfPart Modifier and Type Field Description protected static ChildElement<IfPart>
SentryImpl. ifPartChild
Methods in org.camunda.bpm.model.cmmn.impl.instance that return IfPart Modifier and Type Method Description IfPart
SentryImpl. getIfPart()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type IfPart Modifier and Type Method Description void
SentryImpl. setIfPart(IfPart ifPart)
-
Uses of IfPart in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return IfPart Modifier and Type Method Description IfPart
Sentry. getIfPart()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type IfPart Modifier and Type Method Description void
Sentry. setIfPart(IfPart ifPart)
-