Uses of Interface
de.xima.fc.workflow.processor.factory.IUserInvocationTriggerBuilder
Packages that use IUserInvocationTriggerBuilder
-
Uses of IUserInvocationTriggerBuilder in de.xima.fc.workflow.processor.factory
Subinterfaces with type arguments of type IUserInvocationTriggerBuilder in de.xima.fc.workflow.processor.factoryModifier and TypeInterfaceDescriptioninterfaceA builder for a new event of typeEWorkflowTriggerType.FC_USER_INVOCATIONthat occurs when a portal user initiates it.Methods in de.xima.fc.workflow.processor.factory that return IUserInvocationTriggerBuilderModifier and TypeMethodDescriptionIUserInvocationTriggerBuilder.accessType(EUserInvocationAccessType accessType) Sets the access type of the trigger.IUserInvocationTriggerBuilder.displayName(Locale locale, String displayName) Sets the display name of the trigger in a specific locale.IUserInvocationTriggerBuilder.userGroup(BenutzerGruppe userGroup) Adds a user group to the list of groups that is allowed to initiate the trigger.default IUserInvocationTriggerBuilderIUserInvocationTriggerBuilder.userGroups(BenutzerGruppe... userGroups) Adds user groups to the list of groups that is allowed to initiate the trigger.default IUserInvocationTriggerBuilderIUserInvocationTriggerBuilder.userGroups(Iterable<BenutzerGruppe> userGroups) Adds user groups to the list of groups that is allowed to initiate the trigger.WorkflowTriggerFactory.userInvocation()Creates a builder for a new event of typeEWorkflowTriggerType.FC_USER_INVOCATIONthat occurs when a portal user initiates it.WorkflowTriggerPropsFactory.userInvocation()Creates a builder for a new event of typeEWorkflowTriggerType.FC_USER_INVOCATIONthat occurs when a portal user initiates it.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 IUserInvocationTriggerBuilderIUserInvocationTriggerBuilder.workflowStates(WorkflowState... states) Adds workflow states to the list of state a form record must have for the trigger to be initiated.default IUserInvocationTriggerBuilderIUserInvocationTriggerBuilder.workflowStates(Iterable<WorkflowState> states) Adds workflow states to the list of state a form record must have for the trigger to be initiated.