1 /*
2 * Sleuth Kit Data Model
3 *
4 * Copyright 2011-2016 Basis Technology Corp.
5 * Contact: carrier <at> sleuthkit <dot> org
6 *
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 */
19 package org.sleuthkit.datamodel;
20
21 import java.util.ArrayList;
22 import java.util.List;
23 import java.util.Set;
24
33
48
55
64
73
80
87
95
105
113 public List<Content>
getChildren()
throws TskCoreException;
114
123 public boolean hasChildren()
throws TskCoreException;
124
134
142
151
164
176
187 public ArrayList<BlackboardArtifact>
getArtifacts(String artifactTypeName)
throws TskCoreException;
188
198
213
223
234 public ArrayList<BlackboardArtifact>
getArtifacts(
int artifactTypeID)
throws TskCoreException;
235
246
254 public ArrayList<BlackboardArtifact>
getAllArtifacts()
throws TskCoreException;
255
264
276
288
300
309 }
BlackboardArtifact newArtifact(int artifactTypeID)
long getArtifactsCount(String artifactTypeName)
List< Long > getChildrenIds()
int read(byte[] buf, long offset, long len)
ArrayList< BlackboardArtifact > getArtifacts(String artifactTypeName)
List< Content > getChildren()
long getAllArtifactsCount()
Set< String > getHashSetNames()
ArrayList< BlackboardArtifact > getAllArtifacts()
public< T > T accept(ContentVisitor< T > v)
BlackboardArtifact getGenInfoArtifact()
ArrayList< BlackboardAttribute > getGenInfoAttributes(BlackboardAttribute.ATTRIBUTE_TYPE attr_type)