Uses of Interface
org.camunda.bpm.model.cmmn.instance.OnPart
-
Packages that use OnPart Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of OnPart in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement OnPart Modifier and Type Class Description class
CaseFileItemOnPartImpl
class
OnPartImpl
class
PlanItemOnPartImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type OnPart Modifier and Type Field Description protected static ChildElementCollection<OnPart>
SentryImpl. onPartCollection
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type OnPart Modifier and Type Method Description Collection<OnPart>
SentryImpl. getOnParts()
-
Uses of OnPart in org.camunda.bpm.model.cmmn.instance
Subinterfaces of OnPart in org.camunda.bpm.model.cmmn.instance Modifier and Type Interface Description interface
CaseFileItemOnPart
interface
PlanItemOnPart
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type OnPart Modifier and Type Method Description Collection<OnPart>
Sentry. getOnParts()
-