Interface IDesignAction
- All Superinterfaces:
IDesignElement
,IPropertiesSupport
,IProtocolSupport
,ISelectionSupport
,IWidget
,IWritable
,IXmlSerializable
,OutputConnectionPoint
,Serializable
public interface IDesignAction
extends IDesignElement, OutputConnectionPoint, ISelectionSupport, IPropertiesSupport
Interface to describe an action within a
object.
invalid reference
IManualTask
- Since:
- 2.0, 9/11/2010
- Version:
- 1.0
- Author:
- vlygeros
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Specific event types. -
Method Summary
Modifier and TypeMethodDescriptionget comment on taskboolean
* get has interruption on action taskboolean
get need validation on action taskvoid
setComment
(String coment) set comment on taskvoid
setInterruption
(boolean interruption) set has interruption on action taskvoid
setNeedValidation
(boolean needValidation) Set need validation on action taskMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignElement
allowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verify
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IPropertiesSupport
getDescription, getLabel, getName, setDescription, setLabel, setName
Methods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ISelectionSupport
deselect, isSelected, select
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidget
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysname
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IXmlSerializable
load, save
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.OutputConnectionPoint
connect, disconnect, disconnectOutputs, getOutputs, getOutputTasks, isConnected
-
Method Details
-
hasInterruption
boolean hasInterruption()* get has interruption on action task- Returns:
- boolean
-
isNeedValidation
boolean isNeedValidation()get need validation on action task- Returns:
- boolean
-
setInterruption
void setInterruption(boolean interruption) set has interruption on action task- Parameters:
interruption
-
-
setNeedValidation
void setNeedValidation(boolean needValidation) Set need validation on action task- Parameters:
needValidation
-
-
setComment
set comment on task- Parameters:
coment
-
-
getComment
String getComment()get comment on task- Returns:
String
-