|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.talend.designer.rowgenerator.shadow.LogRowNode
public class LogRowNode
qzhang class global comment. Detailled comment
$Id: LogRowNode.java,v 1.4 2007/02/02 07:59:31 pub Exp $
| Constructor Summary | |
|---|---|
LogRowNode(java.lang.String componentName,
IMetadataTable list)
qzhang LogRowNode constructor comment. |
|
| Method Summary | |
|---|---|
protected void |
addParameter(IElementParameter param)
|
IComponent |
getComponent()
|
java.lang.String |
getComponentName()
|
java.util.List<? extends IElementParameter> |
getElementParameters()
|
java.lang.String |
getGeneratedCode()
|
IConnection |
getInCnx()
|
java.util.List<? extends IConnection> |
getIncomingConnections()
Gives all incoming connections (only). |
org.eclipse.draw2d.geometry.Point |
getLocation()
Gets current node's position. |
java.util.List<IMetadataTable> |
getMetadataList()
Return list of Metadatas. |
IConnection |
getOutCnx()
|
java.util.List<? extends IConnection> |
getOutgoingConnections()
Gives all outgoing connections (only). |
java.lang.String |
getPluginFullName()
|
IProcess |
getProcess()
Getter for process. |
java.util.List<? extends INodeReturn> |
getReturns()
|
INode |
getSubProcessStartNode(boolean withConditions)
Will return the first item of the subprocess. |
java.lang.String |
getUniqueName()
Gives the unique name of the node. |
java.lang.Boolean |
hasConditionalOutputs()
|
boolean |
isActivate()
Return the activate status of this node. |
boolean |
isReadOnly()
|
boolean |
isStart()
Return the start status of this node. |
boolean |
isSubProcessStart()
Return true if the node is the start of a sub process. |
void |
metadataInputChanged(IODataComponent dataComponent,
java.lang.String connectionToApply)
|
void |
metadataOutputChanged(IODataComponent dataComponent,
java.lang.String connectionToApply)
|
void |
setComponent(IComponent component)
|
void |
setElementParameters(java.util.List<? extends IElementParameter> elementsParameters)
|
void |
setInCnx(IConnection inCnx)
|
void |
setOutCnx(IConnection outCnx)
|
void |
setPerformanceData(java.lang.String perfData)
Set performance data on this node. |
void |
setPluginFullName(java.lang.String pluginFullName)
|
void |
setProcess(IProcess process)
Sets the process. |
void |
setReadOnly(boolean readOnly)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogRowNode(java.lang.String componentName,
IMetadataTable list)
| Method Detail |
|---|
public java.util.List<? extends IConnection> getIncomingConnections()
INode
getIncomingConnections in interface INodepublic java.util.List<IMetadataTable> getMetadataList()
INode
getMetadataList in interface INodepublic java.util.List<? extends IConnection> getOutgoingConnections()
INode
getOutgoingConnections in interface INodepublic java.lang.String getPluginFullName()
getPluginFullName in interface INodepublic void setPluginFullName(java.lang.String pluginFullName)
public java.lang.String getUniqueName()
INode
getUniqueName in interface INodepublic boolean isActivate()
INode
isActivate in interface INodepublic boolean isStart()
INode
isStart in interface INodepublic boolean isSubProcessStart()
INode
isSubProcessStart in interface INodepublic void setPerformanceData(java.lang.String perfData)
INode
setPerformanceData in interface INodeperfData - Performance data (string to be parsed).public java.util.List<? extends IElementParameter> getElementParameters()
getElementParameters in interface IElementpublic void setElementParameters(java.util.List<? extends IElementParameter> elementsParameters)
setElementParameters in interface IElementprotected void addParameter(IElementParameter param)
public java.lang.String getGeneratedCode()
public java.lang.String getComponentName()
public java.lang.Boolean hasConditionalOutputs()
hasConditionalOutputs in interface INodepublic java.util.List<? extends INodeReturn> getReturns()
getReturns in interface INodepublic IProcess getProcess()
getProcess in interface INodepublic void setProcess(IProcess process)
setProcess in interface INodeprocess - the process to set
public void metadataInputChanged(IODataComponent dataComponent,
java.lang.String connectionToApply)
metadataInputChanged in interface INode
public void metadataOutputChanged(IODataComponent dataComponent,
java.lang.String connectionToApply)
metadataOutputChanged in interface INodepublic boolean isReadOnly()
isReadOnly in interface IElementpublic void setReadOnly(boolean readOnly)
setReadOnly in interface IElementpublic IComponent getComponent()
getComponent in interface INodepublic void setComponent(IComponent component)
setComponent in interface INodepublic INode getSubProcessStartNode(boolean withConditions)
INode
getSubProcessStartNode in interface INodepublic IConnection getInCnx()
public void setInCnx(IConnection inCnx)
public IConnection getOutCnx()
public void setOutCnx(IConnection outCnx)
public org.eclipse.draw2d.geometry.Point getLocation()
INode
getLocation in interface INode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||