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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSpecific event types.
- 
Method SummaryModifier 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.IDesignElementallowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verifyMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IPropertiesSupportgetDescription, getLabel, getName, setDescription, setLabel, setNameMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURIMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ISelectionSupportdeselect, isSelected, selectMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidgetafterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysnameMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IXmlSerializableload, saveMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.OutputConnectionPointconnect, disconnect, disconnectOutputs, getOutputs, getOutputTasks, isConnected
- 
Method Details- 
hasInterruptionboolean hasInterruption()* get has interruption on action task- Returns:
- boolean
 
- 
isNeedValidationboolean isNeedValidation()get need validation on action task- Returns:
- boolean
 
- 
setInterruptionvoid setInterruption(boolean interruption) set has interruption on action task- Parameters:
- interruption-
 
- 
setNeedValidationvoid setNeedValidation(boolean needValidation) Set need validation on action task- Parameters:
- needValidation-
 
- 
setCommentset comment on task- Parameters:
- coment-
 
- 
getCommentString getComment()get comment on task- Returns:
- String
 
 
-