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)Wrapper for getStatements where `max` = `null` (unlimited).List<Statement>StatementClient. getStatements(StatementFilters filters, Integer max)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 voidStatementResult. setStatements(List<Statement> statements)
-