| Package | Description |
|---|---|
| de.aristaflow.adept2.core.activityrepository | |
| de.aristaflow.adept2.model.activitymodel |
TODO This is completely outdated.
|
| de.aristaflow.adept2.model.common |
| Modifier and Type | Method and Description |
|---|---|
Revision |
RevisionManager.getLatestRevision(SessionToken session)
Gets detailed information on the latest revision of this activity
repository.
|
Revision |
RevisionManager.getRevisionData(SessionToken session,
long revision)
Gets detailed information on the designated revision, that is, the creation
time of the revision, the creator and a comment.
|
| Modifier and Type | Method and Description |
|---|---|
Revision |
RevisionConflictException.getBaseRevision()
Gets the base revision of the branch that caused this conflict, that is,
the revision that is too old now.
|
Revision |
RevisionConflictException.getLatestRevision()
Gets the latest revision that is needed for a version that is to be
released.
|
| Constructor and Description |
|---|
RevisionConflictException(Revision baseRevision,
Revision latestRevision)
Creates a new exception indicating that a branch is based on an old
revision but not on the latest revision.
|
| Modifier and Type | Field and Description |
|---|---|
protected Revision |
Branch.baseRevision
The base revision of this branch.
|
| Modifier and Type | Method and Description |
|---|---|
Revision |
Branch.getBaseRevision()
Gets the base revision of this revision, that is the revision this branch
is based upon.
|
| Constructor and Description |
|---|
Branch(long branch,
Revision baseRevision,
long creationTime,
QualifiedAgent creationAgent,
long modTime,
QualifiedAgent modAgent,
java.lang.String comment)
Creates a new branch object with the designated branch count, base
revision, the last modification time, the agent and the comment.
|