Uses of Class
org.flowable.bpmn.model.UserTask
Packages that use UserTask
Package
Description
Helper classes for testing processes.
-
Uses of UserTask in org.flowable.bpmn.converter
Methods in org.flowable.bpmn.converter with parameters of type UserTaskModifier and TypeMethodDescriptionprotected void
UserTaskXMLConverter.writeCustomIdentities
(UserTask userTask, String identityType, Set<String> users, Set<String> groups, XMLStreamWriter xtw) -
Uses of UserTask in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return UserTaskMethods in org.flowable.bpmn.model with parameters of type UserTask -
Uses of UserTask in org.flowable.bpmn.model.alfresco
Subclasses of UserTask in org.flowable.bpmn.model.alfresco -
Uses of UserTask in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior declared as UserTaskMethods in org.flowable.engine.impl.bpmn.behavior with parameters of type UserTaskModifier and TypeMethodDescriptionprotected String
UserTaskActivityBehavior.getAssigneeValue
(UserTask userTask, MigrationContext migrationContext, com.fasterxml.jackson.databind.node.ObjectNode taskElementProperties) protected String
UserTaskActivityBehavior.getOwnerValue
(UserTask userTask, MigrationContext migrationContext, com.fasterxml.jackson.databind.node.ObjectNode taskElementProperties) Constructors in org.flowable.engine.impl.bpmn.behavior with parameters of type UserTask -
Uses of UserTask in org.flowable.engine.impl.bpmn.listener
Methods in org.flowable.engine.impl.bpmn.listener with parameters of type UserTaskModifier and TypeMethodDescriptionvoid
ListenerNotificationHelper.executeTaskListeners
(UserTask userTask, TaskEntity taskEntity, String eventType) -
Uses of UserTask in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type UserTaskModifier and TypeMethodDescriptionActivityBehaviorFactory.createUserTaskActivityBehavior
(UserTask userTask) DefaultActivityBehaviorFactory.createUserTaskActivityBehavior
(UserTask userTask) -
Uses of UserTask in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type UserTaskModifier and TypeMethodDescriptionprotected void
UserTaskParseHandler.executeParse
(BpmnParse bpmnParse, UserTask userTask) -
Uses of UserTask in org.flowable.engine.impl.dynamic
Methods in org.flowable.engine.impl.dynamic with parameters of type UserTaskModifier and TypeMethodDescriptionvoid
DynamicUserTaskCallback.handleCreatedDynamicUserTask
(UserTask userTask, SubProcess newSubProcess, FlowElementsContainer parentContainer, Process process) -
Uses of UserTask in org.flowable.engine.interceptor
Fields in org.flowable.engine.interceptor declared as UserTaskModifier and TypeFieldDescriptionprotected UserTask
CreateUserTaskAfterContext.userTask
protected UserTask
CreateUserTaskBeforeContext.userTask
Methods in org.flowable.engine.interceptor that return UserTaskModifier and TypeMethodDescriptionCreateUserTaskAfterContext.getUserTask()
CreateUserTaskBeforeContext.getUserTask()
Methods in org.flowable.engine.interceptor with parameters of type UserTaskModifier and TypeMethodDescriptionvoid
CreateUserTaskAfterContext.setUserTask
(UserTask userTask) void
CreateUserTaskBeforeContext.setUserTask
(UserTask userTask) Constructors in org.flowable.engine.interceptor with parameters of type UserTaskModifierConstructorDescriptionCreateUserTaskAfterContext
(UserTask userTask, TaskEntity taskEntity, DelegateExecution execution) CreateUserTaskBeforeContext
(UserTask userTask, DelegateExecution execution, String name, String description, String dueDate, String priority, String category, String formKey, String skipExpression, String assignee, String owner, List<String> candidateUsers, List<String> candidateGroups) -
Uses of UserTask in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type UserTaskModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createUserTaskActivityBehavior
(UserTask userTask)