|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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)
A method called when a new repository is created. |
void |
removeRepository(String name)
A method called when a repository is removed. |
void |
updateRepository(RepositoryConfig config)
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 configuration
RepositoryException - 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 configuration
RepositoryException - if the update operation fails.
void removeRepository(String name)
throws RepositoryException
name - The name of the repository
RepositoryException - If the removal operation fails.
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||