close() | org.sleuthkit.datamodel.Report | |
getAggregateScore() | org.sleuthkit.datamodel.Report | |
getAllAnalysisResults() | org.sleuthkit.datamodel.Report | |
getAllArtifacts() | org.sleuthkit.datamodel.Report | |
getAllArtifactsCount() | org.sleuthkit.datamodel.Report | |
getAllDataArtifacts() | org.sleuthkit.datamodel.Report | |
getAnalysisResults(BlackboardArtifact.Type artifactType) | org.sleuthkit.datamodel.Report | |
getArtifacts(String artifactTypeName) | org.sleuthkit.datamodel.Report | |
getArtifacts(int artifactTypeID) | org.sleuthkit.datamodel.Report | |
getArtifacts(BlackboardArtifact.ARTIFACT_TYPE type) | org.sleuthkit.datamodel.Report | |
getArtifactsCount(String artifactTypeName) | org.sleuthkit.datamodel.Report | |
getArtifactsCount(int artifactTypeID) | org.sleuthkit.datamodel.Report | |
getArtifactsCount(BlackboardArtifact.ARTIFACT_TYPE type) | org.sleuthkit.datamodel.Report | |
getChildren() | org.sleuthkit.datamodel.Report | |
getChildrenCount() | org.sleuthkit.datamodel.Report | |
getChildrenIds() | org.sleuthkit.datamodel.Report | |
getCreatedTime() | org.sleuthkit.datamodel.Report | |
getDataSource() | org.sleuthkit.datamodel.Report | |
getGenInfoArtifact() | org.sleuthkit.datamodel.Report | |
getGenInfoArtifact(boolean create) | org.sleuthkit.datamodel.Report | |
getGenInfoAttributes(BlackboardAttribute.ATTRIBUTE_TYPE attr_type) | org.sleuthkit.datamodel.Report | |
getHashSetNames() | org.sleuthkit.datamodel.Report | |
getId() | org.sleuthkit.datamodel.Report | |
getName() | org.sleuthkit.datamodel.Report | |
getParent() | org.sleuthkit.datamodel.Report | |
getPath() | org.sleuthkit.datamodel.Report | |
getReportName() | org.sleuthkit.datamodel.Report | |
getSize() | org.sleuthkit.datamodel.Report | |
getSourceModuleName() | org.sleuthkit.datamodel.Report | |
getUniquePath() | org.sleuthkit.datamodel.Report | |
hasChildren() | org.sleuthkit.datamodel.Report | |
newAnalysisResult(BlackboardArtifact.Type artifactType, Score score, String conclusion, String configuration, String justification, Collection< BlackboardAttribute > attributesList) | org.sleuthkit.datamodel.Report | |
newAnalysisResult(BlackboardArtifact.Type artifactType, Score score, String conclusion, String configuration, String justification, Collection< BlackboardAttribute > attributesList, long dataSourceId) | org.sleuthkit.datamodel.Report | |
newArtifact(int artifactTypeID) | org.sleuthkit.datamodel.Report | |
newArtifact(BlackboardArtifact.ARTIFACT_TYPE type) | org.sleuthkit.datamodel.Report | |
newDataArtifact(BlackboardArtifact.Type artifactType, Collection< BlackboardAttribute > attributesList, Long osAccountId) | org.sleuthkit.datamodel.Report | |
newDataArtifact(BlackboardArtifact.Type artifactType, Collection< BlackboardAttribute > attributesList, Long osAccountId, long dataSourceId) | org.sleuthkit.datamodel.Report | |
newDataArtifact(BlackboardArtifact.Type artifactType, Collection< BlackboardAttribute > attributesList) | org.sleuthkit.datamodel.Report | |
read(byte[] buf, long offset, long len) | org.sleuthkit.datamodel.Report | |