Uses of Class
org.flowable.cmmn.model.HumanTask
Packages that use HumanTask
Package
Description
-
Uses of HumanTask in org.flowable.cmmn.converter.export
Methods in org.flowable.cmmn.converter.export that return types with arguments of type HumanTaskMethods in org.flowable.cmmn.converter.export with parameters of type HumanTaskModifier and TypeMethodDescriptionprotected String
HumanTaskExport.getPlanItemDefinitionXmlElementValue
(HumanTask planItemDefinition) protected boolean
HumanTaskExport.writePlanItemDefinitionExtensionElements
(CmmnModel model, HumanTask humanTask, boolean didWriteExtensionElement, XMLStreamWriter xtw) protected void
HumanTaskExport.writePlanItemDefinitionSpecificAttributes
(HumanTask humanTask, XMLStreamWriter xtw) -
Uses of HumanTask in org.flowable.cmmn.engine.impl.behavior.impl
Fields in org.flowable.cmmn.engine.impl.behavior.impl declared as HumanTaskConstructors in org.flowable.cmmn.engine.impl.behavior.impl with parameters of type HumanTask -
Uses of HumanTask in org.flowable.cmmn.engine.impl.listener
Methods in org.flowable.cmmn.engine.impl.listener with parameters of type HumanTaskModifier and TypeMethodDescriptionvoid
CmmnListenerNotificationHelper.executeTaskListeners
(HumanTask humanTask, TaskEntity taskEntity, String eventType) -
Uses of HumanTask in org.flowable.cmmn.engine.impl.parser
Methods in org.flowable.cmmn.engine.impl.parser with parameters of type HumanTaskModifier and TypeMethodDescriptionCmmnActivityBehaviorFactory.createHumanTaskActivityBehavior
(PlanItem planItem, HumanTask humanTask) DefaultCmmnActivityBehaviorFactory.createHumanTaskActivityBehavior
(PlanItem planItem, HumanTask humanTask) -
Uses of HumanTask in org.flowable.cmmn.engine.impl.parser.handler
Methods in org.flowable.cmmn.engine.impl.parser.handler with parameters of type HumanTaskModifier and TypeMethodDescriptionprotected void
HumanTaskParseHandler.executePlanItemParse
(CmmnParserImpl cmmnParser, CmmnParseResult cmmnParseResult, PlanItem planItem, HumanTask humanTask) -
Uses of HumanTask in org.flowable.cmmn.engine.interceptor
Fields in org.flowable.cmmn.engine.interceptor declared as HumanTaskModifier and TypeFieldDescriptionprotected HumanTask
CreateHumanTaskAfterContext.humanTask
protected HumanTask
CreateHumanTaskBeforeContext.humanTask
Methods in org.flowable.cmmn.engine.interceptor that return HumanTaskModifier and TypeMethodDescriptionCreateHumanTaskAfterContext.getHumanTask()
CreateHumanTaskBeforeContext.getHumanTask()
Methods in org.flowable.cmmn.engine.interceptor with parameters of type HumanTaskModifier and TypeMethodDescriptionvoid
CreateHumanTaskAfterContext.setHumanTask
(HumanTask humanTask) void
CreateHumanTaskBeforeContext.setHumanTask
(HumanTask humanTask) Constructors in org.flowable.cmmn.engine.interceptor with parameters of type HumanTaskModifierConstructorDescriptionCreateHumanTaskAfterContext
(HumanTask humanTask, TaskEntity taskEntity, PlanItemInstanceEntity planItemInstanceEntity) CreateHumanTaskBeforeContext
(HumanTask humanTask, PlanItemInstanceEntity planItemInstanceEntity, String name, String description, String dueDate, String priority, String category, String formKey, String assignee, String owner, List<String> candidateUsers, List<String> candidateGroups) -
Uses of HumanTask in org.flowable.cmmn.model
Methods in org.flowable.cmmn.model that return HumanTaskMethods in org.flowable.cmmn.model with parameters of type HumanTask