-
Field Summary
Fields
static final int
static final int
static final int
-
Method Summary
boolean
Does this implementation of a versioning system provide a system session or user
gets the service ID (for acl)
Get a session for the version control system
Get a session for the version control system
lookups a version by its uri
-
Field Details
-
VERSION_UPDATE_TYPE_BRANCH
static final int VERSION_UPDATE_TYPE_BRANCH
- See Also:
-
-
VERSION_UPDATE_TYPE_FIXED
static final int VERSION_UPDATE_TYPE_FIXED
- See Also:
-
-
VERSION_UPDATE_TYPE_EDITABLE
static final int VERSION_UPDATE_TYPE_EDITABLE
- See Also:
-
-
LOG_CATEGORY_NAME
static final String LOG_CATEGORY_NAME
- See Also:
-
-
VERSION_URI
static final String VERSION_URI
- See Also:
-
-
Method Details
-
allowSystemSession
Does this implementation of a versioning system provide a system session or user
- Returns:
- true for SystemSession and false if per UserSessions
- Throws:
VersionException
-
getSession
Get a session for the version control system
- Parameters:
userId
- the user to login as
password
- the users password
- Returns:
- the session for the user
- Throws:
VersionException
-
getSession
Get a session for the version control system
- Parameters:
userId
- the user to login as
password
- the users password
mc
- overrides IMetaContext
to be used for session
- Returns:
- the session for the user
- Throws:
VersionException
-
getSession
Get the default session
- Returns:
- the default session (for example the System Session)
- Throws:
VersionException
-
getSession
Get the default session
- Parameters:
mc
- overrides IMetaContext
to be used for session
- Returns:
- the default session (for example the System Session)
- Throws:
VersionException
-
-
acquireURI
acquires version uri
- Parameters:
uri
-
- Returns:
-
lookup
lookups a version by its uri
- Parameters:
uri
-
- Returns:
- Throws:
VersionException