Uses of Class
de.xima.fc.workflow.event.UserInvocationEventDataBuilder
Packages that use UserInvocationEventDataBuilder
-
Uses of UserInvocationEventDataBuilder in de.xima.fc.workflow.event
Subclasses with type arguments of type UserInvocationEventDataBuilder in de.xima.fc.workflow.eventModifier and TypeClassDescriptionfinal classBuilder for the event data for running a specific trigger, specified by its ID.Methods in de.xima.fc.workflow.event that return UserInvocationEventDataBuilderModifier and TypeMethodDescriptionprotected UserInvocationEventDataBuilderUserInvocationEventDataBuilder.getThis()UserInvocationEventDataBuilder.skipUserGroupRestriction(boolean skipUserGroupRestriction) Whether to skip the user group restriction.UserInvocationEventDataBuilder.skipWorkflowStateRestriction(boolean skipWorkflowStateRestriction) Whether to skip the workflow state restriction.UserInvocationEventDataBuilder.trigger(WorkflowTrigger trigger) Sets the triggerWorkflowEventDataFactory.userInvocation(Vorgang formRecord, WorkflowTrigger trigger) Creates a new builder for a specific user trigger event, i.e. an event that applies only to a certain user trigger.