@GenerateDto(dtoPackage="net.datenwerke.rs.base.client.datasources.dto", abstractDto=true) public abstract class FormatBasedDatasourceDefinition extends DatasourceDefinition
FLAG_CONFIGURATION_PROTECTION, FLAG_WRITE_PROTECTION
Constructor and Description |
---|
FormatBasedDatasourceDefinition() |
Modifier and Type | Method and Description |
---|---|
DatasourceConnector |
getConnector() |
java.io.InputStream |
getDataStream(FormatBasedDatasourceConfig dsConfig) |
void |
setConnector(DatasourceConnector connector) |
createConfigObject, escapeString, getDescription, getKey, getName, hasChildren, setDescription, setKey, setName, toString
getNodeName, getRootNodeName
getAcl, getOwner, getParentTarget, setAcl, setOwner
addChild, addChild, addFlag, clearFlags, equals, getBaseType, getChildren, getChildrenOfType, getChildrenSorted, getCreatedOn, getDeniedChildren, getDescendants, getDescendants, getFlags, getId, getIdOrOldTransient, getLastUpdated, getManagerClass, getOldTransientId, getOldTransientKey, getParent, getPosition, getRootLine, getSupportedChildren, getVersion, hasChildrenOfType, hasDescendantsOfType, hasFlag, hashCode, idsMatch, isAncestorOf, isConfigurationProtected, isFolder, isRoot, isUpdateLastUpdated, isWriteProtected, removeChild, removeFlag, setChildren, setConfigurationProtection, setCreatedOn, setFlags, setId, setLastUpdated, setOldTransientId, setOldTransientKey, setParent, setPosition, setUpdateLastUpdated, setVersion, setWriteProtection, wouldContainFlag
public void setConnector(DatasourceConnector connector)
public DatasourceConnector getConnector()
public java.io.InputStream getDataStream(FormatBasedDatasourceConfig dsConfig) throws java.io.IOException
java.io.IOException