@Indexed @GenerateDto(dtoPackage="net.datenwerke.rs.birt.client.reportengines.dto", createDecorator=true) public class BirtReportVariant extends BirtReport implements ReportVariant
ENTITY_DIFF_IDENTITCAL_FOR_EXECUTIONFLAG_CONFIGURATION_PROTECTION, FLAG_WRITE_PROTECTION| Constructor and Description |
|---|
BirtReportVariant() |
| Modifier and Type | Method and Description |
|---|---|
BirtReport |
getBaseReport() |
DatasourceContainer |
getDatasourceContainer() |
java.util.List<ParameterDefinition> |
getParameterDefinitions() |
BirtReportFile |
getReportFile() |
void |
guideCloningProcess(java.lang.Object report) |
boolean |
hasChildren() |
void |
setBaseReport(Report baseReport) |
void |
setDatasourceContainer(DatasourceContainer datasource) |
void |
setParameterDefinitions(java.util.List<ParameterDefinition> parameters) |
void |
setReportFile(BirtReportFile reportFile) |
replaceWithaddParameterDefinition, addParameterInstance, addReportMetadata, addReportProperty, createNewVariant, createTemporaryVariant, createTemporaryVariant, getDescription, getEffectiveReportProperty, getEffectiveReportStringPropertyValue, getKey, getName, getParameterDefinitionByKey, getParameterDefinitionsOfType, getParameterDefinitionsSafe, getParameterInstanceFor, getParameterInstances, getParamInstanceByDefinitionId, getPreviewImage, getReportMetadata, getReportMetadataByName, getReportProperties, getReportProperty, getReportProperty, getReportPropertyByName, getTemporaryVariantType, getType, getUuid, hasReportMetadata, hasReportProperty, isIdenticalForExecution, removeParameterDefinition, removeParameterInstance, removeReportMetadata, removeReportProperty, setDescription, setKey, setName, setParameterInstances, setPreviewImage, setReportMetadata, setReportProperties, setTemporaryVariantType, setUuid, toString, usesParametergetNodeName, getRootNodeNamegetAcl, getOwner, getParentTarget, setAcl, setOwneraddChild, 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, wouldContainFlagpublic BirtReport getBaseReport()
getBaseReport in interface ReportVariantpublic void setBaseReport(Report baseReport)
setBaseReport in interface ReportVariantpublic BirtReportFile getReportFile()
getReportFile in class BirtReport@IgnoreMergeBackDto public void setReportFile(BirtReportFile reportFile)
setReportFile in class BirtReportpublic DatasourceContainer getDatasourceContainer()
getDatasourceContainer in interface DatasourceContainerProvidergetDatasourceContainer in class Report@IgnoreMergeBackDto public void setDatasourceContainer(DatasourceContainer datasource)
setDatasourceContainer in interface DatasourceContainerProvidersetDatasourceContainer in class Reportpublic java.util.List<ParameterDefinition> getParameterDefinitions()
getParameterDefinitions in interface ParameterContainerNodegetParameterDefinitions in class Report@IgnoreMergeBackDto public void setParameterDefinitions(java.util.List<ParameterDefinition> parameters)
setParameterDefinitions in interface ParameterContainerNodesetParameterDefinitions in class Report@ClonePostProcessor public void guideCloningProcess(java.lang.Object report)
public boolean hasChildren()
hasChildren in class AbstractNode<AbstractReportManagerNode>