|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LobLocator | |
com.ptc.windchill.counterpart | |
wt.content |
content package — Content Handling Service The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. |
wt.fc | Provides high level datastore access by using the PersistenceManager (and server-side-only
PersistenceManagerSvr ) to find and manage Persistable objects. |
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.pds | Provides additional Persistent Database
Services. See
PersistenceManager to fulfill most database access needs. |
wt.pds.sqlServer | |
wt.pom | Provides low-level, yet database independent, access to a database. |
wt.team | |
wt.wrmf.delivery | |
wt.xml.io |
Uses of LobLocator in com.ptc.windchill.counterpart |
Fields in com.ptc.windchill.counterpart declared as LobLocator | |
private LobLocator |
CounterPartContent.content
|
private LobLocator |
CounterPartAttachment.attachment
|
Methods in com.ptc.windchill.counterpart that return LobLocator | |
LobLocator |
CounterPartContent.getContent()
Gets the value of the attribute: CONTENT. |
LobLocator |
CounterPartAttachment.getAttachment()
Gets the value of the attribute: ATTACHMENT. |
Methods in com.ptc.windchill.counterpart with parameters of type LobLocator | |
void |
CounterPartContent.setContent(LobLocator a_Content)
Sets the value of the attribute: CONTENT. |
void |
CounterPartAttachment.setAttachment(LobLocator a_Attachment)
Sets the value of the attribute: ATTACHMENT. |
Uses of LobLocator in wt.content |
Fields in wt.content declared as LobLocator | |
private LobLocator |
StreamData.lobLoc
|
Methods in wt.content that return LobLocator | |
LobLocator |
StreamData.getLobLoc()
Gets the value of the attribute: LOB_LOC. |
Methods in wt.content with parameters of type LobLocator | |
void |
StreamData.setLobLoc(LobLocator a_LobLoc)
Sets the value of the attribute: LOB_LOC. |
Uses of LobLocator in wt.fc |
Methods in wt.fc with parameters of type LobLocator | |
InputStream |
StandardPersistenceManager.getLob(LobLocator lob)
Returns an input stream to the Lob associated with the given lob locator. |
void |
StandardPersistenceManager.updateLob(Persistable obj,
LobLocator lob,
InputStream stream,
long length,
boolean changeModifyDate)
Saves the specified input stream as a Lob of the given Persistable object. |
long |
StandardPersistenceManager.updateLob(Persistable obj,
LobLocator lob,
InputStream stream,
boolean changeModifyDate)
Saves the specified input stream of unknown length as a Lob of the given Persistable object. |
void |
PersistenceManagerSvr.updateLob(Persistable obj,
LobLocator lob,
InputStream stream,
long length,
boolean changeModifyDate)
Saves the specified input stream as a Lob of the given Persistable object. |
long |
PersistenceManagerSvr.updateLob(Persistable obj,
LobLocator lob,
InputStream stream,
boolean changeModifyDate)
Saves the specified input stream of unknown length as a Lob of the given Persistable object. |
InputStream |
PersistenceManagerFwd.getLob(LobLocator lob)
Returns an input stream to the Lob associated with the given lob locator. |
InputStream |
PersistenceManager.getLob(LobLocator lob)
Returns an input stream to the Lob associated with the given lob locator. |
InputStream |
StandardPersistenceManager.getLob(LobLocator lob)
Returns an input stream to the Lob associated with the given lob locator. |
void |
StandardPersistenceManager.updateLob(Persistable obj,
LobLocator lob,
InputStream stream,
long length,
boolean changeModifyDate)
Saves the specified input stream as a Lob of the given Persistable object. |
long |
StandardPersistenceManager.updateLob(Persistable obj,
LobLocator lob,
InputStream stream,
boolean changeModifyDate)
Saves the specified input stream of unknown length as a Lob of the given Persistable object. |
void |
PersistenceManagerSvr.updateLob(Persistable obj,
LobLocator lob,
InputStream stream,
long length,
boolean changeModifyDate)
Saves the specified input stream as a Lob of the given Persistable object. |
long |
PersistenceManagerSvr.updateLob(Persistable obj,
LobLocator lob,
InputStream stream,
boolean changeModifyDate)
Saves the specified input stream of unknown length as a Lob of the given Persistable object. |
InputStream |
PersistenceManagerFwd.getLob(LobLocator lob)
Returns an input stream to the Lob associated with the given lob locator. |
InputStream |
PersistenceManager.getLob(LobLocator lob)
Returns an input stream to the Lob associated with the given lob locator. |
Uses of LobLocator in wt.federation |
Methods in wt.federation that return LobLocator | |
LobLocator |
InfoEngineInputStream.getLobLocator(String attributeName)
Get a LobLocator for the given attribute. |
LobLocator |
DirectoryInputStream.getLobLocator(String attributeName)
Get a LobLocator for the given attribute. |
LobLocator |
InfoEngineInputStream.getLobLocator(String attributeName)
Get a LobLocator for the given attribute. |
LobLocator |
DirectoryInputStream.getLobLocator(String attributeName)
Get a LobLocator for the given attribute. |
Methods in wt.federation with parameters of type LobLocator | |
void |
ObjectOutputTable.setLobLocator(String attributeName,
LobLocator aLL)
Set the value to a Lob locator. |
void |
ObjectAttributeTable.setLobLocator(String attributeName,
LobLocator aLL)
Set the value to a Lob locator. |
void |
ObjectOutputTable.setLobLocator(String attributeName,
LobLocator aLL)
Set the value to a Lob locator. |
void |
ObjectAttributeTable.setLobLocator(String attributeName,
LobLocator aLL)
Set the value to a Lob locator. |
Uses of LobLocator in wt.pds |
Methods in wt.pds that return LobLocator | |
LobLocator |
WTResultSet.getLobLocator(String attrName)
|
LobLocator |
WTCallableStatement.getLobLocator(String attrName)
|
LobLocator |
PersistentRetrieveIfc.getLobLocator(String attributeName)
Get a LobLocator for the given attribute. |
LobLocator |
PersistenceCloner.getLobLocator(String attribute_name)
|
static LobLocator |
DatabaseInfoUtilities.getLobLocator(ClassInfo aClassInfo,
String attribute_name)
|
static LobLocator |
DatabaseInfoUtilities.buildLobLocator(String tname,
String pkName,
String attr,
String colname)
|
abstract LobLocator |
AbstractPersistentRetrieve.getLobLocator(String attributeName)
Get a LobLocator for the given attribute. |
LobLocator |
AbstractPersistenceArray.getLobLocator(String attribute_name)
|
Methods in wt.pds with parameters of type LobLocator | |
abstract void |
WTPreparedStatement.setLobLocator(String attrName,
LobLocator aLobLocator)
|
void |
SQLDatabasePds.setLob(WTConnection a_connection,
LobLocator a_lobLocator,
InputStream a_inputStream,
long a_length,
boolean a_updateChangeStamp)
Set the data in the InputStream to the specified LOB. |
long |
SQLDatabasePds.setLob(WTConnection a_connection,
LobLocator a_lobLocator,
InputStream a_inputStream,
boolean a_updateChangeStamp)
Set the data in the InputStream to the specified LOB. |
void |
SQLDatabasePds.setObjectAsLob(WTConnection a_connection,
LobLocator a_lobLocator,
Object a_object)
Set the object as LOB. |
InputStream |
SQLDatabasePds.getLob(WTConnection a_connection,
LobLocator a_lobLocator)
Gets the data from the specified LOB as an InputStream. |
void |
PersistentStoreIfc.setLobLocator(String attributeName,
LobLocator aLL)
Set the value to a Lob locator. |
void |
PersistenceCloner.setLobLocator(String attribute_name,
LobLocator aLL)
|
void |
PDSIfc.setLob(WTConnection a_connection,
LobLocator a_lobLocator,
InputStream a_inputStream,
long a_length,
boolean a_updateChangeStamp)
Set the data in the InputStream to the specified LOB. |
long |
PDSIfc.setLob(WTConnection a_connection,
LobLocator a_lobLocator,
InputStream a_inputStream,
boolean a_updateChangeStamp)
Set the data in the InputStream to the specified LOB. |
void |
PDSIfc.setObjectAsLob(WTConnection a_connection,
LobLocator a_lobLocator,
Object a_object)
Set the object as LOB. |
InputStream |
PDSIfc.getLob(WTConnection a_connection,
LobLocator a_lobLocator)
Gets the data from the specified LOB as an InputStream. |
void |
OracleWTPreparedStatement.setLobLocator(String attrName,
LobLocator aLobLocator)
|
void |
OracleWTCallableStatement.setLobLocator(String attrName,
LobLocator aLobLocator)
|
void |
LobHandler.setLob(WTConnection a_connection,
LobLocator a_lobLocator,
InputStream a_inputStream,
long a_length)
Set the data in the InputStream to the specified LOB. |
long |
LobHandler.setLob(WTConnection a_connection,
LobLocator a_lobLocator,
InputStream a_inputStream)
Set the data in the InputStream to the specified LOB. |
void |
LobHandler.setObjectAsLob(WTConnection a_connection,
LobLocator a_lobLocator,
Object a_object)
Set the object as LOB. |
void |
ChunkLobHandler.setLob(WTConnection a_connection,
LobLocator a_lobLocator,
InputStream a_inputStream,
long a_length)
Set the data in the InputStream to the specified LOB. |
long |
ChunkLobHandler.setLob(WTConnection a_connection,
LobLocator a_lobLocator,
InputStream a_inputStream)
Set the data in the InputStream to the specified LOB. |
void |
ChunkLobHandler.setObjectAsLob(WTConnection a_connection,
LobLocator a_lobLocator,
Object a_object)
Set the object as LOB. |
(package private) static Serializable |
BlobRewriter.rewrite(LobLocator lob_locator,
Serializable serializable,
Persistable containing_object)
Store the serializable as a blob using the lob locator as the pointer to the blob. |
void |
BasicLobHandler.setLob(WTConnection a_connection,
LobLocator a_lobLocator,
InputStream a_inputStream,
long a_length)
Set the data in the InputStream to the specified LOB. |
long |
BasicLobHandler.setLob(WTConnection a_connection,
LobLocator a_lobLocator,
InputStream a_inputStream)
Set the data in the InputStream to the specified LOB. |
void |
BasicLobHandler.setObjectAsLob(WTConnection a_connection,
LobLocator a_lobLocator,
Object a_object)
Set the object as LOB. |
abstract void |
AbstractPersistentStore.setLobLocator(String attributeName,
LobLocator aLL)
Set the value to a Lob locator. |
void |
AbstractPersistenceArray.setLobLocator(String attribute_name,
LobLocator aLL)
|
protected Object |
AbstractLobHandler.findLocator(WTConnection a_connection,
LobLocator a_lobLocator)
This method retrieves the Blob object from the database for the specified LobLocator. |
abstract void |
AbstractLobHandler.setLob(WTConnection a_connection,
LobLocator a_lobLocator,
InputStream a_inputStream,
long a_length)
Set the data in the InputStream to the specified LOB. |
abstract long |
AbstractLobHandler.setLob(WTConnection a_connection,
LobLocator a_lobLocator,
InputStream a_inputStream)
Set the data in the InputStream to the specified LOB. |
abstract void |
AbstractLobHandler.setObjectAsLob(WTConnection a_connection,
LobLocator a_lobLocator,
Object a_object)
Set the object as LOB. |
Uses of LobLocator in wt.pds.sqlServer |
Methods in wt.pds.sqlServer with parameters of type LobLocator | |
void |
SQLServerWTPreparedStatement.setLobLocator(String attrName,
LobLocator aLobLocator)
|
void |
SQLServerWTCallableStatement.setLobLocator(String attrName,
LobLocator aLobLocator)
|
Uses of LobLocator in wt.pom |
Methods in wt.pom with parameters of type LobLocator | |
InputStream |
POMIfc.getLob(LobLocator aLobLocator)
Retrieve a LOB from the datastore as an input stream |
void |
POMIfc.updateLob(Persistable anObj,
LobLocator aLobLocator,
InputStream aStream,
long length,
boolean updateChangeStamp)
Store a LOB in the datastore from an input stream |
long |
POMIfc.updateLob(Persistable anObj,
LobLocator aLobLocator,
InputStream aStream,
boolean updateChangeStamp)
Store a LOB in the datastore from an input stream of unknown length |
InputStream |
PersistentObjectManager.getLob(LobLocator aLobLocator)
Get a LOB from the datastore as an input stream. |
void |
PersistentObjectManager.updateLob(Persistable anObj,
LobLocator aLobLocator,
InputStream aStream,
long length,
boolean updateChangeStamp)
Update a LOB in the datastore from an input stream. |
void |
PersistentObjectManager.updateLob(Persistable anObj,
LobLocator aLobLocator,
InputStream aStream,
long length)
|
long |
PersistentObjectManager.updateLob(Persistable anObj,
LobLocator aLobLocator,
InputStream aStream,
boolean updateChangeStamp)
Update a LOB in the datastore from an input stream of unknown length. |
long |
PersistentObjectManager.updateLob(Persistable anObj,
LobLocator aLobLocator,
InputStream aStream)
|
Uses of LobLocator in wt.team |
Fields in wt.team declared as LobLocator | |
private static LobLocator |
MigrateProjectToTeamObject.wtoLobLocator
|
private static LobLocator |
MigrateProjectToTeamObject.weoLobLocator
|
private static LobLocator |
MigrateProjectToTeamObject.waLobLocator
|
private static LobLocator |
MigrateProjectToTeamObject.wtoLobLocator
|
private static LobLocator |
MigrateProjectToTeamObject.weoLobLocator
|
private static LobLocator |
MigrateProjectToTeamObject.waLobLocator
|
Uses of LobLocator in wt.wrmf.delivery |
Fields in wt.wrmf.delivery declared as LobLocator | |
private LobLocator |
BLOB_IS.lobloc
|
Methods in wt.wrmf.delivery with parameters of type LobLocator | |
BLOB_IS |
StandardShippingService.createBLOB_IS(LobLocator lobloc)
Supported API: false |
BLOB_IS |
ShippingService.createBLOB_IS(LobLocator lobloc)
Supported API: false |
Constructors in wt.wrmf.delivery with parameters of type LobLocator | |
BLOB_IS(LobLocator lobloc)
Supported API: false |
Uses of LobLocator in wt.xml.io |
Methods in wt.xml.io that return LobLocator | |
LobLocator |
DOMTreeDecoder.getLobLocator(String attribute_name)
|
Methods in wt.xml.io with parameters of type LobLocator | |
void |
DOMTreeEncoder.setLobLocator(String attribute_name,
LobLocator aLL)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |