|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.sap.portal.admin.wizard.handlers.AbstractObjectTypeHandler
|
+--com.sap.portal.admin.wizard.handlers.SystemHandler
SystemHandler handles system creation using the new PCM API.
| Field Summary | |
static java.lang.String |
SYSTEM_HANDLER_KEY
key for default system handler service. |
| Constructor Summary | |
SystemHandler()
|
|
| Method Summary | |
java.lang.Object |
createObjectDescriptor(java.lang.String targetId,
com.sap.portal.pcm.CreateMethod method,
IWizardContext context)
Create a new object descriptor that is in charge of storing the object's data. |
| Methods inherited from class com.sap.portal.admin.wizard.handlers.AbstractObjectTypeHandler |
saveObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String SYSTEM_HANDLER_KEY
| Constructor Detail |
public SystemHandler()
| Method Detail |
public java.lang.Object createObjectDescriptor(java.lang.String targetId,
com.sap.portal.pcm.CreateMethod method,
IWizardContext context)
throws DescriptorNotCreatedException
IObjectTypeHandler
Note: the implementation should deal only with the descriptor creation.
Everything else should be would be implemented in
AbstractPCMWizard.finalizeDescriptor(Map, Object, com.sapportals.admin.wizardframework.api.IWizardContext).
com.sap.portal.admin.wizard.handlers.IObjectTypeHandlertargetId - the target path.method - creation method CreateMethodcontext - the wizard contextDescriptorNotCreatedException - if the descriptor failed to be created.INewObjectDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||