- findData(Document) - Method in interface mark.core.ServerInterface
-
Search for data with a custom filter (don't forget to mention a label,
for example).
- findEvidence(String, T) - Method in interface mark.core.ServerInterface
-
- findEvidence(String) - Method in interface mark.core.ServerInterface
-
Find evidence of given label, for all subjects.
- findEvidenceById(String) - Method in interface mark.core.ServerInterface
-
Get a single evidence by id.
- findFile(ObjectId) - Method in interface mark.core.ServerInterface
-
- findLastEvidences(String, T) - Method in interface mark.core.ServerInterface
-
Find the evidences according to a pattern (that start with provided
pattern), and if multiple evidences are found with same label, return the
most recent one.
- findRawData(String, T) - Method in interface mark.core.ServerInterface
-
- fromFile(File) - Static method in class mark.core.DataAgentProfile
-
Parse YAML configuration file to create data agent profile.
- fromFile(File) - Static method in class mark.core.DetectionAgentProfile
-
Read a detection agent profile from a YAML file.
- fromInputStream(InputStream) - Static method in class mark.core.DataAgentProfile
-
Create profile from input stream (for example a resource file in jar).
- fromInputStream(InputStream) - Static method in class mark.core.DetectionAgentProfile
-
Read a detection agent profile from an input stream (a resource file).