public interface IDesignAction extends IDesignElement, OutputConnectionPoint, ISelectionSupport, IPropertiesSupport
IManualTask
object.Modifier and Type | Interface and Description |
---|---|
static interface |
IDesignAction.SupportedEventTypes
Specific event types.
|
Modifier and Type | Method and Description |
---|---|
String |
getComment()
get comment on task
|
boolean |
hasInterruption()
* get has interruption on action task
|
boolean |
isNeedValidation()
get need validation on action task
|
void |
setComment(String coment)
set comment on task
|
void |
setInterruption(boolean interruption)
set has interruption on action task
|
void |
setNeedValidation(boolean needValidation)
Set need validation on action task
|
connect, disconnect, disconnectOutputs, getOutputs, getOutputTasks, isConnected
getProtocolURI, getProtocolURI
deselect, isSelected, select
allowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verify
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysname
load, save
getDescription, getLabel, getName, setDescription, setLabel, setName
boolean hasInterruption()
boolean isNeedValidation()
void setInterruption(boolean interruption)
interruption
- void setNeedValidation(boolean needValidation)
needValidation
- void setComment(String coment)
coment
- Copyright © 2022 Visiativ. All rights reserved.