com.ibm.portal.resolver.webdav.tree
Interface WebdavCreationContext<T>

All Known Subinterfaces:
WebdavCopyContext<T>

public interface WebdavCreationContext<T>

Base class for a CreationContext used to create new items.

Since:
6.1.5
Note:
This interface is designed to be implemented by clients.

Method Summary
 CreationContext getCreationContext()
          Returns the CreationContext object that can be passed in to the ModelController.create(Class, CreationContext) method.
 java.lang.Class<? extends T> getNodeClass()
          Determines the type of item to create
 

Method Detail

getNodeClass

java.lang.Class<? extends T> getNodeClass()
Determines the type of item to create

Returns:
the class object of the newly created collection not null to indicate that a collection cannot be created

getCreationContext

CreationContext getCreationContext()
Returns the CreationContext object that can be passed in to the ModelController.create(Class, CreationContext) method.

Returns: