Package | Description |
---|---|
org.oscelot.lti.tp |
Provides the classes necessary to handle connections
with an LTI 1 compliant tool consumer.
|
org.oscelot.lti.tp.dataconnector |
Provides implementations of data connectors to support connections
with an LTI 1 compliant tool consumer.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ResourceLinkShare> |
ResourceLink.getShares()
Returns a list of ResourceLinkShare objects for each resource link which is sharing this resource link.
|
abstract java.util.List<ResourceLinkShare> |
DataConnector.getShares(ResourceLink resourceLink)
Get shares defined for a resource link.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ResourceLinkShare> |
JDBC.getShares(ResourceLink resourceLink)
Get shares defined for a resource link.
|
java.util.List<ResourceLinkShare> |
None.getShares(ResourceLink resourceLink)
Get shares defined for a resource link.
|