Interface IDesignManualTask
- All Superinterfaces:
- IBaseDesignManualTask,- ICompilationSupport,- IDesignActionContainer,- IDesignElement,- IDesignTask,- ILocationSupport,- InputConnectionPoint,- IPropertiesSupport,- IProtocolSupport,- ISelectionSupport,- IWidget,- IWritable,- IXmlSerializable,- Serializable
Interface to describe a manual task within a diagram.
- Since:
- 2.0, 9/11/2010
- Version:
- 1.0
- Author:
- vlygeros
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSpecific event types.
- 
Method SummaryModifier and TypeMethodDescriptionlonggetDelay()get delay (in secondes) realize the taskget Action when delay expiredget memorized operator roleget operator roleGet the warning frequencybooleanget allow abort taskbooleanget delegation on the taskbooleanget allow reminder on taskbooleanget the warning delayvoidsetAbortAllowed(boolean abortAllowed) * set allow abort taskvoidsetDelay(long delay) set delay (in secondes) realize the taskvoidsetDelayAction(IDesignAction delayAction) set Action when delay expiredvoidsetDelegationAllowed(boolean delegationAllowed) set delegation on the taskvoidsetMemorizeFulfillerInRole(IOperatorRole operatorRole) set memorized operator rolevoidsetOperatorRole(IOperatorRole operatorRole) set operator rolevoidsetReminderAllowed(boolean reminderAllowed) set allow reminder on taskvoidsetSendWarningFrequency(String sendWarningFrequency) Set the warning frequencyvoidsetSendWarningWhenDelay(boolean sendWarningWhenDelay) set (active) the warning delayMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ICompilationSupportbeforeCompile, beforeMerge, compile, generateName, mergeMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignActionContainercreateDesignAction, detachDesignAction, getDesignActionsMethods 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.IDesignTaskgetComment, setCommentMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ILocationSupportgetDimension, getPoint, setDimension, setPointMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.InputConnectionPointdisconnectInputs, getInputsMethods 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.IWidgetaddActionListener, addChangeListener, afterInit, getCtrlTemplate, getCtrlTemplateWriter, getParam, getParentBlock, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getSysname, hasActionListeners, hasChangeListeners, isHidden, refresh, refreshWidgets, removeActionListener, removeActionListeners, removeChangeListener, removeChangeListeners, render, renderMobile, setHidden, setParentBlock, setSysnameMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IXmlSerializableload, save
- 
Method Details- 
isSendWarningWhenDelayboolean isSendWarningWhenDelay()get the warning delay- Returns:
- 
invalid referenceboolean
 
- 
setSendWarningWhenDelayvoid setSendWarningWhenDelay(boolean sendWarningWhenDelay) set (active) the warning delay- Parameters:
- sendWarningWhenDelay-
 
- 
getSendWarningFrequencyString getSendWarningFrequency()Get the warning frequency- Returns:
- 
invalid referenceboolean
 
- 
setSendWarningFrequencySet the warning frequency- Parameters:
- sendWarningFrequency- the frequency to send a warning mail
 
- 
getDelaylong getDelay()get delay (in secondes) realize the task- Returns:
- 
invalid referencelong
 
- 
setDelayvoid setDelay(long delay) set delay (in secondes) realize the task- Parameters:
- delay-
 
- 
isAbortAllowedboolean isAbortAllowed()get allow abort task- Returns:
- 
invalid referenceboolean
 
- 
setAbortAllowedvoid setAbortAllowed(boolean abortAllowed) * set allow abort task- Parameters:
- abortAllowed-
 
- 
isReminderAllowedboolean isReminderAllowed()get allow reminder on task- Returns:
- 
invalid referenceboolean
 
- 
setReminderAllowedvoid setReminderAllowed(boolean reminderAllowed) set allow reminder on task- Parameters:
- reminderAllowed-
 
- 
isDelegationAllowedboolean isDelegationAllowed()get delegation on the task- Returns:
- 
invalid referenceboolean
 
- 
setDelegationAllowedvoid setDelegationAllowed(boolean delegationAllowed) set delegation on the task- Parameters:
- delegationAllowed-
 
- 
getDelayActionIDesignAction getDelayAction()get Action when delay expired- Returns:
- IDesignAction
 
- 
setDelayActionset Action when delay expired- Parameters:
- delayAction-
 
- 
getOperatorRoleIOperatorRole getOperatorRole()get operator role- Returns:
- IOperatorRole
 
- 
setOperatorRoleset operator role- Parameters:
- operatorRole-
 
- 
getMemorizeFulfillerInRoleIOperatorRole getMemorizeFulfillerInRole()get memorized operator role- Returns:
- IOperatorRole
 
- 
setMemorizeFulfillerInRoleset memorized operator role- Parameters:
- operatorRole-
 
 
-