Package | Description |
---|---|
oracle.ifs.admin.tools | |
oracle.ifs.admin.tools.upgrade | |
oracle.ifs.beans | |
oracle.ifs.core.runtime |
Modifier and Type | Method and Description |
---|---|
LibraryService |
BaseTool.startService()
Starts a LibraryService.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
BaseTool.establishSession(LibraryService service)
Create a LibrarySession, using schema password authentication
|
LibrarySession |
BaseTool.establishSession(LibraryService service,
Credential cred)
Create a LibrarySession.
|
Modifier and Type | Method and Description |
---|---|
LibraryService |
UpgradeActionContext.getDefaultLibraryService()
Gets the the LibraryService named
UpgradeActionContext.DEFAULT_LIBRARYSERVICE_NAME ,
starting it if necessary. |
LibraryService |
UpgradeActionContext.restartDefaultLibraryService()
Restarts the LibraryService named
UpgradeActionContext.DEFAULT_LIBRARYSERVICE_NAME . |
Modifier and Type | Method and Description |
---|---|
static LibraryService |
LibraryService.findService(String serviceName)
Finds an existing CM SDK service with the specified name.
|
static LibraryService |
LibraryService.startService(String serviceName,
String schemaPassword,
String serviceConfigurationName,
String domainName)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startService(String serviceName,
String nodeName,
String schemaPassword,
String serviceConfigurationName,
String domainName)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startService(String serviceName,
String nodeName,
String schemaPassword,
String serviceConfigurationName,
String domainName,
String databaseType)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startService(String serviceName,
String schemaPassword,
String serviceConfigurationName,
String schemaName,
String domainDisplayName,
String databaseUrl,
String domainName)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startService(String serviceName,
String nodeName,
String schemaPassword,
String serviceConfigurationName,
String schemaName,
String domainDisplayName,
String databaseUrl,
String domainName)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startService(String serviceName,
String nodeName,
String schemaPassword,
String serviceConfigurationName,
String schemaName,
String domainDisplayName,
String databaseUrl,
String domainName,
String databaseType)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startServiceUsingDatabaseUrl(String serviceName,
String nodeName,
String schemaPassword,
String serviceConfigurationName,
String schemaName,
String databaseUrl)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startServiceUsingDatabaseUrl(String serviceName,
String nodeName,
String schemaPassword,
String serviceConfigurationName,
String schemaName,
String databaseUrl,
String databaseType)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startServiceUsingDataSource(String serviceName,
String nodeName,
String serviceConfigurationName,
DataSource ds)
Deprecated.
9.2.5: use 5-arg variant of
startServiceUsingDataSource |
static LibraryService |
LibraryService.startServiceUsingDataSource(String serviceName,
String nodeName,
String serviceConfigurationName,
DataSource ds,
String databaseType)
Starts a new CMSDK service.
|
Modifier and Type | Method and Description |
---|---|
Credential |
LibrarySession.createCredential(LibraryService service,
DirectoryUser user)
Return a credential that can be used to create a new session
for the specified user.
|
Modifier and Type | Method and Description |
---|---|
protected LibraryService |
IfsServer.getService()
Gets the default service for this Server.
|
Copyright © 2023. All rights reserved.