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
IWorkflowObjects that need to
know where their workflow directory is.-
Method Summary
Modifier and TypeMethodDescriptionGet the workflow directory.voidsetWorkflowDirectory(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.
-