protected class LivelinkConnector.ObjectInformation extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
objectID |
protected com.opentext.api.LLValue |
objectValue |
protected int |
volumeID |
Constructor and Description |
---|
LivelinkConnector.ObjectInformation(int volumeID,
int objectID) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
boolean |
exists()
Check whether object seems to exist or not.
|
int |
getCategoryId(String startPath)
Returns the category ID specified by the path name.
|
String |
getComments()
Get OpenText comments/description.
|
Date |
getCreationDate()
Get creation date.
|
Integer |
getCreatorId()
Get creator ID.
|
Integer |
getGroupId()
Get group ID.
|
Date |
getModifyDate() |
String |
getName()
Get OpenText document name.
|
protected com.opentext.api.LLValue |
getObjectValue()
Get the objInfo object.
|
Integer |
getOwnerId()
Get owner ID.
|
Integer |
getParentId()
Get parent ID.
|
LivelinkConnector.VolumeAndId |
getPathId(String startPath)
Returns the object ID specified by the path name.
|
Integer |
getPermissions()
Get permissions.
|
int |
hashCode() |
boolean |
isCategoryWorkspace()
Check if this object is the category workspace.
|
boolean |
isEntityWorkspace()
Check if this object is the entity workspace.
|
String |
toString()
toString override
|
protected final int volumeID
protected final int objectID
protected com.opentext.api.LLValue objectValue
public LivelinkConnector.ObjectInformation(int volumeID, int objectID)
public boolean exists() throws ServiceInterruption, ManifoldCFException
public boolean isCategoryWorkspace()
public boolean isEntityWorkspace()
public LivelinkConnector.VolumeAndId getPathId(String startPath) throws ServiceInterruption, ManifoldCFException
startPath
- is the folder name (a string with dots as separators)ServiceInterruption
ManifoldCFException
public int getCategoryId(String startPath) throws ManifoldCFException, ServiceInterruption
startPath
- is the folder name, ending in a category name (a string with slashes as separators)ManifoldCFException
ServiceInterruption
public Integer getPermissions() throws ServiceInterruption, ManifoldCFException
public String getName() throws ServiceInterruption, ManifoldCFException
public String getComments() throws ServiceInterruption, ManifoldCFException
public Integer getParentId() throws ServiceInterruption, ManifoldCFException
public Integer getOwnerId() throws ServiceInterruption, ManifoldCFException
public Integer getGroupId() throws ServiceInterruption, ManifoldCFException
public Date getCreationDate() throws ServiceInterruption, ManifoldCFException
public Integer getCreatorId() throws ServiceInterruption, ManifoldCFException
public Date getModifyDate() throws ServiceInterruption, ManifoldCFException
protected com.opentext.api.LLValue getObjectValue() throws ServiceInterruption, ManifoldCFException