Klasse MsTeamsCreateMeetingWorkflowAction

Alle implementierten Schnittstellen:
IActivatableWorkflowObject, ILogLevelAware, INamedWorkflowObject, INeedWorkflow, INeedWorkflowDirectory, IWorkflowAction, IWorkflowObject, Serializable

public final class MsTeamsCreateMeetingWorkflowAction extends AbstractImpersonateWorkflowAction
Siehe auch:
  • Konstruktordetails

    • MsTeamsCreateMeetingWorkflowAction

      public MsTeamsCreateMeetingWorkflowAction(String p_strGuid)
  • Methodendetails

    • getWorkflowDirectory

      public Path getWorkflowDirectory()
      Beschreibung aus Schnittstelle kopiert: INeedWorkflowDirectory
      Get the workflow directory.
      Gibt zurück:
      The workflow directory.
    • setWorkflowDirectory

      public void setWorkflowDirectory(Path p_dir)
      Beschreibung aus Schnittstelle kopiert: INeedWorkflowDirectory
      Set the workflow directory.
      Parameter:
      p_dir - The workflow directory.
    • getSubjectData

      public de.uplanet.lucy.server.msteams.workflow.action.DataCfg getSubjectData()
      Get the subject data configuration.
      Gibt zurück:
      The subject data configuration.
    • setSubjectData

      public void setSubjectData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg)
      Set the subject data configuration.
      Parameter:
      p_dataCfg - The subject data configuration.
    • getBodyData

      public de.uplanet.lucy.server.msteams.workflow.action.DataCfg getBodyData()
      Get the body data configuration.
      Gibt zurück:
      The body data configuration.
    • setBodyData

      public void setBodyData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg)
      Set the body data configuration.
      Parameter:
      p_dataCfg - The body data configuration.
    • setTextBodyType

      public void setTextBodyType(boolean p_bIsTextBodyType)
    • isTextBodyType

      public boolean isTextBodyType()
    • getStartDateTimeData

      public de.uplanet.lucy.server.msteams.workflow.action.DataCfg getStartDateTimeData()
      Get the startDateTime data configuration.
      Gibt zurück:
      The startDateTime data configuration.
    • setStartDateTimeData

      public void setStartDateTimeData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg)
      Set the startDateTime data configuration.
      Parameter:
      p_dataCfg - The startDateTime data configuration.
    • getStartTimeZoneData

      public de.uplanet.lucy.server.msteams.workflow.action.DataCfg getStartTimeZoneData()
      Get the StartDateTimeZone data configuration.
      Gibt zurück:
      The StartDateTimeZone data configuration.
    • setStartTimeZoneData

      public void setStartTimeZoneData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg)
      Set the StartDateTimeZone data configuration.
      Parameter:
      p_dataCfg - The StartDateTime data configuration.
    • getEndDateTimeData

      public de.uplanet.lucy.server.msteams.workflow.action.DataCfg getEndDateTimeData()
      Get the endDateTime data configuration.
      Gibt zurück:
      The endDateTime data configuration.
    • setEndDateTimeData

      public void setEndDateTimeData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg)
      Set the endDateTime data configuration.
      Parameter:
      p_dataCfg - The endDateTime data configuration.
    • getEndTimeZoneData

      public de.uplanet.lucy.server.msteams.workflow.action.DataCfg getEndTimeZoneData()
      Get the endDateTimeZone data configuration.
      Gibt zurück:
      The endDateTimeZone data configuration.
    • setEndTimeZoneData

      public void setEndTimeZoneData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg)
      Set the endDateTimeZone data configuration.
      Parameter:
      p_dataCfg - The endDateTime data configuration.
    • getLocationData

      public de.uplanet.lucy.server.msteams.workflow.action.DataCfg getLocationData()
      Get the location data configuration.
      Gibt zurück:
      The location data configuration.
    • setLocationData

      public void setLocationData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg)
      Set the location data configuration.
      Parameter:
      p_dataCfg - The location data configuration.
    • isUseTransactedSession

      public boolean isUseTransactedSession()
      Determine if this action uses transacted Websocket sessions.

      Default is true.

      Gibt zurück:
      true if this action uses transacted Websocket sessions, or false otherwise.
    • setUseTransactedSession

      public void setUseTransactedSession(boolean p_useTransactedSession)
      Determine if this action uses transacted Websocket sessions.

      Default is true.

      Parameter:
      p_useTransactedSession - true if this action should use transacted Websocket sessions, or false otherwise.
    • getAttendees

      Get the meeting attendees.
      Gibt zurück:
      The meeting attendees.
    • setAttendees

      public void setAttendees(MsTeamsCreateMeetingWorkflowAction.AttendeesCfg p_recipients)
      Set the Attendees.
      Parameter:
      p_recipients - The attendees.
    • setUserGuid

      public void setUserGuid(String p_userGuid)
    • getUserGuid

      public String getUserGuid()
    • setAuthConfigName

      public void setAuthConfigName(String p_strAuthConfigName)
    • getAuthConfigName

      public String getAuthConfigName()
    • setDuration

      public void setDuration(javax.cache.expiry.Duration p_duration)
    • getDuration

      public javax.cache.expiry.Duration getDuration()
    • setOnlineMeeting

      public void setOnlineMeeting(boolean p_bIsOnlineMeeting)
    • isOnlineMeeting

      public boolean isOnlineMeeting()
    • setAttendeeType

      public void setAttendeeType(String p_strAttendeeType)
    • getAttendeeType

      public String getAttendeeType()
    • setAuthType

      public void setAuthType(String p_strAuthType)
    • getAuthType

      public String getAuthType()
    • isLogVerbose

      public boolean isLogVerbose()
      Beschreibung aus Schnittstelle kopiert: ILogLevelAware
      This flag determines if verbose logging is turned on or off.
      Angegeben von:
      isLogVerbose in Schnittstelle ILogLevelAware
      Gibt zurück:
      true if logging is verbose, or false otherwise.
    • setLogVerbose

      public void setLogVerbose(boolean p_bLogVerbose)
      Beschreibung aus Schnittstelle kopiert: ILogLevelAware
      This flag determines if verbose logging is turned on or off.
      Angegeben von:
      setLogVerbose in Schnittstelle ILogLevelAware
      Parameter:
      p_bLogVerbose - true if logging should be verbose, or false otherwise.
    • process

      public WorkflowTransition process(IWorkflowEvent p_evt, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext p_wfCtx, de.uplanet.lucy.server.IProcessingContext p_ctx) throws Exception
      Beschreibung aus Schnittstelle kopiert: IWorkflowAction
      Process a workflow event in the given context.

      Normally, a workflow action should return its efferent transition, regardless whether it is active, or not.

      Angegeben von:
      process in Schnittstelle IWorkflowAction
      Setzt außer Kraft:
      process in Klasse AbstractImpersonateWorkflowAction
      Parameter:
      p_evt - The event to be processed.
      p_wfCtx - The workflow processing context.
      p_ctx - The processing context.
      Gibt zurück:
      The efferent transition, or null.
      Löst aus:
      Exception - If an error occurred.