getHistoricalVersions() Gets the paths of the historical VirtualFiles associated with this one.
Will return an empty List if this is not a versionable, live in VirtualFile.
List of virtual files that are the historical versions of this one.
Checks this VirtualFile back in. Making it the current live VirtualFile.
Will return false if this is not a pending VirtualFile.
true if the method was successful
Creates a pending VirtualFile associated to this VirtualFile.
Will return false if this is not a versionable, live in VirtualFile or
if there is already a pending version.
true if the method was successful
Gets the paths of the historical VirtualFiles associated with this one.
Will return an empty List if this is not a versionable, live in VirtualFile.
List of virtual files that are the historical versions of this one. List will be empty if there are none
Returns the logical path of this virtual file. If the virtual file
is new or a live version then its own path will be returned. If the
virtual file is a pending or historical version the path of its live
version will be returned.
Full logical path
Gets the path of the pending VirtualFile associated with this one.
Will return null if this is not a versionable, live in VirtualFile.
Checked out VirtualFile, null if there isn't one
Checks to see if this has a pending version associated to it.
Will return false if this is not a versionable, live VirtualFile.
true if this has a pending version associated to it
Makes this VirtualFile the current pending VirtualFile for its associated
live VirtualFile. Will return false if this is not a historical VirtualFile.
true if the method was successful
Sets that the list of historical versions of this virtual file
has been populated.
Parameters: bHistoryPopulated - true to set that the list of historical versions has been populated