Show TOC Start of Content Area

Background documentation Key Interfaces and Classes  Locate the document in its SAP Library structure

The package com.sap.portal.genericcreator contains the following interfaces and classes for creating content via an XML script:

IGenericCreatorGatewayService

An interface that represents a portal service that enables the creation of an IGenericCreator object.

IGenericCreator

An interface that enables you to execute an XML script.

GenericCreatorParams

A class that holds a reference to the user executing the script and the XML script.

IGenericCreatorResults

An interface that contains the results from the execution of an XML script.

Developing Handlers

IHandler

The interface that your handler must implement.

IGenericCreatorRegister

An interface that represents a portal service that enables you to register your handler.

 

End of Content Area