Uses of Class
org.flowable.cmmn.model.CaseTask
Packages that use CaseTask
Package
Description
-
Uses of CaseTask in org.flowable.cmmn.converter.export
Methods in org.flowable.cmmn.converter.export that return types with arguments of type CaseTaskMethods in org.flowable.cmmn.converter.export with parameters of type CaseTaskModifier and TypeMethodDescriptionprotected StringCaseTaskExport.getPlanItemDefinitionXmlElementValue(CaseTask caseTask) protected voidCaseTaskExport.writePlanItemDefinitionBody(CmmnModel model, CaseTask caseTask, XMLStreamWriter xtw) protected voidCaseTaskExport.writePlanItemDefinitionSpecificAttributes(CaseTask caseTask, XMLStreamWriter xtw) -
Uses of CaseTask in org.flowable.cmmn.engine.impl.behavior.impl
Fields in org.flowable.cmmn.engine.impl.behavior.impl declared as CaseTaskConstructors in org.flowable.cmmn.engine.impl.behavior.impl with parameters of type CaseTaskModifierConstructorDescriptionCaseTaskActivityBehavior(Expression caseRefExpression, CaseTask caseTask) -
Uses of CaseTask in org.flowable.cmmn.engine.impl.parser
Methods in org.flowable.cmmn.engine.impl.parser with parameters of type CaseTaskModifier and TypeMethodDescriptionCmmnActivityBehaviorFactory.createCaseTaskActivityBehavior(PlanItem planItem, CaseTask caseTask) DefaultCmmnActivityBehaviorFactory.createCaseTaskActivityBehavior(PlanItem planItem, CaseTask caseTask) -
Uses of CaseTask in org.flowable.cmmn.engine.impl.parser.handler
Methods in org.flowable.cmmn.engine.impl.parser.handler with parameters of type CaseTaskModifier and TypeMethodDescriptionprotected voidCaseTaskParseHandler.executePlanItemParse(CmmnParserImpl cmmnParser, CmmnParseResult cmmnParseResult, PlanItem planItem, CaseTask caseTask)