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 TypeMethodDescriptionvoid
Reset 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, verify
Methods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidget
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysname
Methods 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
List
ofIDesignLink
objects..
-
disconnectInputs
void disconnectInputs()Reset all input connections.
-