|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.admin.ns.ValueListFacade
com.novell.admin.ns.nds.BackLinkFacade
Facade for the NDS Backlink syntax. This is the same as LDAP "Tagged Name" syntax. It consists of a DN and an integer.
Field Summary |
Fields inherited from class com.novell.admin.ns.ValueListFacade |
valueList |
Constructor Summary | |
BackLinkFacade(ValueList valueList)
Facade constructor |
Method Summary | |
static ValueList |
createValueList(java.lang.String objectName,
long remoteId)
Creates a BackLink ValueList. |
static ValueList |
createValueList(java.lang.String objectName,
long remoteId,
Syntax syn)
Creates a BackLink ValueList. |
java.lang.String |
getObjectName()
Returns the object name from the valuelist. |
long |
getRemoteId()
Returns the remote ID from the valuelist. |
void |
setObjectName(java.lang.String objectName)
Sets the object name in the valuelist. |
void |
setRemoteId(long id)
Sets the remote ID in the valuelist. |
Methods inherited from class com.novell.admin.ns.ValueListFacade |
getValueList, replaceBooleanValue, replaceHexValue, replaceLongValue, replaceStringValue, replaceValueList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BackLinkFacade(ValueList valueList) throws IncompatibleComponentException
valueList
- The ValueList that represents the BackLink data.
IncompatibleComponentException
- Thrown if the 'valueList' syntax is
not "Back Link" or "Tagged Name".Method Detail |
public static ValueList createValueList(java.lang.String objectName, long remoteId)
objectName
- Refer to NDS Schema Specification.remoteId
- Refer to NDS Schema Specification.
public static ValueList createValueList(java.lang.String objectName, long remoteId, Syntax syn)
objectName
- Refer to NDS Schema Specification.remoteId
- Refer to NDS Schema Specification.syn
- The syntax for this value, either NDSSyntax.SYN_BACKLINK
or LDAPSyntax.SYN_TAGGED_NAME.
public java.lang.String getObjectName()
public long getRemoteId()
public void setObjectName(java.lang.String objectName)
objectName
- The object name.public void setRemoteId(long id)
id
- The remote ID.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |