com.ibm.portal.model.controller.context
Interface DomainProviderCreationContext

All Superinterfaces:
CreationContext
All Known Subinterfaces:
DomainSpecificCopyCreationContext<T>, PortletDefinitionCloningContext, PortletEntityCreationContext

public interface DomainProviderCreationContext
extends CreationContext

Creation context allowing to specify the database domain in which a node has to be created.

Since:
6.1.0.3

Method Summary
 Identifiable getDomainProvider()
          An identifiable which defines the target domain for a newly created node.
 

Method Detail

getDomainProvider

Identifiable getDomainProvider()
An identifiable which defines the target domain for a newly created node. May be null - in this case it is undefined in which domain the node will be created.

Returns:
an identifiable object providing the target domain, may be null