com.ibm.ftt.projects.core.logicalfactory
Interface IProjectFactory


public interface IProjectFactory

A factory for creating RDz logical projects.


Field Summary
static String COPY_RIGHT
           
 
Method Summary
 ILogicalProject createProject(String name)
          Creates a logical project with the given name.
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
See Also:
Constant Field Values
Method Detail

createProject

ILogicalProject createProject(String name)
                              throws OperationFailedException
Creates a logical project with the given name.

Parameters:
name - a String containing the name of the logical project to be created
Returns:
the ILogicalProject that is created
Throws:
{@link - OperationFailedException} when the project cannot be created due to errors
OperationFailedException