Uses of Class
org.flowable.cmmn.model.HumanTask
Packages that use HumanTask
Package
Description
-
Uses of HumanTask in org.flowable.cmmn.converter.export
Subclasses with type arguments of type HumanTask in org.flowable.cmmn.converter.exportMethods 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 StringHumanTaskExport.getPlanItemDefinitionXmlElementValue(HumanTask planItemDefinition) protected booleanHumanTaskExport.writePlanItemDefinitionExtensionElements(CmmnModel model, HumanTask humanTask, boolean didWriteExtensionElement, XMLStreamWriter xtw) protected voidHumanTaskExport.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 TypeMethodDescriptionvoidCmmnListenerNotificationHelper.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
Subclasses with type arguments of type HumanTask in org.flowable.cmmn.engine.impl.parser.handlerMethods in org.flowable.cmmn.engine.impl.parser.handler with parameters of type HumanTaskModifier and TypeMethodDescriptionprotected voidHumanTaskParseHandler.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 HumanTaskCreateHumanTaskAfterContext.humanTaskprotected HumanTaskCreateHumanTaskBeforeContext.humanTaskMethods 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 TypeMethodDescriptionvoidCreateHumanTaskAfterContext.setHumanTask(HumanTask humanTask) voidCreateHumanTaskBeforeContext.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