19 package org.sleuthkit.datamodel;
21 import java.util.ArrayList;
22 import java.util.Collection;
23 import java.util.List;
114 public List<Content>
getChildren()
throws TskCoreException;
124 public boolean hasChildren()
throws TskCoreException;
289 public ArrayList<BlackboardArtifact>
getArtifacts(String artifactTypeName)
throws TskCoreException;
348 public ArrayList<BlackboardArtifact>
getArtifacts(
int artifactTypeID)
throws TskCoreException;
368 public ArrayList<BlackboardArtifact>
getAllArtifacts()
throws TskCoreException;
BlackboardArtifact newArtifact(int artifactTypeID)
long getArtifactsCount(String artifactTypeName)
DataArtifact newDataArtifact(BlackboardArtifact.Type artifactType, Collection< BlackboardAttribute > attributesList)
Score getAggregateScore()
List< DataArtifact > getAllDataArtifacts()
List< Long > getChildrenIds()
int read(byte[] buf, long offset, long len)
ArrayList< BlackboardArtifact > getArtifacts(String artifactTypeName)
List< Content > getChildren()
List< AnalysisResult > getAllAnalysisResults()
List< AnalysisResult > getAnalysisResults(BlackboardArtifact.Type artifactType)
long getAllArtifactsCount()
Set< String > getHashSetNames()
ArrayList< BlackboardArtifact > getAllArtifacts()
AnalysisResultAdded newAnalysisResult(BlackboardArtifact.Type artifactType, Score score, String conclusion, String configuration, String justification, Collection< BlackboardAttribute > attributesList)
public< T > T accept(ContentVisitor< T > v)
BlackboardArtifact getGenInfoArtifact()
ArrayList< BlackboardAttribute > getGenInfoAttributes(BlackboardAttribute.ATTRIBUTE_TYPE attr_type)