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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSpecific event types. -
Method Summary
Modifier and TypeMethodDescriptionget comment on taskboolean* get has interruption on action taskbooleanget need validation on action taskvoidsetComment(String coment) set comment on taskvoidsetInterruption(boolean interruption) set has interruption on action taskvoidsetNeedValidation(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, verifyMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IPropertiesSupport
getDescription, getLabel, getName, setDescription, setLabel, setNameMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURIMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ISelectionSupport
deselect, isSelected, selectMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidget
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysnameMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IXmlSerializable
load, saveMethods 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
-