Uses of Enum Class
de.uplanet.lucy.workflow.ON_ERROR_MODE
Packages that use ON_ERROR_MODE
Package
Description
-
Uses of ON_ERROR_MODE in de.uplanet.lucy.server.msteams.workflow.action
Methods in de.uplanet.lucy.server.msteams.workflow.action that return ON_ERROR_MODEModifier and TypeMethodDescriptionMsTeamsCreateGroupWorkflowAction.MembersCfg.getOnErrorMode()
This property determines if an exception should be thrown if the mail has no members.MsTeamsCreateMeetingWorkflowAction.AttendeesCfg.getOnErrorMode()
This property determines if an exception should be thrown if the mail has no recipients.MsTeamsCreateTeamWorkflowAction.MembersCfg.getOnErrorMode()
This property determines if an exception should be thrown if the mail has no members.MsTeamsMessageWorkflowAction.RecipientsCfg.getOnErrorMode()
This property determines if an exception should be thrown if the mail has no recipients.Methods in de.uplanet.lucy.server.msteams.workflow.action with parameters of type ON_ERROR_MODEModifier and TypeMethodDescriptionvoid
MsTeamsCreateGroupWorkflowAction.MembersCfg.setOnErrorMode
(ON_ERROR_MODE p_onErrorMode) This property determines if an exception should be thrown if the mail has no members.void
MsTeamsCreateMeetingWorkflowAction.AttendeesCfg.setOnErrorMode
(ON_ERROR_MODE p_onErrorMode) This property determines if an exception should be thrown if the mail has no recipients.void
MsTeamsCreateTeamWorkflowAction.MembersCfg.setOnErrorMode
(ON_ERROR_MODE p_onErrorMode) This property determines if an exception should be thrown if the mail has no members.void
MsTeamsMessageWorkflowAction.RecipientsCfg.setOnErrorMode
(ON_ERROR_MODE p_onErrorMode) This property determines if an exception should be thrown if the mail has no recipients. -
Uses of ON_ERROR_MODE in de.uplanet.lucy.server.websocket.workflow.action
Methods in de.uplanet.lucy.server.websocket.workflow.action that return ON_ERROR_MODEMethods in de.uplanet.lucy.server.websocket.workflow.action with parameters of type ON_ERROR_MODEModifier and TypeMethodDescriptionvoid
WebSocketWorkflowAction.DataCfg.setOnErrorMode
(ON_ERROR_MODE p_onErrorMode) -
Uses of ON_ERROR_MODE in de.uplanet.lucy.server.workflow.action
Methods in de.uplanet.lucy.server.workflow.action that return ON_ERROR_MODEModifier and TypeMethodDescriptionSendMailWorkflowAction.getNoRecipientErrorMode()
This property determines if an exception should be thrown if the mail has no recipients.Methods in de.uplanet.lucy.server.workflow.action with parameters of type ON_ERROR_MODEModifier and TypeMethodDescriptionvoid
SendMailWorkflowAction.setNoRecipientErrorMode
(ON_ERROR_MODE p_onErrorMode) This property determines if an exception should be thrown if the mail has no recipients. -
Uses of ON_ERROR_MODE in de.uplanet.lucy.server.workflow.action.rest
Methods in de.uplanet.lucy.server.workflow.action.rest that return ON_ERROR_MODEMethods in de.uplanet.lucy.server.workflow.action.rest with parameters of type ON_ERROR_MODEModifier and TypeMethodDescriptionvoid
RestCallWorkflowAction.setOnErrorMode
(ON_ERROR_MODE p_onErrorMode) -
Uses of ON_ERROR_MODE in de.uplanet.lucy.workflow
Methods in de.uplanet.lucy.workflow that return ON_ERROR_MODEModifier and TypeMethodDescriptionstatic ON_ERROR_MODE
Returns the enum constant of this class with the specified name.static ON_ERROR_MODE[]
ON_ERROR_MODE.values()
Returns an array containing the constants of this enum class, in the order they are declared.