IUserInvocationTriggerBuilder | 
IUserInvocationTriggerBuilder.accessType(EUserInvocationAccessType accessType) | 
 Sets the access type of the trigger. 
 | 
IUserInvocationTriggerBuilder | 
IUserInvocationTriggerBuilder.displayName(Locale locale,
           String displayName) | 
 Sets the display name of the trigger in a specific locale. 
 | 
IUserInvocationTriggerBuilder | 
IUserInvocationTriggerBuilder.userGroup(BenutzerGruppe userGroup) | 
 Adds a user group to the list of groups that is allowed to initiate the trigger. 
 | 
default IUserInvocationTriggerBuilder | 
IUserInvocationTriggerBuilder.userGroups(BenutzerGruppe... userGroups) | 
 Adds user groups to the list of groups that is allowed to initiate the trigger. 
 | 
default IUserInvocationTriggerBuilder | 
IUserInvocationTriggerBuilder.userGroups(Iterable<BenutzerGruppe> userGroups) | 
 Adds user groups to the list of groups that is allowed to initiate the trigger. 
 | 
static IUserInvocationTriggerBuilder | 
WorkflowTriggerFactory.userInvocation() | 
 | 
static IUserInvocationTriggerBuilder | 
WorkflowTriggerPropsFactory.userInvocation() | 
 | 
IUserInvocationTriggerBuilder | 
IUserInvocationTriggerBuilder.workflowState(WorkflowState state) | 
 Adds a workflow state to the list of state a form record must have for the trigger to be initiated. 
 | 
default IUserInvocationTriggerBuilder | 
IUserInvocationTriggerBuilder.workflowStates(WorkflowState... states) | 
 Adds workflow states to the list of state a form record must have for the trigger to be initiated. 
 | 
default IUserInvocationTriggerBuilder | 
IUserInvocationTriggerBuilder.workflowStates(Iterable<WorkflowState> states) | 
 Adds workflow states to the list of state a form record must have for the trigger to be initiated. 
 |