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 Summary
Modifier and TypeMethodDescriptionvoidReset all input connections.Gets all the input objects.Methods 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.supports.IProtocolSupport
getProtocolURI, getProtocolURIMethods 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, save
-
Method Details
-
getInputs
List<IDesignLink> getInputs()Gets all the input objects.- Returns:
- A
ListofIDesignLinkobjects..
-
disconnectInputs
void disconnectInputs()Reset all input connections.
-