Class MondrianDatasource
java.lang.Object
net.datenwerke.treedb.service.treedb.AbstractNode<AbstractDatasourceManagerNode>
net.datenwerke.security.service.treedb.entities.SecuredAbstractNode<AbstractDatasourceManagerNode>
net.datenwerke.rs.core.service.datasourcemanager.entities.AbstractDatasourceManagerNode
net.datenwerke.rs.core.service.datasourcemanager.entities.DatasourceDefinition
net.datenwerke.rs.saiku.service.datasource.MondrianDatasource
- All Implemented Interfaces:
Serializable,HierarchicalSecurityTarget,Owneable,SecurityTarget
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@GenerateDto(dtoPackage="net.datenwerke.rs.saiku.client.datasource.dto",
poso2DtoPostProcessors=MondrianDatasource2DtoPostProcessor.class,
additionalFields=)
@Indexed
public class MondrianDatasource
extends DatasourceDefinition
- See Also:
-
Field Summary
Fields inherited from class net.datenwerke.treedb.service.treedb.AbstractNode
FLAG_CONFIGURATION_PROTECTION, FLAG_WRITE_PROTECTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUrl()voidsetMondrianSchema(String mondrianSchema) voidsetPassword(String password) voidsetProperties(String properties) voidvoidsetUsername(String username) Methods inherited from class net.datenwerke.rs.core.service.datasourcemanager.entities.DatasourceDefinition
escapeString, getDescription, getKey, getName, hasChildren, setDescription, setKey, setName, toStringMethods inherited from class net.datenwerke.rs.core.service.datasourcemanager.entities.AbstractDatasourceManagerNode
getNodeName, getRootNodeNameMethods inherited from class net.datenwerke.security.service.treedb.entities.SecuredAbstractNode
getAcl, getOwner, getParentTarget, setAcl, setOwnerMethods inherited from class net.datenwerke.treedb.service.treedb.AbstractNode
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
-
Constructor Details
-
MondrianDatasource
public MondrianDatasource()
-
-
Method Details
-
createConfigObject
- Specified by:
createConfigObjectin classDatasourceDefinition
-
getUrl
-
setUrl
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getProperties
-
setProperties
-
getMondrianSchema
-
setMondrianSchema
-