| Package | Description |
|---|---|
| com.sap.netweaver.bc.rf.mi |
Contains repository framework manager interface.
|
| com.sapportals.wcm.control.util.search | |
| com.sapportals.wcm.crt.component |
Provides interfaces for CRT component implementations.
|
| com.sapportals.wcm.crt.configuration |
Provides configuration data interfaces for CRT component implementations.
|
| com.sapportals.wcm.protocol.webdav.repository.monitor | |
| com.sapportals.wcm.repository.filter |
Contains interfaces and classes to define repository filters.
|
| com.sapportals.wcm.repository.service |
Contains the repository service factory interface.
|
| com.sapportals.wcm.service |
Contains the service factory.
|
| com.sapportals.wcm.service.wastebasket |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationException |
AbstractManager.getLastConfigurationException() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractManager.checkNotReconfigurableAttributes(String[] notReconfigurable,
IConfiguration newConfig)
Helper method for reconfigure() implementations.
|
void |
AbstractManager.configure(IConfiguration config) |
protected boolean |
AbstractManager.reconfigureSecurityManager(IConfiguration newConfig)
Must be called by the RM implementation in its reconfigure() method if reconfiguration of security managers at
runtime must be supported.
|
protected void |
AbstractManager.startUpImpl()
The implementation must overwrite this method if it has initial startup handling to do (acquire resources, open
connections to remote systems, etc).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchConfigService.checkConfig()
Deprecated.
As of NetWeaver 7.1
|
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationException |
ComponentStateHandler.configException |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationException |
ILifecycleInfo.getLastConfigurationException()
Returns the exception thrown in the last call to
IConfigurable.configure(IConfiguration),
or IReconfigurable.reconfigure(IConfiguration). |
ConfigurationException |
ComponentStateHandler.getLastConfigurationException() |
ConfigurationException |
ComponentStateHandler.postConfigure(ConfigurationException x) |
ConfigurationException |
ComponentStateHandler.postReconfigure(ConfigurationException x) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationException |
ComponentStateHandler.postConfigure(ConfigurationException x) |
ConfigurationException |
ComponentStateHandler.postReconfigure(ConfigurationException x) |
StartupException |
ComponentStateHandler.postStart(ConfigurationException x) |
| Modifier and Type | Method and Description |
|---|---|
void |
IContainerManager.addChild(String key,
String className,
String proxyName,
IConfiguration config,
Object parameters)
Adds a child component with the specified key, java class name and
configuration data.
|
void |
IContainerManager.addChild(String key,
String className,
String proxyName,
IConfiguration config,
Object parameters,
int defaultPoolSize,
int maximumPoolSize)
Adds a pooled child component with the specified key, java class name and
configuration data.
|
void |
IConfigurable.configure(IConfiguration configuration)
Passes the configuration data to the configurable.
|
void |
IReconfigurable.reconfigure(IConfiguration configuration)
Passes the new configuration data to the component.
|
| Modifier and Type | Method and Description |
|---|---|
String |
IConfiguration.getAttribute(String name)
Returns the string value of the specified attribute.
|
String |
DefaultConfiguration.getAttribute(String name) |
boolean |
IConfiguration.getAttributeAsBoolean(String paramName)
Returns the boolean value of the specified attribute.
|
boolean |
AbstractConfiguration.getAttributeAsBoolean(String name)
Returns the value of the attribute specified by its name as a
boolean
. |
float |
IConfiguration.getAttributeAsFloat(String paramName)
Returns the float value of the specified attribute.
|
float |
AbstractConfiguration.getAttributeAsFloat(String name)
Returns the value of the attribute specified by its name as a
float
. |
int |
IConfiguration.getAttributeAsInteger(String paramName)
Returns the integer value of the specified attribute.
|
int |
AbstractConfiguration.getAttributeAsInteger(String name)
Returns the value of the attribute specified by its name as an
int
. |
long |
IConfiguration.getAttributeAsLong(String name)
Returns the long value of the specified attribute.
|
long |
AbstractConfiguration.getAttributeAsLong(String name)
Returns the value of the attribute specified by its name as a
long
. |
String |
IConfiguration.getNamespace()
Returns the namespace this configuration node belongs to.
|
String |
DefaultConfiguration.getNamespace() |
protected String |
DefaultConfiguration.getPrefix() |
protected abstract String |
AbstractConfiguration.getPrefix()
Returns the prefix of the namespace.
|
String |
IConfiguration.getValue()
Returns the string value of this node.
|
String |
DefaultConfiguration.getValue() |
boolean |
IConfiguration.getValueAsBoolean()
Returns the boolean value of this node.
|
boolean |
AbstractConfiguration.getValueAsBoolean()
Returns the value of the configuration element as a
boolean . |
float |
IConfiguration.getValueAsFloat()
Returns the float value of this node.
|
float |
AbstractConfiguration.getValueAsFloat()
Returns the value of the configuration element as a
float . |
int |
IConfiguration.getValueAsInteger()
Returns the integer value of this node.
|
int |
AbstractConfiguration.getValueAsInteger()
Returns the value of the configuration element as an
int . |
long |
IConfiguration.getValueAsLong()
Returns the long value of this node.
|
long |
AbstractConfiguration.getValueAsLong()
Returns the value of the configuration element as a
long . |
IConfiguration |
IConfigurationProvider.readConfiguration(ClassLoader classLoader)
Returns the top-level configuration element that contains the complete
configuration data for a single CRT client.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationException |
ServerProxy.getLastConfigurationException() |
ConfigurationException |
ServerCollection.getLastConfigurationException() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationException |
AbstractFilterManager.getLastConfigurationException() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractUriFilterManager.changeSystemProperties(IConfiguration newConfig)
Deprecated.
|
protected void |
AbstractRidFilterManager.changeSystemProperties(IConfiguration newConfig) |
protected void |
AbstractPropertyFilterManager.changeSystemProperties(IConfiguration newConfig) |
protected void |
AbstractNamespaceFilterManager.changeSystemProperties(IConfiguration newConfig) |
protected abstract void |
AbstractFilterManager.changeSystemProperties(IConfiguration newConfig)
Changes the system properties of a filter manager.
|
protected void |
AbstractContentFilterManager2.changeSystemProperties(IConfiguration newConfig) |
protected void |
AbstractContentFilterManager.changeSystemProperties(IConfiguration newConfig) |
protected void |
AbstractFilterManager.checkNotReconfigurableAttributes(String[] notReconfigurable,
IConfiguration newConfig)
Helper method for reconfigure() implementations.
|
void |
AbstractFilterManager.configure(IConfiguration config) |
protected void |
AbstractFilterManager.startUpImpl()
The implementation must overwrite this method if it has initial startup
handling to do (acquire resources, open connections to remote systems,
etc).
|
protected void |
AbstractFilterManager.throwConfigurationException(String text,
String location,
String propName) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationException |
AbstractRepositoryService.getLastConfigurationException() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRepositoryService.configure(IConfiguration config) |
protected void |
AbstractRepositoryService.startUpImpl(Collection repositoryManagers)
The implementation must overwrite this method if it has initial startup
handling to do (acquire resources, open connections to remote systems,
etc).
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationException |
AbstractService.getLastConfigurationException() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractService.configure(IConfiguration config) |
protected void |
AbstractService.startUpImpl()
The implementation must overwrite this method if it has initial startup
handling to do (acquire resources, open connections to remote systems,
etc).
|
| Modifier and Type | Method and Description |
|---|---|
void |
WastebasketService.reconfigure(IConfiguration configuration) |
protected void |
WastebasketService.startUpImpl(Collection repositoryManagers) |
Copyright 2021 SAP SE Complete Copyright Notice