public class ProcessFlowSettings
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ProcessFlowSettings.AskForAlias
Open dialog box for alias input when a task is added to a process flow.
|
static class |
ProcessFlowSettings.ElseAction
Default Else action of tasks in a ProcessFlow.
|
static class |
ProcessFlowSettings.ExternalTaskStatus
Status for external tasks.
|
Modifier and Type | Method and Description |
---|---|
ProcessFlowSettings.AskForAlias |
getAskForAlias()
Returns if the dialog "Add task" should be displayed when you add ProcessFlow tasks using the drag and drop function.
|
ProcessFlowSettings.ElseAction |
getElseAction()
Returns the default else action when tasks are added to a Process Flow.
|
UC4ObjectName |
getElseExecute()
Returns the default name of the UC4 Object which should be executed as ELSE action when a task are added to a Process Flow.
|
ProcessFlowSettings.ExternalTaskStatus |
getStatusForExternalTasks()
Returns the default status for external tasks in a ProcessFlow.
|
TaskState |
getStatusForInternalTasks()
Returns the default status for tasks in a ProcessFlow.
|
boolean |
isTooltipCalendar()
Returns
true if the calendar information sould be shown in the tooltip of a task in a Process Flow. |
boolean |
isTooltipCheckpoint()
Returns
true if the checkpoint information sould be shown in the tooltip of a task in a Process Flow. |
boolean |
isTooltipConditions()
Returns
true if the conditions information sould be shown in the tooltip of a task in a Process Flow. |
boolean |
isTooltipDependencies()
Returns
true if the dependency information sould be shown in the tooltip of a task in a Process Flow. |
boolean |
isTooltipEarliest()
Returns
true if the earliest information sould be shown in the tooltip of a task in a Process Flow. |
boolean |
isTooltipExternalDependency()
Returns
true if the external dependencies sould be shown in the tooltip of a task in a Process Flow. |
boolean |
isTooltipGeneral()
"General" has the effect that the tooltip displays an additional area that includes the most important
information such as object type, host name and the short forms of specified properties.
|
boolean |
isTooltipRuntime()
Returns
true if the runtime information sould be shown in the tooltip of a task in a Process Flow. |
boolean |
isTooltipThumbnail()
Thumbnail has the effect that the box for the ProcessFlow task is shown in tooltip if a particular zoom level has been reached.
|
void |
setAskForAlias(ProcessFlowSettings.AskForAlias askForAlias)
Determines whether the dialog "Add task" should be displayed when you add ProcessFlow tasks using the drag and drop function, and when.
|
void |
setElseAction(ProcessFlowSettings.ElseAction elseAction)
Sets the default else action when tasks are added to a Process Flow.
|
void |
setElseExecute(UC4ObjectName elseExecute)
Sets the default name of the UC4 Object which should be executed as ELSE action when a task are added to a Process Flow.
|
void |
setStatusForExternalTasks(ProcessFlowSettings.ExternalTaskStatus statusForExternalTasks)
Sets the default status for external tasks in a ProcessFlow.
|
void |
setStatusForInternalTasks(TaskState statusForInternalTasks)
Sets the default status for tasks in a ProcessFlow.
|
void |
setTooltipCalendar(boolean tooltipCalendar)
Defines if calendar information sould be shown in the tooltip of a task in a Process Flow.
|
void |
setTooltipCheckpoint(boolean tooltipCheckpoint)
Defines if checkpoint information sould be shown in the tooltip of a task in a Process Flow.
|
void |
setTooltipConditions(boolean tooltipConditions)
Defines if condition information sould be shown in the tooltip of a task in a Process Flow.
|
void |
setTooltipDependencies(boolean tooltipDependencies)
Defines if dependency information sould be shown in the tooltip of a task in a Process Flow.
|
void |
setTooltipEarliest(boolean tooltipEarliest)
Defines if earliest information sould be shown in the tooltip of a task in a Process Flow.
|
void |
setTooltipExternalDependency(boolean tooltipExternalDependency)
Defines if external dependencies sould be shown in the tooltip of a task in a Process Flow.
|
void |
setTooltipGeneral(boolean tooltipGeneral)
"General" has the effect that the tooltip displays an additional area that includes the most important
information such as object type, host name and the short forms of specified properties.
|
void |
setTooltipRuntime(boolean tooltipRuntime)
Defines if runtime information sould be shown in the tooltip of a task in a Process Flow.
|
void |
setTooltipThumbnail(boolean tooltipThumbnail)
Thumbnail has the effect that the box for the ProcessFlow task is shown in tooltip if a particular zoom level has been reached.
|
public TaskState getStatusForInternalTasks()
null
if not setpublic void setStatusForInternalTasks(TaskState statusForInternalTasks)
statusForInternalTasks
- Default statuspublic ProcessFlowSettings.ExternalTaskStatus getStatusForExternalTasks()
public void setStatusForExternalTasks(ProcessFlowSettings.ExternalTaskStatus statusForExternalTasks)
statusForExternalTasks
- Default status or null
if no status should be setpublic ProcessFlowSettings.AskForAlias getAskForAlias()
Possible return values are:
public void setAskForAlias(ProcessFlowSettings.AskForAlias askForAlias)
askForAlias
- Open dialog box for alias inputpublic ProcessFlowSettings.ElseAction getElseAction()
public void setElseAction(ProcessFlowSettings.ElseAction elseAction)
elseAction
- Default else actionpublic UC4ObjectName getElseExecute()
public void setElseExecute(UC4ObjectName elseExecute)
elseExecute
- Name of the UC4 Objectpublic boolean isTooltipThumbnail()
public void setTooltipThumbnail(boolean tooltipThumbnail)
tooltipThumbnail
- Set thumbnail optionpublic boolean isTooltipGeneral()
public void setTooltipGeneral(boolean tooltipGeneral)
tooltipGeneral
- Set TooltipGeneral optionpublic boolean isTooltipExternalDependency()
true
if the external dependencies sould be shown in the tooltip of a task in a Process Flow.public void setTooltipExternalDependency(boolean tooltipExternalDependency)
tooltipExternalDependency
- Show external dependenciespublic boolean isTooltipCheckpoint()
true
if the checkpoint information sould be shown in the tooltip of a task in a Process Flow.public void setTooltipCheckpoint(boolean tooltipCheckpoint)
tooltipCheckpoint
- Show checkpoint informationpublic boolean isTooltipEarliest()
true
if the earliest information sould be shown in the tooltip of a task in a Process Flow.public void setTooltipEarliest(boolean tooltipEarliest)
tooltipEarliest
- Show earliest informationpublic boolean isTooltipDependencies()
true
if the dependency information sould be shown in the tooltip of a task in a Process Flow.public void setTooltipDependencies(boolean tooltipDependencies)
tooltipDependencies
- Show dependency informationpublic boolean isTooltipCalendar()
true
if the calendar information sould be shown in the tooltip of a task in a Process Flow.public void setTooltipCalendar(boolean tooltipCalendar)
tooltipCalendar
- Show calendar informationpublic boolean isTooltipRuntime()
true
if the runtime information sould be shown in the tooltip of a task in a Process Flow.public void setTooltipRuntime(boolean tooltipRuntime)
tooltipRuntime
- Show runtime informationpublic boolean isTooltipConditions()
true
if the conditions information sould be shown in the tooltip of a task in a Process Flow.public void setTooltipConditions(boolean tooltipConditions)
tooltipConditions
- Show condition information