| 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
RepositoryConfigOpsV2
@Deprecated public interface RepositoryConfigOpsV1
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.
| Nested Class Summary | |
|---|---|
static class | 
RepositoryConfigOpsV1.MethodName
Deprecated  | 
| Method Summary | |
|---|---|
 void | 
createRepository(RepositoryConfig config)
Deprecated This method is called immediately after a new repository config is created in the VCR, but before is used.  | 
 void | 
removeRepository(String repoConfigName)
Deprecated This method is called immediately after a repository config is removed by the VCR.  | 
 void | 
updateRepository(RepositoryConfig config)
Deprecated 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(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 repoConfigName)
                      throws RepositoryException
String repository name
 and allows custom actions to be performed at removal time.
 
repoConfigName - The name of the repository config
RepositoryException - If the removal operation fails.
  | 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||