|
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 | ||||||||
public interface RepositoryConfigOpsV2
RepositoryConfigOps is a Repository interface (as opposed to a Ticket interface) which allows the repository to get callbacks when various operations are performed on RepositoryConfig objects. <p/>
| Nested Class Summary | |
|---|---|
static class |
RepositoryConfigOpsV2.MethodName |
| Method Summary | |
|---|---|
void |
createRepository(IRepositoryConfig config)This method is called immediately after a new repository config is created in the VCR, but before is used. |
List<String> |
getRepositoryPublicConfigKeys()This method is called when IVirtualRepositoryManager.getPublicRepositoryConfig is called. |
void |
removeRepository(String repoConfigName)This method is called immediately after a repository config is removed by the VCR. |
void |
updateRepository(IRepositoryConfig config)This method is called immediately after a repository config is updated in the VCR, but before the updated repository config is used. |
| Method Detail |
|---|
void createRepository(IRepositoryConfig config)
throws RepositoryException
RepositoryConfig object and allows custom actions to be performed at create time. <p/>config - The repository configurationRepositoryException - if the creation operation fails.
void updateRepository(IRepositoryConfig config)
throws RepositoryException
RepositoryConfig object and allows custom actions to be performed at update time. <p/>config - The repository configurationRepositoryException - if the update operation fails.
void removeRepository(String repoConfigName)
throws RepositoryException
String repository name and allows custom actions to be performed at removal time. <p/>repoConfigName - The name of the repository configRepositoryException - If the removal operation fails.List<String> getRepositoryPublicConfigKeys()
|
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.