Uses of Class
org.flowable.cmmn.model.BaseElement
-
-
Uses of BaseElement in org.flowable.cmmn.model
Subclasses of BaseElement in org.flowable.cmmn.model Modifier and Type Class Description classAbstractFlowableHttpHandlerclassAssociationclassCaseclassCaseElementclassCasePageTaskclassCaseTaskclassChildTaskclassCmmnDiEdgeclassCmmnDiShapeclassCmmnElementclassCompletionNeutralRuleclassCriterionclassDecisionclassDecisionTaskclassEventListenerclassExtensionElementclassExternalWorkerServiceTaskclassFieldExtensionclassFlowableHttpRequestHandlerclassFlowableHttpResponseHandlerclassFlowableListenerclassGenericEventListenerclassGraphicInfoclassHttpServiceTaskclassHumanTaskclassIOParameterclassManualActivationRuleclassMilestoneclassParentCompletionRuleclassPlanFragmentEven though plan fragments don't have a runtime behavior, they still need to be stored in theCmmnModel, as they are needed when exporting the XML.classPlanItemclassPlanItemControlclassPlanItemDefinitionclassPlanItemRuleclassProcessclassProcessTaskclassReactivateEventListenerThe reactivation listener is a very specific user event listener available on a historic case instance in order to reactivate it again.classReactivationRuleThe reactivation rule describes how a plan item is reactivated during phase two of case reactivation.classRepetitionRuleclassRequiredRuleclassScriptInfoContains relevant information for script evaluation.classScriptServiceTaskclassSendEventServiceTaskclassSentryclassSentryIfPartclassSentryOnPartclassServiceTaskclassSignalEventListenerclassStageclassTaskclassTaskWithFieldExtensionsclassTextAnnotationclassTimerEventListenerclassUserEventListenerclassVariableEventListenerFields in org.flowable.cmmn.model declared as BaseElement Modifier and Type Field Description protected BaseElementGraphicInfo. elementprotected BaseElementAssociation. sourceElementprotected BaseElementAssociation. targetElementMethods in org.flowable.cmmn.model that return BaseElement Modifier and Type Method Description BaseElementGraphicInfo. getElement()BaseElementAssociation. getSourceElement()BaseElementAssociation. getTargetElement()Methods in org.flowable.cmmn.model with parameters of type BaseElement Modifier and Type Method Description voidGraphicInfo. setElement(BaseElement element)voidAssociation. setSourceElement(BaseElement sourceElement)voidAssociation. setTargetElement(BaseElement targetElement)voidBaseElement. setValues(BaseElement otherElement)
-