Interface InputConnectionPoint
- All Superinterfaces:
- IDesignElement,- IProtocolSupport,- IWidget,- IWritable,- IXmlSerializable,- Serializable
- All Known Subinterfaces:
- IBaseDesignManualTask,- IDesignAndJoin,- IDesignApplicationManualTask,- IDesignConnectorTreatmentTask,- IDesignEmbeddedWorkflowTask,- IDesignEndTask,- IDesignFieldTreatmentTask,- IDesignManualTask,- IDesignParallel,- IDesignRoleTreatmentTask,- IDesignScriptTreatmentTask,- IDesignStateTreatmentTask,- IDesignTest,- IDesignTreatmentGroupTask,- IDesignTreatmentTask
Interface to allow inputs.
- Since:
- 1.0, 18/10/2010
- Author:
- vlygeros
- 
Method SummaryModifier and TypeMethodDescriptionvoidReset all input connections.Gets all the input objects.Methods 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.supports.IProtocolSupportgetProtocolURI, getProtocolURIMethods 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- 
getInputsList<IDesignLink> getInputs()Gets all the input objects.- Returns:
- A ListofIDesignLinkobjects..
 
- 
disconnectInputsvoid disconnectInputs()Reset all input connections.
 
-