Klasse MsTeamsCreateMeetingWorkflowAction
java.lang.Object
de.uplanet.lucy.server.workflow.action.AbstractWorkflowAction
de.uplanet.lucy.server.workflow.action.AbstractImpersonateWorkflowAction
de.uplanet.lucy.server.msteams.workflow.action.MsTeamsCreateMeetingWorkflowAction
- Alle implementierten Schnittstellen:
IActivatableWorkflowObject,ILogLevelAware,INamedWorkflowObject,INeedWorkflow,INeedWorkflowDirectory,IWorkflowAction,IWorkflowObject,Serializable
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic final class -
Feldübersicht
Von Schnittstelle geerbte Felder de.uplanet.lucy.server.workflow.IWorkflowObject
GUID_COMPARATOR -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet the meeting attendees.de.uplanet.lucy.server.msteams.workflow.action.DataCfgGet the body data configuration.javax.cache.expiry.Durationde.uplanet.lucy.server.msteams.workflow.action.DataCfgGet the endDateTime data configuration.de.uplanet.lucy.server.msteams.workflow.action.DataCfgGet the endDateTimeZone data configuration.de.uplanet.lucy.server.msteams.workflow.action.DataCfgGet the location data configuration.de.uplanet.lucy.server.msteams.workflow.action.DataCfgGet the startDateTime data configuration.de.uplanet.lucy.server.msteams.workflow.action.DataCfgGet the StartDateTimeZone data configuration.de.uplanet.lucy.server.msteams.workflow.action.DataCfgGet the subject data configuration.Get the workflow directory.booleanThis flag determines if verbose logging is turned on or off.booleanbooleanbooleanDetermine if this action uses transacted Websocket sessions.process(IWorkflowEvent p_evt, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext p_wfCtx, de.uplanet.lucy.server.IProcessingContext p_ctx) Process a workflow event in the given context.voidsetAttendees(MsTeamsCreateMeetingWorkflowAction.AttendeesCfg p_recipients) Set the Attendees.voidsetAttendeeType(String p_strAttendeeType) voidsetAuthConfigName(String p_strAuthConfigName) voidsetAuthType(String p_strAuthType) voidsetBodyData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg) Set the body data configuration.voidsetDuration(javax.cache.expiry.Duration p_duration) voidsetEndDateTimeData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg) Set the endDateTime data configuration.voidsetEndTimeZoneData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg) Set the endDateTimeZone data configuration.voidsetLocationData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg) Set the location data configuration.voidsetLogVerbose(boolean p_bLogVerbose) This flag determines if verbose logging is turned on or off.voidsetOnlineMeeting(boolean p_bIsOnlineMeeting) voidsetStartDateTimeData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg) Set the startDateTime data configuration.voidsetStartTimeZoneData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg) Set the StartDateTimeZone data configuration.voidsetSubjectData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg) Set the subject data configuration.voidsetTextBodyType(boolean p_bIsTextBodyType) voidsetUserGuid(String p_userGuid) voidsetUseTransactedSession(boolean p_useTransactedSession) Determine if this action uses transacted Websocket sessions.voidsetWorkflowDirectory(Path p_dir) Set the workflow directory.Von Klasse geerbte Methoden de.uplanet.lucy.server.workflow.action.AbstractImpersonateWorkflowAction
getImpersonateUserGuid, hasImpersonateUserGuid, isInheritLanguage, isInheritLocale, isRunWithLocalSystemPrivileges, setImpersonateUserGuid, setInheritLanguage, setInheritLocale, setRunWithLocalSystemPrivilegesVon Klasse geerbte Methoden de.uplanet.lucy.server.workflow.action.AbstractWorkflowAction
getAfferentTransition, getEfferentTransition, getGuid, getName, getWorkflow, isActive, setActive, setAfferentTransition, setEfferentTransition, setName, setWorkflow, toString
-
Konstruktordetails
-
MsTeamsCreateMeetingWorkflowAction
-
-
Methodendetails
-
getWorkflowDirectory
Beschreibung aus Schnittstelle kopiert:INeedWorkflowDirectoryGet the workflow directory.- Gibt zurück:
- The workflow directory.
-
setWorkflowDirectory
Beschreibung aus Schnittstelle kopiert:INeedWorkflowDirectorySet 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:
trueif this action uses transacted Websocket sessions, orfalseotherwise.
-
setUseTransactedSession
public void setUseTransactedSession(boolean p_useTransactedSession) Determine if this action uses transacted Websocket sessions.Default is
true.- Parameter:
p_useTransactedSession-trueif this action should use transacted Websocket sessions, orfalseotherwise.
-
getAttendees
Get the meeting attendees.- Gibt zurück:
- The meeting attendees.
-
setAttendees
Set the Attendees.- Parameter:
p_recipients- The attendees.
-
setUserGuid
-
getUserGuid
-
setAuthConfigName
-
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
-
getAttendeeType
-
setAuthType
-
getAuthType
-
isLogVerbose
public boolean isLogVerbose()Beschreibung aus Schnittstelle kopiert:ILogLevelAwareThis flag determines if verbose logging is turned on or off.- Angegeben von:
isLogVerbosein SchnittstelleILogLevelAware- Gibt zurück:
trueif logging is verbose, orfalseotherwise.
-
setLogVerbose
public void setLogVerbose(boolean p_bLogVerbose) Beschreibung aus Schnittstelle kopiert:ILogLevelAwareThis flag determines if verbose logging is turned on or off.- Angegeben von:
setLogVerbosein SchnittstelleILogLevelAware- Parameter:
p_bLogVerbose-trueif logging should be verbose, orfalseotherwise.
-
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:IWorkflowActionProcess 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:
processin SchnittstelleIWorkflowAction- Setzt außer Kraft:
processin KlasseAbstractImpersonateWorkflowAction- 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.
-