- getActiveNodes() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the list of nodes for which there is at least one setting value.
- getActiveNodes(String) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the list of nodes for which the named setting value exists.
- getB2Version() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the version for the current Building Block.
- getContent() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current content.
- getContentId() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current content ID.
- getContentIdAsString() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current content ID.
- getContext() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current Blackboard context object.
- getCourse() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current course.
- getCourseId() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current course ID.
- getCourseIdAsString() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current course ID.
- getEditMode() - Static method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current status of edit mode (Learn 9.1+).
- getGroup() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current group.
- getGroupId() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current group ID.
- getGroupIdAsString() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current group ID.
- getHandle() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the handle for the current Building Block.
- getIgnoreContentContext() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the IgnoreContentContext setting.
- getIgnoreCourseContext() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Deprecated.
- getIgnoreGroupContext() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the IgnoreGroupContext setting.
- getInheritSettings() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current inherit settings value.
- getIsActiveNode() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Checks if the current node has any settings.
- getIsActiveNode(String) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Checks if the current node has a setting of a specified name.
- getIsB2Version(int, int, int) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Checks whether the current Building Block is at a specific version, or later.
- getIsRootNode() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Checks if the current node is the root of the Institutional Hierarchy.
- getIsVersion(int, int, int) - Static method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Checks whether the Blackboard is at a specific release, or later.
- getLogDebug() - Static method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the debug level for the logger.
- getNavigationItem(String) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a named navigation item.
- getNode() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current node.
- getNodeSupport() - Static method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current node support setting.
- getPath() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the path for the current Building Block.
- getPath(String) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the path for the current Building Block using a specified schema name.
- getPlugIn() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the plugin object for this building block.
- getRequest() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current request object.
- getRequest(boolean) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current request object.
- getRequestParameter(String, String) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a parameter from the current request object.
- getRequestParameter(String, String, boolean) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a parameter from the current request object.
- getRequestParameters() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the values of all parameters from a request object.
- getRequestParameters(boolean) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the values of all parameters from a request object.
- getRequestParameterValues(String, String) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the values for a parameter from a request object.
- getRequestParameterValues(String, String, boolean) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the values for a parameter from a request object.
- getResourceString(String) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a resource string from the bundle for the current locale.
- getResourceString(String, String) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a resource string from the bundle for the current locale.
- getResourceStrings() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets all the resource strings from the bundle for the current locale.
- getSaveEmptyValues() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the SaveEmptyValues setting.
- getSchema() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the schema for the current Learn 9 instance.
- getServerUrl() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the path for the current Building Block.
- getSetting(String) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a global anonymous configuration setting value.
- getSetting(boolean, boolean, String) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a configuration setting value.
- getSetting(String, String) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a global anonymous configuration setting value.
- getSetting(boolean, boolean, String, String) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a configuration setting value.
- getSetting(boolean, boolean, String, String, Node) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a configuration setting value from a specific node.
- getSettings() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a list of all global anonymous configuration settings.
- getSettings(boolean, boolean) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a list of all configuration settings.
- getSettings(boolean, boolean, boolean) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a list of all configuration settings.
- getSettings(String) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a list of all global anonymous configuration settings.
- getSettings(boolean, boolean, String) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a list of all configuration settings.
- getSettings(boolean, boolean, String, boolean) - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets a list of all configuration settings.
- getUser() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current user.
- getUserId() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current user ID.
- getUserIdAsString() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the current user ID.
- getVendorId() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the vendor ID for the current Building Block.
- getVersionNumber(String) - Static method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the Blackboard version number.
- getVersionNumber() - Static method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the Blackboard version number as an array of its elements.
- getWebappRoot() - Method in class com.spvsoftwareproducts.blackboard.utils.B2Context
-
Gets the file root for the current Building Block.