Interface OutputConnectionPoint
- All Superinterfaces:
- IDesignElement,- IProtocolSupport,- IWidget,- IWritable,- IXmlSerializable,- Serializable
- All Known Subinterfaces:
- IDesignAbortTask,- IDesignAction,- IDesignAndJoin,- IDesignConnectorTreatmentTask,- IDesignFieldTreatmentTask,- IDesignParallel,- IDesignRoleTreatmentTask,- IDesignScriptTreatmentTask,- IDesignStartTask,- IDesignStateTreatmentTask,- IDesignTreatmentGroupTask,- IDesignTreatmentTask
Interface to allow connections to other object.
- Since:
- 1.0, 18/10/2010
- Author:
- vlygeros
- 
Method SummaryModifier and TypeMethodDescriptionconnect(InputConnectionPoint inputConnectionPoint) Connects to an input connection point.booleandisconnect(InputConnectionPoint inputConnectionPoint) Disconnects from an input connection point.voidReset all output connections.Gets the output objects.Gets the output tasks.booleanisConnected(InputConnectionPoint inputConnectionPoint) Checks if the connection exists.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- 
connectConnects to an input connection point.- Parameters:
- inputConnectionPoint- The input connection point to connect to.
- Returns:
- the link between the current object and inputConnectionPoint.
 
- 
disconnectDisconnects from an input connection point.- Parameters:
- inputConnectionPoint- The input connection point to disconnect from.
- Returns:
- true if the link has been found or false.
 
- 
isConnectedChecks if the connection exists.- Parameters:
- inputConnectionPoint- The input connection point to check from.
- Returns:
- true if the connection exists, false otherwize.
 
- 
getOutputsList<IDesignLink> getOutputs()Gets the output objects.- Returns:
- A ListofIDesignLinkobjects.
 
- 
disconnectOutputsvoid disconnectOutputs()Reset all output connections.
- 
getOutputTasksList<IDesignTask> getOutputTasks()Gets the output tasks.- Returns:
- A ListofIDesignTaskobjects.
 
 
-