+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD