- RESOURCE_LINK_SHARE_KEY_TABLE_NAME - Static variable in class org.oscelot.lti.tp.DataConnector
-
Default name for database table used to store resource link share keys.
- RESOURCE_LINK_TABLE_NAME - Static variable in class org.oscelot.lti.tp.DataConnector
-
Default name for database table used to store resource links.
- ResourceLink - Class in org.oscelot.lti.tp
-
Class to represent an LTI resource link.
- ResourceLink(ToolConsumer, String) - Constructor for class org.oscelot.lti.tp.ResourceLink
-
Class constructor.
- ResourceLink.Group - Class in org.oscelot.lti.tp
-
Class to represent a group.
- ResourceLink.Group(String, String) - Constructor for class org.oscelot.lti.tp.ResourceLink.Group
-
Construct a group with the specified title and set ID.
- ResourceLink.GroupSet - Class in org.oscelot.lti.tp
-
Class to represent a group set.
- ResourceLink.GroupSet(String) - Constructor for class org.oscelot.lti.tp.ResourceLink.GroupSet
-
Construct a group set with the specified title.
- ResourceLinkShare - Class in org.oscelot.lti.tp
-
Class to represent a sharing context.
- ResourceLinkShare() - Constructor for class org.oscelot.lti.tp.ResourceLinkShare
-
Constructs an empty context share.
- ResourceLinkShareKey - Class in org.oscelot.lti.tp
-
Class to represent a resource link share key.
- ResourceLinkShareKey(ResourceLink, String) - Constructor for class org.oscelot.lti.tp.ResourceLinkShareKey
-
Construct a share key for a resource link with a specified ID (may be null if
a random ID is to be generated).