protected class LivelinkConnector.VersionInformation extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
objectID |
protected int |
revisionNumber |
protected com.opentext.api.LLValue |
versionValue |
protected int |
volumeID |
Constructor and Description |
---|
LivelinkConnector.VersionInformation(int volumeID,
int objectID,
int revisionNumber) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
boolean |
exists() |
Long |
getDataSize()
Get data size.
|
String |
getFileName()
Get file name.
|
String |
getMimeType()
Get mime type.
|
Date |
getModifyDate()
Get modify date.
|
Integer |
getOwnerId()
Get modifier.
|
protected com.opentext.api.LLValue |
getVersionValue()
Get version LLValue
|
int |
hashCode() |
protected final int volumeID
protected final int objectID
protected final int revisionNumber
protected com.opentext.api.LLValue versionValue
public LivelinkConnector.VersionInformation(int volumeID, int objectID, int revisionNumber)
public boolean exists() throws ServiceInterruption, ManifoldCFException
public Long getDataSize() throws ServiceInterruption, ManifoldCFException
public String getFileName() throws ServiceInterruption, ManifoldCFException
public String getMimeType() throws ServiceInterruption, ManifoldCFException
public Date getModifyDate() throws ServiceInterruption, ManifoldCFException
public Integer getOwnerId() throws ServiceInterruption, ManifoldCFException
protected com.opentext.api.LLValue getVersionValue() throws ServiceInterruption, ManifoldCFException