/harmoni/config/services.cfg.php

Description

Services Configuration

In this file, include whatever class files you need and register the necessary services.

Includes
require_once (HARMONI."oki2/id/HarmoniIdManager.class.php") (line 335)

load the IdManager

require_once (HARMONI."oki2/hierarchy/HarmoniHierarchyManager.class.php") (line 326)

load the HierarchyManager.

require_once (HARMONI."oki2/logging/HarmoniLoggingManager.class.php") (line 344)

load the LoggingManager

require_once (HARMONI."sets/SetManager.class.php") (line 254)

load the Sets service

require_once (HARMONI."languageLocalizer/LanguageLocalizer.class.php") (line 245)

load the LanguageLocalization service

require_once (HARMONI."oki2/agentmanagement/AgentTokenMapping/AgentTokenMappingManager.class.php") (line 308)
require_once (HARMONI."oki2/authorization/HarmoniAuthorizationManager.class.php") (line 317)

load the AuthZManager

require_once (HARMONI."utilities/MIMETypes.class.php") (line 263)

load the Sets service

require_once (HARMONI."oki2/authentication/HarmoniAuthenticationManager.class.php") (line 296)

load the AuthNManager

require_once (HARMONI."oki2/agent/HarmoniPropertyManager.class.php") (line 176)

Load property manager

require_once (HARMONI."oki2/agent/HarmoniAgentManager.class.php") (line 287)

load the AgentManager

require_once (HARMONI."ImageProcessor/ImageProcessor.class.php") (line 272)

load the Sets service

require_once (HARMONI."errorHandler/Error.class.php") (line 195)
require_once (HARMONI."oki2/agentmanagement/AuthNMethods/AuthNMethodManager.class.php") (line 305)

load the AuthNManager

require_once (HARMONI."oki2/repository/HarmoniRepositoryManager.class.php") (line 353)

load the DigitalRepositoryManager.

require_once (HARMONI."debugHandler/debug.class.php") (line 212)
require_once (HARMONI."debugHandler/DebugHandler.class.php") (line 209)

load debug handler

require_once (HARMONI."Tagging/TagManager.class.php") (line 386)

load the TaggingManager.

require_once (HARMONI."oki2/scheduling/HarmoniSchedulingManager.class.php") (line 362)

load the SchedulingManager.

require_once (HARMONI."oki2/coursemanagement/CourseManagementManager.class.php") (line 371)

load the CourseManagementManager.

require_once (HARMONI."oki2/grading/HarmoniGradingManager.class.php") (line 377)
require_once (HARMONI."oki2/shared/ConfigurationProperties.class.php") (line 214)
require_once (HARMONI."GUIManager/GUIManager.class.php") (line 224)

load the GuiManager

require_once (HARMONI."utilities/ArgumentValidator.class.php") (line 184)

load ArgumentValidator

require_once (OKI2."osid/OsidContext.php") (line 186)
require_once (HARMONI."errorHandler/throw.inc.php") (line 196)
require_once (HARMONI."DBHandler/DBHandler.class.php") (line 201)

load DBHandler

require_once (HARMONI."dataManager/DataManager.abstract.php") (line 234)

include DataManager files

require_once (HARMONI."errorHandler/HarmoniException.class.php") (line 194)

load our custom exceptions

Constants
LOAD_AGENT = true (line 66)

functionality affected: OKI Agent calls.

LOAD_AGENT_MANAGEMENT = true (line 76)

functionality affected: OKI AuthN calls.

LOAD_AUTHN = true (line 71)

functionality affected: OKI AuthN calls.

LOAD_AUTHZ = true (line 81)

functionality affected: OKI AuthZ calls.

LOAD_COURSE_MANAGEMENT = true (line 111)

functionality affected: Course Management.

LOAD_DATAMANAGER = true (line 33)

functionality affected: HarmoniDataManager, sub-services: DataSetTypeManager, DataTypeManager, DataSetManager

LOAD_DBC = true (line 38)

functionality affected: Database connectivity, and anything that depends on it.

LOAD_DEBUG = true (line 23)

functionality affected: Debug output

LOAD_GRADING = true (line 116)

functionality affected: Grading.

LOAD_GUI = false (line 28)

functionality affected: Themes/Layouts through the GUIManager

LOAD_HIERARCHY = true (line 86)

functionality affected: Hiearchy, Digital Repository.

LOAD_ID = true (line 91)

functionality affected: OKI Id calls.

LOAD_IMAGEPROCESSOR = true (line 53)

functionality affected: ImageProcessing

LOAD_LANG = true (line 58)

functionality affected: Language Localization

LOAD_LOGGING = true (line 96)

functionality affected: OKI Logging calls.

LOAD_MIME = true (line 48)

functionality affected: MIME Type sniffing, ImageProcessing

LOAD_REPOSITORY = true (line 101)

functionality affected: Digital Repository.

LOAD_SCHEDULING = true (line 106)

functionality affected: Scheduling.

LOAD_SETS = true (line 43)

functionality affected: Sets

LOAD_TAGGING = true (line 121)

functionality affected: Tagging.

Documentation generated on Wed, 19 Sep 2007 10:26:24 -0400 by phpDocumentor 1.3.0RC3