|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VersionInformation
This interface represents metadata of an ontology version.
Field Summary | |
---|---|
static java.lang.String |
COMMENT_KEY
The key under which comment is stored (as String) in the general metadata map. |
static java.lang.String |
DATE_KEY
The key under which creation date is stored (as String) in the general metadata map. |
static java.lang.String |
USER_KEY
The key under which user credentials are stored (as String) in the general metadata map. |
Method Summary | |
---|---|
java.lang.String |
getComment()
Returns the user comment pertaining this version. |
java.util.Date |
getDate()
Returns the date of creation of this version. |
UserCredentials |
getUser()
Returns the credentials of the user that created this version. |
VersionIdentifier |
getVersion()
Returns the version identifier for which these metadata apply. |
java.util.Map |
getVersionMetadata()
Returns the generic metadata holder on this version. |
Field Detail |
---|
static final java.lang.String USER_KEY
static final java.lang.String DATE_KEY
static final java.lang.String COMMENT_KEY
Method Detail |
---|
VersionIdentifier getVersion()
UserCredentials getUser()
java.util.Date getDate()
java.lang.String getComment()
java.util.Map getVersionMetadata()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |