Searched defs:linkObject (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java1492 * i.e. a linkObject with id of null represents a link that does not exist (yet)
1494 public Link linkObject = new Link(ObjectMapping.this); field in class:ObjectMapping.SyncOperation
1498 * (linkObject above may not be set for newly created links)
1543 this.linkObject.setLinkQualifier(linkQualifier);
1601 return linkObject.linkQualifier;
1682 if (linkObject != null && linkObject.initialized) {
1683 return linkObject._id;
1696 this.linkObject = link;
1699 this.linkObject
[all...]

Completed in 33 milliseconds