Uses of Class
com.yetanalytics.xapi.model.Statement
-
Packages that use Statement Package Description com.yetanalytics.xapi.client com.yetanalytics.xapi.model -
-
Uses of Statement in com.yetanalytics.xapi.client
Methods in com.yetanalytics.xapi.client that return types with arguments of type Statement Modifier and Type Method Description List<Statement>
StatementClient. getStatements()
Method to get Statements from LRS with no filtersList<Statement>
StatementClient. getStatements(StatementFilters filters)
Method to get Statements from LRSMethods in com.yetanalytics.xapi.client with parameters of type Statement Modifier and Type Method Description List<UUID>
StatementClient. postStatement(Statement stmt)
Method to post a single xAPI Statement to an LRS.Method parameters in com.yetanalytics.xapi.client with type arguments of type Statement Modifier and Type Method Description List<UUID>
StatementClient. postStatements(List<Statement> stmts)
Method to post a List of xAPI Statements to an LRS. -
Uses of Statement in com.yetanalytics.xapi.model
Methods in com.yetanalytics.xapi.model that return types with arguments of type Statement Modifier and Type Method Description List<Statement>
StatementResult. getStatements()
Method parameters in com.yetanalytics.xapi.model with type arguments of type Statement Modifier and Type Method Description void
StatementResult. setStatements(List<Statement> statements)
-