|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Deprecated As of 10.2, replaced by RepositoryConfigOpsV1
. The SPI interfaces in the com.bea.content.spi package have all been deprecated as of 10.2. Oracle does not intend to remove these interfaces during the next major release of WebLogic Portal. However, please note that new development should take place using the com.bea.content.spi.flexspi interfaces going forward.
@Deprecated
public interface ExtendedRepository
The Extended Repository interface allows users to use the extended functionality present In the content management system.
Method Summary | |
---|---|
void |
createRepository(RepositoryConfig config) Deprecated A method called when a new repository is created. |
void |
removeRepository(String name) Deprecated A method called when a repository is removed. |
void |
updateRepository(RepositoryConfig config) Deprecated A method called when a repository is configuration is updated. |
Methods inherited from interface com.bea.content.spi.Repository |
---|
connect, connect, getName, getProperties, setName, setProperties |
Method Detail |
---|
void createRepository(RepositoryConfig config) throws RepositoryException
RepositoryConfig
object and allows custom actions to be performed at create time.config
- The repository configurationRepositoryException
- if the creation operation fails.void updateRepository(RepositoryConfig config) throws RepositoryException
RepositoryConfig
object and allows custom actions to be performed at update time.config
- The repository configurationRepositoryException
- if the update operation fails.void removeRepository(String name) throws RepositoryException
name
- The name of the repositoryRepositoryException
- If the removal operation fails.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2010, Oracle. All rights reserved.