AbstractContent(SleuthkitCase db, long obj_id, String name) | org.sleuthkit.datamodel.AbstractContent | protected |
close() | org.sleuthkit.datamodel.Volume | |
equals(Object obj) | org.sleuthkit.datamodel.AbstractContent | |
finalize() | org.sleuthkit.datamodel.Volume | |
getAddr() | org.sleuthkit.datamodel.Volume | |
getAggregateScore() | org.sleuthkit.datamodel.AbstractContent | |
getAllAnalysisResults() | org.sleuthkit.datamodel.AbstractContent | |
getAllArtifacts() | org.sleuthkit.datamodel.AbstractContent | |
getAllArtifactsCount() | org.sleuthkit.datamodel.AbstractContent | |
getAllDataArtifacts() | org.sleuthkit.datamodel.AbstractContent | |
getAnalysisResults(BlackboardArtifact.Type artifactType) | org.sleuthkit.datamodel.AbstractContent | |
getArtifacts(String artifactTypeName) | org.sleuthkit.datamodel.AbstractContent | |
getArtifacts(int artifactTypeID) | org.sleuthkit.datamodel.AbstractContent | |
getArtifacts(BlackboardArtifact.ARTIFACT_TYPE type) | org.sleuthkit.datamodel.AbstractContent | |
getArtifactsCount(String artifactTypeName) | org.sleuthkit.datamodel.AbstractContent | |
getArtifactsCount(int artifactTypeID) | org.sleuthkit.datamodel.AbstractContent | |
getArtifactsCount(ARTIFACT_TYPE type) | org.sleuthkit.datamodel.AbstractContent | |
org::sleuthkit::datamodel::Content.getArtifactsCount(BlackboardArtifact.ARTIFACT_TYPE type) | org.sleuthkit.datamodel.Content | |
getChildren() | org.sleuthkit.datamodel.Volume | |
getChildrenCount() | org.sleuthkit.datamodel.AbstractContent | |
getChildrenIds() | org.sleuthkit.datamodel.Volume | |
getDataSource() | org.sleuthkit.datamodel.AbstractContent | |
getDescription() | org.sleuthkit.datamodel.Volume | |
getFileSystems() | org.sleuthkit.datamodel.Volume | |
getFlags() | org.sleuthkit.datamodel.Volume | |
getFlagsAsString() | org.sleuthkit.datamodel.Volume | |
getGenInfoArtifact() | org.sleuthkit.datamodel.AbstractContent | |
getGenInfoArtifact(boolean create) | org.sleuthkit.datamodel.AbstractContent | |
getGenInfoAttributes(ATTRIBUTE_TYPE attr_type) | org.sleuthkit.datamodel.AbstractContent | |
org::sleuthkit::datamodel::Content.getGenInfoAttributes(BlackboardAttribute.ATTRIBUTE_TYPE attr_type) | org.sleuthkit.datamodel.Content | |
getHashSetNames() | org.sleuthkit.datamodel.AbstractContent | |
getId() | org.sleuthkit.datamodel.AbstractContent | |
getLength() | org.sleuthkit.datamodel.Volume | |
getName() | org.sleuthkit.datamodel.AbstractContent | |
getParent() | org.sleuthkit.datamodel.AbstractContent | |
getParentId() | org.sleuthkit.datamodel.AbstractContent | |
getSize() | org.sleuthkit.datamodel.Volume | |
getSleuthkitCase() | org.sleuthkit.datamodel.AbstractContent | |
getStart() | org.sleuthkit.datamodel.Volume | |
getUniquePath() | org.sleuthkit.datamodel.Volume | |
hasChildren() | org.sleuthkit.datamodel.AbstractContent | |
hashCode() | org.sleuthkit.datamodel.AbstractContent | |
newAnalysisResult(BlackboardArtifact.Type artifactType, Score score, String conclusion, String configuration, String justification, Collection< BlackboardAttribute > attributesList) | org.sleuthkit.datamodel.AbstractContent | |
newAnalysisResult(BlackboardArtifact.Type artifactType, Score score, String conclusion, String configuration, String justification, Collection< BlackboardAttribute > attributesList, long dataSourceId) | org.sleuthkit.datamodel.AbstractContent | |
newArtifact(int artifactTypeID) | org.sleuthkit.datamodel.AbstractContent | |
newArtifact(BlackboardArtifact.ARTIFACT_TYPE type) | org.sleuthkit.datamodel.AbstractContent | |
newDataArtifact(BlackboardArtifact.Type artifactType, Collection< BlackboardAttribute > attributesList, Long osAccountId) | org.sleuthkit.datamodel.AbstractContent | |
newDataArtifact(BlackboardArtifact.Type artifactType, Collection< BlackboardAttribute > attributesList, Long osAccountId, long dataSourceId) | org.sleuthkit.datamodel.AbstractContent | |
newDataArtifact(BlackboardArtifact.Type artifactType, Collection< BlackboardAttribute > attributesList) | org.sleuthkit.datamodel.AbstractContent | |
parentId | org.sleuthkit.datamodel.AbstractContent | protected |
read(byte[] buf, long offset, long len) | org.sleuthkit.datamodel.Volume | |
toString(boolean preserveState) | org.sleuthkit.datamodel.Volume | |
org::sleuthkit::datamodel::AbstractContent.toString() | org.sleuthkit.datamodel.AbstractContent | |
UNKNOWN_ID | org.sleuthkit.datamodel.AbstractContent | static |
valueToVsFlag(String vsFlag) | org.sleuthkit.datamodel.Volume | static |
Volume(SleuthkitCase db, long obj_id, long addr, long startSector, long lengthInSectors, long flags, String desc) | org.sleuthkit.datamodel.Volume | protected |
vsFlagToString(long vsFlag) | org.sleuthkit.datamodel.Volume | static |
vsFlagToValue(long vsFlag) | org.sleuthkit.datamodel.Volume | static |