|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| 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 |
duringCreateGroupSpace(SpaceTemplate baseTemplate, Space newSpace, SpaceCreationOptions option)Not Supported as of now. |
boolean |
postCreateGroupSpace(SpaceTemplate baseTemplate, Space newSpace)Not Supported as of now. |
boolean |
postCreateGroupSpace(SpaceTemplate baseTemplate, Space newSpace, SpaceCreationOptions option)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)Deprecated. The rollback of createSpace is no longer supported |
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 duringCreateGroupSpace(SpaceTemplate baseTemplate,
Space newSpace,
SpaceCreationOptions option)
throws GroupSpaceOpsException
duringCreateGroupSpace in interface GroupSpaceOpsHandlerPluginbaseTemplate - Base Template Namespace - Space Nameoption - SpaceCreationOptions contains values like accesslevels, displayName etc which will be set during space creationGroupSpaceOpsIgnorableException - Throws GroupSpaceOpsException when pre-configuration fails. Throws GroupSpacesOpsIgnorableException when the errors can be ignoredGroupSpaceOpsException - Throws GroupSpaceOpsException when pre-configuration fails. Throws GroupSpaceOpsIgnorableException when the errors can be ignored
public boolean postCreateGroupSpace(SpaceTemplate baseTemplate,
Space newSpace,
SpaceCreationOptions option)
throws GroupSpaceOpsException
postCreateGroupSpace in interface GroupSpaceOpsHandlerPluginbaseTemplate - Base Template NamenewSpace - The new Space being createdoption - SpaceCreationOptions contains values like accesslevels, displayName etc which will be set during space creationGroupSpaceOpsException - Throws GroupSpaceOpsException when pre-configuration fails. Throws GroupSpaceOpsIgnorableException 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 Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||