| Package | Description |
|---|---|
| org.openl.rules.common | |
| org.openl.rules.common.impl | |
| org.openl.rules.repository | |
| org.openl.rules.repository.api |
| Modifier and Type | Method and Description |
|---|---|
CommonUser |
LockInfo.getLockedBy()
Get id of user who set the lock.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonUserImpl |
| Modifier and Type | Method and Description |
|---|---|
CommonUser |
RVersion.getCreatedBy()
Gets user who created the version.
|
CommonUser |
RLock.getLockedBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
REntity.commit(CommonUser user)
Commits changes in background versioned storage.
|
void |
RCommonProject.commit(CommonUser user)
Commits changes in background versioned storage.
|
void |
RCommonProject.delete(CommonUser user)
Marks the project for deletion.
|
void |
RCommonProject.erase(CommonUser user)
Erases the project from the repository completely.
|
void |
RLock.lock(CommonUser user) |
void |
REntity.lock(CommonUser user) |
void |
RCommonProject.lock(CommonUser user) |
void |
RCommonProject.undelete(CommonUser user)
Unmarks the project from deletion.
|
void |
RLock.unlock(CommonUser user) |
void |
REntity.unlock(CommonUser user) |
void |
RCommonProject.unlock(CommonUser user) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtefactAPI.commit(CommonUser user,
int revision) |
void |
ArtefactAPI.delete(CommonUser user) |
void |
ArtefactAPI.lock(CommonUser user) |
void |
ArtefactAPI.unlock(CommonUser user) |
Copyright © 2018. All rights reserved.