public class JobEntryCopy extends Object implements Cloneable, org.pentaho.di.core.xml.XMLInterface, org.pentaho.di.core.gui.GUIPositionInterface, ChangedFlagInterface, org.pentaho.di.core.AttributesInterface, BaseMeta
| 构造器和说明 |
|---|
JobEntryCopy() |
JobEntryCopy(JobEntryInterface entry) |
JobEntryCopy(Node entrynode,
List<org.pentaho.di.core.database.DatabaseMeta> databases,
List<SlaveServer> slaveServers,
Repository rep)
已过时。
|
JobEntryCopy(Node entrynode,
List<org.pentaho.di.core.database.DatabaseMeta> databases,
List<SlaveServer> slaveServers,
Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
void |
clearChanged() |
Object |
clone_deep() |
Object |
clone() |
protected void |
compatibleLoadXml(Node entrynode,
List<org.pentaho.di.core.database.DatabaseMeta> databases,
List<SlaveServer> slaveServers,
Repository rep)
Backward compatible loading of XML, using deprecated method.
|
boolean |
equals(Object o) |
boolean |
evaluates() |
void |
flipSelected() |
String |
getAttribute(String groupName,
String key) |
Map<String,String> |
getAttributes(String groupName) |
Map<String,Map<String,String>> |
getAttributesMap() |
String |
getDescription() |
JobEntryInterface |
getEntry() |
org.pentaho.di.core.gui.Point |
getLocation() |
String |
getName() |
int |
getNr() |
org.pentaho.di.repository.ObjectId |
getObjectId() |
JobMeta |
getParentJobMeta() |
String |
getSuggestion() |
String |
getTypeDesc() |
String |
getXML() |
boolean |
hasChanged() |
int |
hashCode() |
boolean |
isDeprecated() |
boolean |
isDrawn() |
boolean |
isDummy() |
boolean |
isEvaluation() |
boolean |
isJob() |
boolean |
isLaunchingInParallel() |
boolean |
isMail() |
boolean |
isMissing() |
boolean |
isSelected() |
boolean |
isSpecial() |
boolean |
isStart() |
boolean |
isTransformation() |
boolean |
isUnconditional() |
void |
replaceMeta(JobEntryCopy jobEntryCopy) |
boolean |
resetErrorsBeforeExecution() |
void |
setAttribute(String groupName,
String key,
String value) |
void |
setAttributes(String groupName,
Map<String,String> attributes) |
void |
setAttributesMap(Map<String,Map<String,String>> attributesMap) |
void |
setChanged() |
void |
setChanged(boolean ch) |
void |
setDescription(String description) |
void |
setDrawn() |
void |
setDrawn(boolean d) |
void |
setEntry(JobEntryInterface je) |
void |
setLaunchingInParallel(boolean p) |
void |
setLocation(int x,
int y) |
void |
setLocation(org.pentaho.di.core.gui.Point loc) |
void |
setName(String name) |
void |
setNr(int n) |
void |
setObjectId(org.pentaho.di.repository.ObjectId id) |
void |
setParentJobMeta(JobMeta parentJobMeta) |
void |
setSelected(boolean sel) |
String |
toString() |
public JobEntryCopy()
public JobEntryCopy(JobEntryInterface entry)
@Deprecated public JobEntryCopy(Node entrynode, List<org.pentaho.di.core.database.DatabaseMeta> databases, List<SlaveServer> slaveServers, Repository rep) throws org.pentaho.di.core.exception.KettleXMLException
entrynode - databases - slaveServers - rep - org.pentaho.di.core.exception.KettleXMLExceptionpublic JobEntryCopy(Node entrynode, List<org.pentaho.di.core.database.DatabaseMeta> databases, List<SlaveServer> slaveServers, Repository rep, org.pentaho.metastore.api.IMetaStore metaStore) throws org.pentaho.di.core.exception.KettleXMLException
org.pentaho.di.core.exception.KettleXMLExceptionpublic String getXML()
getXML 在接口中 org.pentaho.di.core.xml.XMLInterfaceprotected void compatibleLoadXml(Node entrynode, List<org.pentaho.di.core.database.DatabaseMeta> databases, List<SlaveServer> slaveServers, Repository rep) throws org.pentaho.di.core.exception.KettleXMLException
entrynode - databases - slaveServers - rep - org.pentaho.di.core.exception.KettleXMLExceptionpublic void clear()
public void replaceMeta(JobEntryCopy jobEntryCopy)
public Object clone_deep()
public void setObjectId(org.pentaho.di.repository.ObjectId id)
public org.pentaho.di.repository.ObjectId getObjectId()
public void setEntry(JobEntryInterface je)
public JobEntryInterface getEntry()
public String getTypeDesc()
public void setLocation(int x,
int y)
setLocation 在接口中 org.pentaho.di.core.gui.GUIPositionInterfacepublic void setLocation(org.pentaho.di.core.gui.Point loc)
setLocation 在接口中 org.pentaho.di.core.gui.GUIPositionInterfacepublic org.pentaho.di.core.gui.Point getLocation()
getLocation 在接口中 BaseMetagetLocation 在接口中 org.pentaho.di.core.gui.GUIPositionInterfacepublic void setChanged()
setChanged 在接口中 ChangedFlagInterfacepublic void setChanged(boolean ch)
setChanged 在接口中 ChangedFlagInterfacepublic void clearChanged()
clearChanged 在接口中 ChangedFlagInterfacepublic boolean hasChanged()
hasChanged 在接口中 ChangedFlagInterfacepublic int getNr()
public void setNr(int n)
public void setLaunchingInParallel(boolean p)
public boolean isDrawn()
public void setDrawn()
public void setDrawn(boolean d)
public boolean isLaunchingInParallel()
public void setSelected(boolean sel)
setSelected 在接口中 org.pentaho.di.core.gui.GUIPositionInterfacepublic void flipSelected()
public boolean isSelected()
isSelected 在接口中 org.pentaho.di.core.gui.GUIPositionInterfacepublic void setDescription(String description)
public String getDescription()
public boolean isStart()
public boolean isDummy()
public boolean isMissing()
public boolean isTransformation()
public boolean isJob()
public boolean evaluates()
public boolean isUnconditional()
public boolean isEvaluation()
public boolean isMail()
public boolean isSpecial()
public String getName()
public void setName(String name)
public boolean resetErrorsBeforeExecution()
public JobMeta getParentJobMeta()
public void setParentJobMeta(JobMeta parentJobMeta)
public void setAttributesMap(Map<String,Map<String,String>> attributesMap)
setAttributesMap 在接口中 org.pentaho.di.core.AttributesInterfacepublic Map<String,Map<String,String>> getAttributesMap()
getAttributesMap 在接口中 org.pentaho.di.core.AttributesInterfacepublic void setAttribute(String groupName, String key, String value)
setAttribute 在接口中 org.pentaho.di.core.AttributesInterfacepublic void setAttributes(String groupName, Map<String,String> attributes)
setAttributes 在接口中 org.pentaho.di.core.AttributesInterfacepublic Map<String,String> getAttributes(String groupName)
getAttributes 在接口中 org.pentaho.di.core.AttributesInterfacepublic String getAttribute(String groupName, String key)
getAttribute 在接口中 org.pentaho.di.core.AttributesInterfacepublic boolean isDeprecated()
public String getSuggestion()
Copyright © 2024 Hitachi Vantara. All rights reserved.