protected class LivelinkConnector.UserInformation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
userID |
protected com.opentext.api.LLValue |
userValue |
| Constructor and Description |
|---|
UserInformation(int userID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
boolean |
exists() |
java.lang.String |
getName() |
protected com.opentext.api.LLValue |
getUserValue() |
int |
hashCode() |
java.lang.String |
toString() |
protected final int userID
protected com.opentext.api.LLValue userValue
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 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.ManifoldCFExceptionprotected com.opentext.api.LLValue getUserValue()
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 toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object