com.ibm.ftt.projects.core.logicalfactory
Interface IProjectFactory
public interface IProjectFactory
A factory for creating RDz logical projects.
COPY_RIGHT
static final String COPY_RIGHT
- See Also:
- Constant Field Values
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