|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prozima.pengine.DeleteProjectCommand
public class DeleteProjectCommand
Delete an existing project. A project may only be deleted if it has no schedules.
Attempting to delete a project which still has schedules or baselines will cause
the API to fire the event EventInterface.ID.ERROR_DELETE_PROJECT_WITH_SCHEDULES.
| Constructor Summary | |
|---|---|
DeleteProjectCommand(java.lang.Integer inProjectID)
Create the command, setting the ID of the project to be deleted. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteProjectCommand(java.lang.Integer inProjectID)
inProjectID - ID of the Project to be deleted. null is not a
permitted value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||