protected class LivelinkConnector.ObjectInformation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
objectID |
protected com.opentext.api.LLValue |
objectValue |
protected int |
volumeID |
| Constructor and Description |
|---|
ObjectInformation(int volumeID,
int objectID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
boolean |
exists()
Check whether object seems to exist or not.
|
int |
getCategoryId(java.lang.String startPath)
Returns the category ID specified by the path name.
|
java.lang.String |
getComments()
Get OpenText comments/description.
|
java.util.Date |
getCreationDate()
Get creation date.
|
java.lang.Integer |
getCreatorId()
Get creator ID.
|
java.lang.Integer |
getGroupId()
Get group ID.
|
java.util.Date |
getModifyDate() |
java.lang.String |
getName()
Get OpenText document name.
|
protected com.opentext.api.LLValue |
getObjectValue()
Get the objInfo object.
|
java.lang.Integer |
getOwnerId()
Get owner ID.
|
java.lang.Integer |
getParentId()
Get parent ID.
|
LivelinkConnector.VolumeAndId |
getPathId(java.lang.String startPath)
Returns the object ID specified by the path name.
|
java.lang.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.
|
java.lang.String |
toString()
toString override
|
protected final int volumeID
protected final int objectID
protected com.opentext.api.LLValue objectValue
public boolean exists()
throws org.apache.manifoldcf.agents.interfaces.ServiceInterruption,
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruptionorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic boolean isCategoryWorkspace()
public boolean isEntityWorkspace()
public java.lang.String toString()
toString in class java.lang.Objectpublic LivelinkConnector.VolumeAndId getPathId(java.lang.String startPath) throws org.apache.manifoldcf.agents.interfaces.ServiceInterruption, org.apache.manifoldcf.core.interfaces.ManifoldCFException
startPath - is the folder name (a string with dots as separators)org.apache.manifoldcf.agents.interfaces.ServiceInterruptionorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic int getCategoryId(java.lang.String startPath)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
org.apache.manifoldcf.agents.interfaces.ServiceInterruption
startPath - is the folder name, ending in a category name (a string with slashes as separators)org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionorg.apache.manifoldcf.agents.interfaces.ServiceInterruptionpublic java.lang.Integer getPermissions()
throws org.apache.manifoldcf.agents.interfaces.ServiceInterruption,
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruptionorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic java.lang.String getName()
throws org.apache.manifoldcf.agents.interfaces.ServiceInterruption,
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruptionorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic java.lang.String getComments()
throws org.apache.manifoldcf.agents.interfaces.ServiceInterruption,
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruptionorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic java.lang.Integer getParentId()
throws org.apache.manifoldcf.agents.interfaces.ServiceInterruption,
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruptionorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic java.lang.Integer getOwnerId()
throws org.apache.manifoldcf.agents.interfaces.ServiceInterruption,
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruptionorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic java.lang.Integer getGroupId()
throws org.apache.manifoldcf.agents.interfaces.ServiceInterruption,
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruptionorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic java.util.Date getCreationDate()
throws org.apache.manifoldcf.agents.interfaces.ServiceInterruption,
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruptionorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic java.lang.Integer getCreatorId()
throws org.apache.manifoldcf.agents.interfaces.ServiceInterruption,
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruptionorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic java.util.Date getModifyDate()
throws org.apache.manifoldcf.agents.interfaces.ServiceInterruption,
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruptionorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionprotected com.opentext.api.LLValue getObjectValue()
throws org.apache.manifoldcf.agents.interfaces.ServiceInterruption,
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruptionorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object