Package de.uplanet.lucy.server.workflow
Interface INeedWorkflowDirectory
- All Known Implementing Classes:
AbstractTextFeedWorkflowAction
,GroovyScriptWorkflowAction
,GroovyScriptWorkflowCondition
,GroovyScriptWorkflowEventHandler
,GroupTextFeedWorkflowAction
,MsTeamsCreateGroupWorkflowAction
,MsTeamsCreateMeetingWorkflowAction
,MsTeamsCreateTeamWorkflowAction
,MsTeamsMessageWorkflowAction
,PushNotificationWorkflowAction
,SendMailWorkflowAction
,SystemMessageWorkflowAction
,TextFeedWorkflowAction
,VelocityWorkflowAction
,WebSocketWorkflowAction
public interface INeedWorkflowDirectory
This interface should be implemented by
IWorkflowObject
s that need to
know where their workflow directory is.-
Method Summary
Modifier and TypeMethodDescriptionGet the workflow directory.void
setWorkflowDirectory
(Path p_dir) Set the workflow directory.
-
Method Details
-
getWorkflowDirectory
Path getWorkflowDirectory()Get the workflow directory.- Returns:
- The workflow directory.
-
setWorkflowDirectory
Set the workflow directory.- Parameters:
p_dir
- The workflow directory.
-