Interface WorkspaceVersion
-
- All Known Implementing Classes:
WorkspaceFileVersion
public interface WorkspaceVersionThe Interface WorkspaceVersion.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Oct 12, 2018
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CalendargetCreated()Gets the created.StringgetId()Gets the id.StringgetName()Gets the name.StringgetOwner()Gets the user.StringgetRemotePath()Gets the remote path.LonggetSize()Gets the size.booleanisCurrentVersion()Checks if is current version.
-
-
-
Method Detail
-
getId
String getId()
Gets the id.- Returns:
- the id
-
getName
String getName()
Gets the name.- Returns:
- the name
-
getCreated
Calendar getCreated()
Gets the created.- Returns:
- the created
-
getOwner
String getOwner()
Gets the user.- Returns:
- the user
-
getRemotePath
String getRemotePath()
Gets the remote path.- Returns:
- the remote path
-
getSize
Long getSize()
Gets the size.- Returns:
- the size
-
isCurrentVersion
boolean isCurrentVersion()
Checks if is current version.- Returns:
- true, if is current version
-
-