Class 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
- All Implemented Interfaces:
IActivatableWorkflowObject,ILogLevelAware,INamedWorkflowObject,INeedWorkflow,INeedWorkflowDirectory,IWorkflowAction,IWorkflowObject,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Field Summary
Fields inherited from interface de.uplanet.lucy.server.workflow.IWorkflowObject
GUID_COMPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet 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 arg0, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext arg1, de.uplanet.lucy.server.IProcessingContext arg2) 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 arg0) 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.Methods inherited from class de.uplanet.lucy.server.workflow.action.AbstractImpersonateWorkflowAction
getImpersonateUserGuid, hasImpersonateUserGuid, isRunWithLocalSystemPrivileges, setImpersonateUserGuid, setRunWithLocalSystemPrivilegesMethods inherited from class de.uplanet.lucy.server.workflow.action.AbstractWorkflowAction
getAfferentTransition, getEfferentTransition, getGuid, getName, getWorkflow, isActive, setActive, setAfferentTransition, setEfferentTransition, setName, setWorkflow, toString
-
Constructor Details
-
MsTeamsCreateMeetingWorkflowAction
-
-
Method Details
-
getWorkflowDirectory
Description copied from interface:INeedWorkflowDirectoryGet the workflow directory.- Returns:
- The workflow directory.
-
setWorkflowDirectory
Description copied from interface:INeedWorkflowDirectorySet the workflow directory.- Parameters:
p_dir- The workflow directory.
-
getSubjectData
public de.uplanet.lucy.server.msteams.workflow.action.DataCfg getSubjectData()Get the subject data configuration.- Returns:
- The subject data configuration.
-
setSubjectData
public void setSubjectData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg) Set the subject data configuration.- Parameters:
p_dataCfg- The subject data configuration.
-
getBodyData
public de.uplanet.lucy.server.msteams.workflow.action.DataCfg getBodyData()Get the body data configuration.- Returns:
- The body data configuration.
-
setBodyData
public void setBodyData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg) Set the body data configuration.- Parameters:
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.- Returns:
- The startDateTime data configuration.
-
setStartDateTimeData
public void setStartDateTimeData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg) Set the startDateTime data configuration.- Parameters:
p_dataCfg- The startDateTime data configuration.
-
getStartTimeZoneData
public de.uplanet.lucy.server.msteams.workflow.action.DataCfg getStartTimeZoneData()Get the StartDateTimeZone data configuration.- Returns:
- The StartDateTimeZone data configuration.
-
setStartTimeZoneData
public void setStartTimeZoneData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg) Set the StartDateTimeZone data configuration.- Parameters:
p_dataCfg- The StartDateTime data configuration.
-
getEndDateTimeData
public de.uplanet.lucy.server.msteams.workflow.action.DataCfg getEndDateTimeData()Get the endDateTime data configuration.- Returns:
- The endDateTime data configuration.
-
setEndDateTimeData
public void setEndDateTimeData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg) Set the endDateTime data configuration.- Parameters:
p_dataCfg- The endDateTime data configuration.
-
getEndTimeZoneData
public de.uplanet.lucy.server.msteams.workflow.action.DataCfg getEndTimeZoneData()Get the endDateTimeZone data configuration.- Returns:
- The endDateTimeZone data configuration.
-
setEndTimeZoneData
public void setEndTimeZoneData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg) Set the endDateTimeZone data configuration.- Parameters:
p_dataCfg- The endDateTime data configuration.
-
getLocationData
public de.uplanet.lucy.server.msteams.workflow.action.DataCfg getLocationData()Get the location data configuration.- Returns:
- The location data configuration.
-
setLocationData
public void setLocationData(de.uplanet.lucy.server.msteams.workflow.action.DataCfg p_dataCfg) Set the location data configuration.- Parameters:
p_dataCfg- The location data configuration.
-
isUseTransactedSession
public boolean isUseTransactedSession()Determine if this action uses transacted Websocket sessions.Default is
true.- Returns:
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.- Parameters:
p_useTransactedSession-trueif this action should use transacted Websocket sessions, orfalseotherwise.
-
getAttendees
Get the meeting attendees.- Returns:
- The meeting attendees.
-
setAttendees
Set the Attendees.- Parameters:
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()Description copied from interface:ILogLevelAwareThis flag determines if verbose logging is turned on or off.- Specified by:
isLogVerbosein interfaceILogLevelAware- Returns:
trueif logging is verbose, orfalseotherwise.
-
setLogVerbose
public void setLogVerbose(boolean arg0) Description copied from interface:ILogLevelAwareThis flag determines if verbose logging is turned on or off.- Specified by:
setLogVerbosein interfaceILogLevelAware- Parameters:
arg0-trueif logging should be verbose, orfalseotherwise.
-
process
public WorkflowTransition process(IWorkflowEvent arg0, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext arg1, de.uplanet.lucy.server.IProcessingContext arg2) throws Exception Description copied from interface:IWorkflowActionProcess a workflow event in the given context.Normally, a workflow action should return its efferent transition, regardless whether it is
active, or not.- Specified by:
processin interfaceIWorkflowAction- Overrides:
processin classAbstractImpersonateWorkflowAction- Parameters:
arg0- The event to be processed.arg1- The workflow processing context.arg2- The processing context.- Returns:
- The efferent transition, or
null. - Throws:
Exception- If an error occurred.
-