|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ufid | |
wt.federation | The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. |
wt.intersvrcom | Site External API: |
wt.ixb.archive | |
wt.ixb.handlers.forattributes | |
wt.ixb.publicforhandlers | Provides APIs to develop IXB plugable components. |
wt.replication | |
wt.replication.receiver | |
wt.ufid | Uses the
UfidService (and server-side-only
wt.ufid.UfidServiceSvr ) to manage the Universal Federated Identifier
for Federatable objects. |
wt.ufid.delegates | |
wt.vc |
Uses of Ufid in wt.federation |
Fields in wt.federation declared as Ufid | |
private Ufid |
LightweightProxy.ufid
|
private Ufid |
LightweightProxy.ufid
|
Methods in wt.federation that return Ufid | |
Ufid |
StandardFederationService.getUfid(Federatable object)
Retrieves the ufid for the Federatable object. |
Ufid |
LightweightProxy.getUfid()
Supported API: false |
Ufid |
FederationServiceFwd.getUfid(Federatable object)
Retrieves the ufid for the Federatable object. |
Ufid |
FederationService.getUfid(Federatable object)
Retrieves the ufid for the Federatable object. |
Ufid |
StandardFederationService.getUfid(Federatable object)
Retrieves the ufid for the Federatable object. |
Ufid |
LightweightProxy.getUfid()
Supported API: false |
Ufid |
FederationServiceFwd.getUfid(Federatable object)
Retrieves the ufid for the Federatable object. |
Ufid |
FederationService.getUfid(Federatable object)
Retrieves the ufid for the Federatable object. |
Methods in wt.federation with parameters of type Ufid | |
void |
LightweightProxy.setUfid(Ufid ufid)
Supported API: false |
void |
LightweightProxy.setUfid(Ufid ufid)
Supported API: false |
Uses of Ufid in wt.intersvrcom |
Methods in wt.intersvrcom with parameters of type Ufid | |
Site |
StandardInterSvrComService.getSiteByUfid(Ufid ufid)
Supported API: false |
Site |
InterSvrComServiceFwd.getSiteByUfid(Ufid ufid)
Supported API: false |
Site |
InterSvrComService.getSiteByUfid(Ufid ufid)
Supported API: false |
Site |
StandardInterSvrComService.getSiteByUfid(Ufid ufid)
Supported API: false |
Site |
InterSvrComServiceFwd.getSiteByUfid(Ufid ufid)
Supported API: false |
Site |
InterSvrComService.getSiteByUfid(Ufid ufid)
Supported API: false |
Uses of Ufid in wt.ixb.archive |
Methods in wt.ixb.archive that return Ufid | |
static Ufid |
ArchiveHndHelper.stringToUfid(String ufidString)
Converts string to ufid |
Uses of Ufid in wt.ixb.handlers.forattributes |
Methods in wt.ixb.handlers.forattributes that return Ufid | |
private static Ufid |
ExpImpForVersionAttr.constructUfidFromString(String sUfid)
|
Uses of Ufid in wt.ixb.publicforhandlers |
Methods in wt.ixb.publicforhandlers that return Ufid | |
private static Ufid |
IxbHndHelper.getUfidOfUfidXmlImage(String ufidXmlImage)
|
Methods in wt.ixb.publicforhandlers with parameters of type Ufid | |
private static String |
IxbHndHelper.getUfidXmlImage(Ufid ufid)
|
Uses of Ufid in wt.replication |
Methods in wt.replication that return Ufid | |
private Ufid |
StreamedMigrationForUfid.getUfid(Persistable object,
PersistentObjectManager pom,
PrintWriter logWriter)
|
private Ufid |
StreamedMigrationForUfid.getUfid(Persistable object,
PersistentObjectManager pom,
PrintWriter logWriter)
|
Methods in wt.replication with parameters of type Ufid | |
private QueryResult |
StreamedMigrationForUfid.getCorrespondingObject(Ufid ufid,
PersistentObjectManager pom)
|
private QueryResult |
StreamedMigrationForUfid.getCorrespondingObject(Ufid ufid,
PersistentObjectManager pom)
|
Uses of Ufid in wt.replication.receiver |
Methods in wt.replication.receiver that return Ufid | |
private static Ufid |
StandardReplicationRecvService.constructUfidFromString(String sUfid)
Deprecated. |
Methods in wt.replication.receiver with parameters of type Ufid | |
static void |
StandardReplicationRecvService.handleReceivedIS(ObjectReference unitRef,
String fileName,
String description,
String uploadedFromPath,
Ufid ufid,
InputStream contentIS)
Deprecated. |
static void |
StandardReplicationRecvService.embHandleReceivedIS(ObjectReference unitRef,
String fileName,
String description,
String uploadedFromPath,
Ufid ufid,
InputStream contentIS)
Deprecated. |
Uses of Ufid in wt.ufid |
Fields in wt.ufid declared as Ufid | |
private Ufid |
FederatableInfo.ufid
|
Methods in wt.ufid that return Ufid | |
Ufid |
UfidSrvService.getUfid(Federatable object)
Returns the UFID of the Federatable. |
Ufid |
StandardUfidSrvService.getUfid(Federatable object)
Returns the UFID of the Federatable. |
Ufid |
FederatableInfo.getUfid()
Gets the object for the association that plays role: ufid. |
Methods in wt.ufid with parameters of type Ufid | |
void |
UfidSrvService.setUfid(Federatable object,
Ufid ufid)
This should be used when ever a Federatable object is going to be Exported. |
boolean |
UfidSrvService.compareUfids(Ufid ufid1,
Ufid ufid2)
Supported API: false |
Federatable |
UfidSrvService.findCorrespondingObject(Ufid ufid)
Supported API: false |
boolean |
UfidSrvService.hasCorrespondingObject(Ufid ufid)
Answers true if a local object for the given UFID exists in the repository Supported API: false |
void |
UfidSrvService.assignAndStoreUfid(Federatable object,
Ufid ufid)
Supported API: false |
protected boolean |
Ufid.readVersion(Ufid thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
StandardUfidSrvService.setUfid(Federatable object,
Ufid ufid)
This should be used when ever a Federatable object is going to be Exported. |
boolean |
StandardUfidSrvService.compareUfids(Ufid ufid1,
Ufid ufid2)
Supported API: false |
Federatable |
StandardUfidSrvService.findCorrespondingObject(Ufid ufid)
Supported API: false |
boolean |
StandardUfidSrvService.hasCorrespondingObject(Ufid ufid)
Answers true if a local object for the given UFID exists in the repository Supported API: false |
void |
StandardUfidSrvService.assignAndStoreUfid(Federatable object,
Ufid ufid)
Supported API: false |
private Federatable |
StandardUfidSrvService.getLocalObject(Ufid ufid)
|
private boolean |
StandardUfidSrvService.valueNotInMap(WTKeyedHashMap map,
Ufid ufid)
|
static boolean |
FederatableServerHelper.isBirthRepository(Ufid ufid)
This will answer the Repository from which the object was created. |
static Repository |
FederatableServerHelper.ReposCache.get(Ufid ufid)
|
static QuerySpec |
FederatableServerHelper.RemoteObjectUtil.hasCorrespondingQuerySpec(Ufid ufid)
This will form the query spec to access the RemoteObjectInfo table to determin the existence of a give oid and guid between a federatable and the repository |
static QuerySpec |
FederatableServerHelper.RemoteObjectUtil.correspondingQuerySpec(Ufid ufid)
This will form the query spec to get the remote object table entry based on the Ufid |
void |
FederatableInfo.setUfid(Ufid a_Ufid)
Sets the object for the association that plays role: ufid. |
Constructors in wt.ufid with parameters of type Ufid | |
Ufid(Federatable childObject,
Ufid parentUfid)
This constructor is used to create a new Ufid based on another Ufid for the given local Federatable object. |
Uses of Ufid in wt.ufid.delegates |
Fields in wt.ufid.delegates declared as Ufid | |
private Ufid |
UfidSetDelegate.ufid
|
Methods in wt.ufid.delegates that return Ufid | |
Ufid |
UfidSetDelegate.getUfid()
Gets the value of the attribute: ufid. |
Methods in wt.ufid.delegates with parameters of type Ufid | |
void |
UfidSetDelegate.setUfid(Ufid a_Ufid)
Sets the value of the attribute: ufid. |
Uses of Ufid in wt.vc |
Methods in wt.vc that return Ufid | |
Ufid |
VersionControlServiceFwd.getPredBranchPointUfid(Iterated target)
Gets the Ufid of the node from which target node's version branched. |
Ufid |
VersionControlServiceFwd.getUfidOf(Iterated target)
Gets the Ufid of the node. |
Ufid[] |
VersionControlServiceFwd.getInwardsMergesOf(Iterated target)
Gets the Ufids of all nodes which form the "from node" of merges terminating on the target node. |
Ufid[] |
VersionControlServiceFwd.getOutwardMergesOf(Iterated target)
Gets the Ufids of all nodes which form the "to node" of merges originating on the target node. |
Ufid |
VersionControlService.getPredBranchPointUfid(Iterated target)
Gets the Ufid of the node from which target node's version branched. |
Ufid |
VersionControlService.getUfidOf(Iterated target)
Gets the Ufid of the node. |
Ufid[] |
VersionControlService.getInwardsMergesOf(Iterated target)
Gets the Ufids of all nodes which form the "from node" of merges terminating on the target node. |
Ufid[] |
VersionControlService.getOutwardMergesOf(Iterated target)
Gets the Ufids of all nodes which form the "to node" of merges originating on the target node. |
Ufid |
StandardVersionControlService.getPredBranchPointUfid(Iterated target)
Gets the Ufid of the node from which target node's version branched. |
Ufid |
StandardVersionControlService.getUfidOf(Iterated target)
Gets the Ufid of the node. |
Ufid[] |
StandardVersionControlService.getInwardsMergesOf(Iterated target)
Gets the Ufids of all nodes which form the "from node" of merges terminating on the target node. |
Ufid[] |
StandardVersionControlService.getOutwardMergesOf(Iterated target)
Gets the Ufids of all nodes which form the "to node" of merges originating on the target node. |
private Ufid[] |
StandardVersionControlService.getMergeUfidsOf(Iterated target,
boolean inwards)
|
Ufid |
VersionControlServiceFwd.getPredBranchPointUfid(Iterated target)
Gets the Ufid of the node from which target node's version branched. |
Ufid |
VersionControlServiceFwd.getUfidOf(Iterated target)
Gets the Ufid of the node. |
Ufid[] |
VersionControlServiceFwd.getInwardsMergesOf(Iterated target)
Gets the Ufids of all nodes which form the "from node" of merges terminating on the target node. |
Ufid[] |
VersionControlServiceFwd.getOutwardMergesOf(Iterated target)
Gets the Ufids of all nodes which form the "to node" of merges originating on the target node. |
Ufid |
VersionControlService.getPredBranchPointUfid(Iterated target)
Gets the Ufid of the node from which target node's version branched. |
Ufid |
VersionControlService.getUfidOf(Iterated target)
Gets the Ufid of the node. |
Ufid[] |
VersionControlService.getInwardsMergesOf(Iterated target)
Gets the Ufids of all nodes which form the "from node" of merges terminating on the target node. |
Ufid[] |
VersionControlService.getOutwardMergesOf(Iterated target)
Gets the Ufids of all nodes which form the "to node" of merges originating on the target node. |
Ufid |
StandardVersionControlService.getPredBranchPointUfid(Iterated target)
Gets the Ufid of the node from which target node's version branched. |
Ufid |
StandardVersionControlService.getUfidOf(Iterated target)
Gets the Ufid of the node. |
Ufid[] |
StandardVersionControlService.getInwardsMergesOf(Iterated target)
Gets the Ufids of all nodes which form the "from node" of merges terminating on the target node. |
Ufid[] |
StandardVersionControlService.getOutwardMergesOf(Iterated target)
Gets the Ufids of all nodes which form the "to node" of merges originating on the target node. |
private Ufid[] |
StandardVersionControlService.getMergeUfidsOf(Iterated target,
boolean inwards)
|
Methods in wt.vc with parameters of type Ufid | |
Iterated |
VersionControlServiceFwd.insertNode(Iterated target,
Ufid targetUfid,
Ufid predBranchPointUfid)
Inserts the target node into the version tree of the object. |
Iterated |
VersionControlServiceFwd.insertNode(Iterated target,
Ufid targetUfid,
Ufid predBranchPointUfid,
Ufid[] inwardMergeUfids,
Ufid[] outwardMergeUfids)
Inserts the target node into the version tree of the object. |
Iterated |
VersionControlService.insertNode(Iterated target,
Ufid targetUfid,
Ufid predBranchPointUfid)
Inserts the target node into the version tree of the object. |
Iterated |
VersionControlService.insertNode(Iterated target,
Ufid targetUfid,
Ufid predBranchPointUfid,
Ufid[] inwardMergeUfids,
Ufid[] outwardMergeUfids)
Inserts the target node into the version tree of the object. |
Iterated |
StandardVersionControlService.insertNode(Iterated target,
Ufid targetUfid,
Ufid predBranchPointUfid)
Inserts the target node into the version tree of the object. |
Iterated |
StandardVersionControlService.insertNode(Iterated target,
Ufid targetUfid,
Ufid predBranchPointUfid,
Ufid[] inwardMergeUfids,
Ufid[] outwardMergeUfids)
Inserts the target node into the version tree of the object. |
private void |
StandardVersionControlService.insertNodeVerifyTarget(Iterated target,
Ufid targetUfid)
|
private void |
StandardVersionControlService.createMerge(Versioned target,
Ufid other,
boolean inwards)
|
Iterated |
VersionControlServiceFwd.insertNode(Iterated target,
Ufid targetUfid,
Ufid predBranchPointUfid)
Inserts the target node into the version tree of the object. |
Iterated |
VersionControlServiceFwd.insertNode(Iterated target,
Ufid targetUfid,
Ufid predBranchPointUfid,
Ufid[] inwardMergeUfids,
Ufid[] outwardMergeUfids)
Inserts the target node into the version tree of the object. |
Iterated |
VersionControlService.insertNode(Iterated target,
Ufid targetUfid,
Ufid predBranchPointUfid)
Inserts the target node into the version tree of the object. |
Iterated |
VersionControlService.insertNode(Iterated target,
Ufid targetUfid,
Ufid predBranchPointUfid,
Ufid[] inwardMergeUfids,
Ufid[] outwardMergeUfids)
Inserts the target node into the version tree of the object. |
Iterated |
StandardVersionControlService.insertNode(Iterated target,
Ufid targetUfid,
Ufid predBranchPointUfid)
Inserts the target node into the version tree of the object. |
Iterated |
StandardVersionControlService.insertNode(Iterated target,
Ufid targetUfid,
Ufid predBranchPointUfid,
Ufid[] inwardMergeUfids,
Ufid[] outwardMergeUfids)
Inserts the target node into the version tree of the object. |
private void |
StandardVersionControlService.insertNodeVerifyTarget(Iterated target,
Ufid targetUfid)
|
private void |
StandardVersionControlService.createMerge(Versioned target,
Ufid other,
boolean inwards)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |