Uses of Class
de.xima.fc.workflow.event.UserInvocationEventDataBuilder
-
Packages that use UserInvocationEventDataBuilder Package Description de.xima.fc.workflow.event -
-
Uses of UserInvocationEventDataBuilder in de.xima.fc.workflow.event
Methods in de.xima.fc.workflow.event that return UserInvocationEventDataBuilder Modifier and Type Method Description protected UserInvocationEventDataBuilder
UserInvocationEventDataBuilder. getThis()
UserInvocationEventDataBuilder
UserInvocationEventDataBuilder. skipUserGroupRestriction(boolean skipUserGroupRestriction)
Whether to skip the user group restriction.UserInvocationEventDataBuilder
UserInvocationEventDataBuilder. skipWorkflowStateRestriction(boolean skipWorkflowStateRestriction)
Whether to skip the workflow state restriction.static UserInvocationEventDataBuilder
WorkflowEventDataFactory. userInvocation(Vorgang formRecord, WorkflowTrigger trigger)
Creates a new builder for a specific user trigger event, i.e.
-