|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RCommonProject
| Method Summary | |
|---|---|
void |
commit(CommonUser user)
Commits changes in background versioned storage. |
void |
delete(CommonUser user)
Marks the project for deletion. |
void |
erase(CommonUser user)
Erases the project from the repository completely. |
RLock |
getLock()
|
String |
getName()
Gets name of the project. |
boolean |
isLocked()
|
boolean |
isMarked4Deletion()
Returns whether the project is marked for deletion. |
void |
lock(CommonUser user)
|
void |
riseVersion(int major,
int minor)
|
void |
undelete(CommonUser user)
Unmarks the project from deletion. |
void |
unlock(CommonUser user)
|
| Method Detail |
|---|
void commit(CommonUser user)
throws RRepositoryException
RRepositoryException - if failed
void delete(CommonUser user)
throws RRepositoryException
RDeleteException - if failed
RRepositoryException
void erase(CommonUser user)
throws RRepositoryException
#delete() should be
invoked. Otherwise this method will throw exception.
RDeleteException - if failed
RRepositoryException
RLock getLock()
throws RRepositoryException
RRepositoryExceptionString getName()
boolean isLocked()
throws RRepositoryException
RRepositoryException
boolean isMarked4Deletion()
throws RRepositoryException
true if project is marked for deletion;
false otherwise
RRepositoryException
void lock(CommonUser user)
throws RRepositoryException
RRepositoryException
void riseVersion(int major,
int minor)
throws RRepositoryException
RRepositoryException
void undelete(CommonUser user)
throws RRepositoryException
RModifyException - if failed
RRepositoryException
void unlock(CommonUser user)
throws RRepositoryException
RRepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||