Package com.sap.portal.genericcreator

Provides interfaces and classes that enable you to execute an XML script in order to automate content creation and to perform other actions.

See:
          Description

Interface Summary
IGCAttribute The interface that defines an attribute specified in <Attribute> tags that are nested in the <Context> or <Action> tags.
IGCAttributes The interface that defines a collection of attributes.
IGenericCreator The interface that enables you to run an XML script.
IGenericCreatorGatewayService The interface for the portal service that enables you to get an IGenericCreator instance.
IGenericCreatorRegister The interface for the portal service that enables you to register and unregister an XML Content and Actions handler.
IGenericCreatorResults The interface that indicates the results of executing an XML script, and contains the IDs of all the nodes that were parsed.
 

Class Summary
GenericCreatorParams The class that holds the parameters that the IGenericCreator class needs to execute a script - the current user and the script.
GenericCreatorResult The class that indicates whether the XML script was executed successfully.
 

Package com.sap.portal.genericcreator Description

Provides interfaces and classes that enable you to execute an XML script in order to automate content creation and to perform other actions.

Creating content (such as iViews, pages, systems, translation lists and desktops) and performing actions (such as setting permissions and deleting content) via administration tools may require many steps. Instead, the portal enables you to define, in XML, many objects and their attributes, and then execute the XML to create all the objects in one step.

The API provides the same functionality as the XML Content and Actions administrator interface.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright 2011 SAP AG Complete Copyright Notice