|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.webcenter.spaces.operations.BaseGroupSpaceOpsHandlerPlugin
public abstract class BaseGroupSpaceOpsHandlerPlugin
Base class for classes implementing GroupSpaceOpsHandlerPlugin. Provides a base noop implementation for real classes. All the methods are no-op here.
| Constructor Summary | |
|---|---|
BaseGroupSpaceOpsHandlerPlugin() |
|
| Method Summary | |
|---|---|
boolean |
postCreateGroupSpace(SpaceTemplate baseTemplate, Space newSpace)Not Supported as of now. |
boolean |
postDeleteGroupSpace(Space space)Not Supported as of now |
boolean |
postRenameGroupSpace(java.lang.String oldSpaceName, java.lang.String newSpaceName)Not Supported as of now |
boolean |
preCreateGroupSpace(SpaceTemplate baseTemplate, Space space)Not Supported as of now |
boolean |
preDeleteGroupSpace(Space space)This API represents all the steps that are required to be performed before deleting the group space by different plugins. |
boolean |
preRenameGroupSpace(java.lang.String oldSpaceName, java.lang.String newSpaceName)Not Supported as of now |
boolean |
rollbackCreateGroupSpace(SpaceTemplate baseTemplate, Space space)This API does the rollback of postCreate of Group Space. |
boolean |
rollbackDeleteGroupSpace(Space space)Not Supported as of now |
boolean |
rollbackRenameGroupSpace(java.lang.String oldSpaceName, java.lang.String newSpaceName)Not Supported as of now |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseGroupSpaceOpsHandlerPlugin()
| Method Detail |
|---|
public boolean preCreateGroupSpace(SpaceTemplate baseTemplate,
Space space)
throws GroupSpaceOpsException
preCreateGroupSpace in interface GroupSpaceOpsHandlerPluginbaseTemplate - Base Template Namespace - Space NameGroupSpaceOpsException - Throws GroupSpaceOpsException when pre-configuration fails. Throws GroupSpacesOpsIgnorableException when the errors can be ignored
public boolean postCreateGroupSpace(SpaceTemplate baseTemplate,
Space newSpace)
throws GroupSpaceOpsException
postCreateGroupSpace in interface GroupSpaceOpsHandlerPluginbaseTemplate - Base Template Namespace - Space NameGroupSpaceOpsException - Throws GroupSpaceOpsException when pre-configuration fails. Throws GroupSpacesOpsIgnorableException when the errors can be ignored
public boolean rollbackCreateGroupSpace(SpaceTemplate baseTemplate,
Space space)
throws GroupSpaceOpsRollbackException
rollbackCreateGroupSpace in interface GroupSpaceOpsHandlerPluginbaseTemplate - Base Template Namespace - Space NameGroupSpaceOpsException - Throws GroupSpaceOpsException when pre-configuration fails. Throws GroupSpacesOpsIgnorableException when the errors can be ignoredGroupSpaceOpsRollbackException
public boolean preDeleteGroupSpace(Space space)
throws GroupSpaceOpsException
preDeleteGroupSpace in interface GroupSpaceOpsHandlerPluginspace - SpaceGroupSpaceOpsException - Throws GroupSpaceOpsException when pre-configuration fails. Throws GroupSpacesOpsIgnorableException when the errors can be ignored
public boolean postDeleteGroupSpace(Space space)
throws GroupSpaceOpsException
postDeleteGroupSpace in interface GroupSpaceOpsHandlerPluginspace - SpaceGroupSpaceOpsException - Throws GroupSpaceOpsException when pre-configuration fails. Throws GroupSpacesOpsIgnorableException when the errors can be ignored
public boolean rollbackDeleteGroupSpace(Space space)
throws GroupSpaceOpsRollbackException
rollbackDeleteGroupSpace in interface GroupSpaceOpsHandlerPluginspace - SpaceGroupSpaceOpsRollbackException
public boolean preRenameGroupSpace(java.lang.String oldSpaceName,
java.lang.String newSpaceName)
throws GroupSpaceOpsException
preRenameGroupSpace in interface GroupSpaceOpsHandlerPluginoldSpaceName - Old Space NamenewSpaceName - New Space NameGroupSpaceOpsException - Throws GroupSpaceOpsException when pre-configuration fails. Throws GroupSpacesOpsIgnorableException when the errors can be ignored
public boolean postRenameGroupSpace(java.lang.String oldSpaceName,
java.lang.String newSpaceName)
throws GroupSpaceOpsException
postRenameGroupSpace in interface GroupSpaceOpsHandlerPluginoldSpaceName - Old Space NamenewSpaceName - New Space NameGroupSpaceOpsException - Throws GroupSpaceOpsException when pre-configuration fails. Throws GroupSpacesOpsIgnorableException when the errors can be ignored
public boolean rollbackRenameGroupSpace(java.lang.String oldSpaceName,
java.lang.String newSpaceName)
throws GroupSpaceOpsException
rollbackRenameGroupSpace in interface GroupSpaceOpsHandlerPluginoldSpaceName - Old Space NamenewSpaceName - New Space NameGroupSpaceOpsException - Throws GroupSpaceOpsException when pre-configuration fails. Throws GroupSpacesOpsIgnorableException when the errors can be ignored Throws GroupSpacesRollbackException when the roll back fails. This exception can be ignored
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||