Package com.ptc.netmarkets.model
Class NmRemoteOid
java.lang.Object
com.ptc.netmarkets.model.NmOid
com.ptc.netmarkets.model.NmRemoteOid
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable
NmRemoteOid - Representation of a Remote Object.
Supported API: true
Supported API: true
- See Also:
-
Field Summary
Fields inherited from class com.ptc.netmarkets.model.NmOid
OLD_FORMAT_VERSION_UID, ref, SEP -
Method Summary
Modifier and TypeMethodDescriptiongetShape()Gets the value of the attribute: shape.getURI()Gets the value of the attribute: uri.static NmRemoteOidnewNmRemoteOid(String oidStr) Create a new instance ofNmRemoteOidwith the given OID string.static NmRemoteOidnewNmRemoteOid(String uri, String shape) Create a new instance ofNmRemoteOidwith the given URI and Shape string.Methods inherited from class com.ptc.netmarkets.model.NmOid
clone, deflate, getAdditionalInfo, getContainer, getContainerObject, getContainerRef, getContainerReference, getContent, getLatestIteration, getLatestIterationObject, getOid, getOidFromUfid, getOidObject, getProcess, getReferencedClass, getReferencedIteration, getReferencedIterationObject, getReferenceString, getRefFactory, getRefObject, getSCM, getSharedContainer, getVerId, getWtRef, isA, isA, isRefInflated, isRefNull, isServer, isShared, isSharedFrom, isSharedTo, isVerOid, newNmOid, newNmOid, readVersion, setAdditionalInfo, setContainerRef, setContent, setOid, setProcess, setRef, setRefFactory, setSCM, setSharedContainer, setSharedFrom, setSharedTo, setType, setVerId, setWtRef
-
Method Details
-
newNmRemoteOid
Create a new instance ofNmRemoteOidwith the given OID string. Supported API: true- Parameters:
oidStr-- Returns:
- a NmRemoteOid
- Throws:
WTException- See Also:
-
newNmRemoteOid
Create a new instance ofNmRemoteOidwith the given URI and Shape string. Supported API: true- Parameters:
uri- URI of remote servershape- shape- Returns:
- Throws:
WTException
-
getURI
Gets the value of the attribute: uri.
Supported API: true- Returns:
- String
-
getShape
Gets the value of the attribute: shape.
Supported API: true- Returns:
- String
-