Interface IDesignWorkflow
- All Superinterfaces:
ICompilationSupport,IDesignContainer,IDesignElement,IPropertiesSupport,ISelectionSupport,IWidget,IWritable,IXmlSerializable,Serializable
public interface IDesignWorkflow
extends IDesignElement, IDesignContainer, IPropertiesSupport, ICompilationSupport, ISelectionSupport
Interface to describe a workflow object.
- Since:
- 2.0, 9/11/2010
- Version:
- 1.0
- Author:
- vlygeros
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacespecific setting workspace designerstatic interfaceSpecific event types. -
Field Summary
Fields inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignContainer
MAX_SIZE, TOP_AND_LEFT_MARGIN -
Method Summary
Modifier and TypeMethodDescriptionCreates a design abort task.Creates a design and join object.Creates a annotation.Creates an application design manual task.Creates a design embedded workflow task.Creates a design end task.Creates a design manual task.Creates a design parallel object.Creates a design start task.Creates a design test.Creates a design treatment group task.get comment on workflowGets the associated workflow.voidsetComment(String coment) set comment on workflowMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ICompilationSupport
beforeCompile, beforeMerge, compile, generateName, mergeMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignContainer
addChild, getChild, getChildren, getCounterManager, getId, getPrintHeader, getSelectionManager, getUniqueName, isDirty, isHelpMode, isModified, isMultipleSelectionMode, isPrintMode, load, setCurrentLeftTab, setDirty, setHelpMode, setModified, setMultipleSelectionMode, setPrintModeMethods 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.interfaces.ui.designer.ISelectionSupport
deselect, isSelected, selectMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidget
addActionListener, 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.IXmlSerializable
load, save
-
Method Details
-
createDesignStartTask
IDesignStartTask createDesignStartTask()Creates a design start task.- Returns:
- A
IDesignStartTaskobject.
-
createDesignManualTask
IDesignManualTask createDesignManualTask()Creates a design manual task.- Returns:
- A
IDesignManualTaskobject.
-
createDesignApplicationManualTask
IDesignApplicationManualTask createDesignApplicationManualTask()Creates an application design manual task.- Returns:
- A
IDesignApplicationManualTaskobject.
-
createDesignTreatmentGroupTask
IDesignTreatmentGroupTask createDesignTreatmentGroupTask()Creates a design treatment group task.- Returns:
- A
IDesignTreatmentGroupTaskobject.
-
createDesignEmbeddedWorkflowTask
IDesignEmbeddedWorkflowTask createDesignEmbeddedWorkflowTask()Creates a design embedded workflow task.- Returns:
- A
IDesignEmbeddedWorkflowTaskobject.
-
createDesignEndTask
IDesignEndTask createDesignEndTask()Creates a design end task.- Returns:
- A
IDesignEndTaskobject.
-
createDesignAnnotation
IDesignAnnotation createDesignAnnotation()Creates a annotation.- Returns:
- a
IDesignAnnotationobject.
-
createDesignAbortTask
IDesignAbortTask createDesignAbortTask()Creates a design abort task.- Returns:
- A
IDesignAbortTaskobject.
-
createDesignTest
IDesignTest createDesignTest()Creates a design test.- Returns:
- A
IDesignTestobject.
-
createDesignParallel
IDesignParallel createDesignParallel()Creates a design parallel object.- Returns:
- A
IDesignParallelobject.
-
createDesignAndJoin
IDesignAndJoin createDesignAndJoin()Creates a design and join object.- Returns:
- A
IDesignAndJoinobject.
-
getWorkflow
IWorkflow getWorkflow()Gets the associated workflow.- Returns:
- a
IWorkflowobject.
-
setComment
set comment on workflow- Parameters:
coment-
-
getComment
String getComment()get comment on workflow- Returns:
String
-