Home
last modified time | relevance | path

Searched defs:artifactTypeId (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/tsk/framework/services/
H A DTskDBBlackboard.cpp210 vector<int> TskDBBlackboard::findAttributeTypes(int artifactTypeId){ in findAttributeTypes()
H A DTskImgDBSqlite.cpp3736 vector<int> TskImgDBSqlite::findAttributeTypes(int artifactTypeId) in findAttributeTypes()
H A DTskImgDBPostgreSQL.cpp3996 vector<int> TskImgDBPostgreSQL::findAttributeTypes(int artifactTypeId){ in findAttributeTypes()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/
H A DSleuthkitCase.java1065 int artifactTypeId = resultSet.getInt("artifact_type_id"); in updateFromSchema2toSchema3() local
3526 …public void addBlackboardAttribute(BlackboardAttribute attr, int artifactTypeId) throws TskCoreExc… in addBlackboardAttribute()
3548 …public void addBlackboardAttributes(Collection<BlackboardAttribute> attributes, int artifactTypeId in addBlackboardAttributes()
3566 …private void addBlackBoardAttribute(BlackboardAttribute attr, int artifactTypeId, CaseDbConnection… in addBlackBoardAttribute()
H A DBlackboardArtifact.java53 private final int artifactTypeId; field in BlackboardArtifact
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/case-uco/java/src/org/sleuthkit/caseuco/
H A DCaseUcoExporter.java422 int artifactTypeId = artifact.getArtifactTypeID(); in exportBlackboardArtifact() local