|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatastoreElement | |
com.ptc.core.meta.type.mgmt.server.impl.service | |
com.ptc.netmarkets.document | |
com.ptc.netmarkets.part | |
wt.change2 | Defines several reference implementations of change objects
(including WTChangeRequest2 , WTChangeIssue and WTChangeOrder2 )
that are all managed by ChangeService2 ,
but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations
with customization of the interfaces. |
wt.configuration | |
wt.doc | |
wt.epm | |
wt.epm.build | |
wt.epm.occurrence | |
wt.epm.structure | |
wt.fc | Provides high level datastore access by using the PersistenceManager (and server-side-only
PersistenceManagerSvr ) to find and manage Persistable objects. |
wt.fc.delete | |
wt.fv |
fv package — File Vault Service The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. |
wt.maturity | |
wt.meeting.actionitem | |
wt.occurrence | Defines the capability to uniquely distinguish one occurrence of an object
within some complex structure from another occurrence of that same object within the same structure using OccurrenceService . |
wt.part | Defines WTPart s and WTPartMaster s (
the fundamental enterprise objects used to represent product structures composed of assemblies and components),
WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. |
wt.project | The notion of a
Project has been replaced by a
Team , see the wt.team package instead. |
wt.rule.impl | |
wt.team | |
wt.vc.baseline |
Uses of DatastoreElement in com.ptc.core.meta.type.mgmt.server.impl.service |
Classes in com.ptc.core.meta.type.mgmt.server.impl.service that implement DatastoreElement | |
class |
DeletedTypeDefinitionSeq
Supported API: false Extendable: false |
Uses of DatastoreElement in com.ptc.netmarkets.document |
Classes in com.ptc.netmarkets.document that implement DatastoreElement | |
class |
WTDocumentidSeq
Supported API: false Extendable: false |
Uses of DatastoreElement in com.ptc.netmarkets.part |
Classes in com.ptc.netmarkets.part that implement DatastoreElement | |
class |
WTPartidSeq
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.change2 |
Classes in wt.change2 that implement DatastoreElement | |
class |
WTAnalysisActivityID
Supported API: false Extendable: false |
class |
WTChangeActivityID
Supported API: false Extendable: false |
class |
WTChangeInvestigationID
Supported API: false Extendable: false |
class |
WTChangeIssueID
Supported API: false Extendable: false |
class |
WTChangeOrderID
Supported API: false Extendable: false |
class |
WTChangeProposalID
Supported API: false Extendable: false |
class |
WTChangeRequestID
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.configuration |
Classes in wt.configuration that implement DatastoreElement | |
class |
InstanceRow
Use the newInstanceRow static factory method(s), not the
InstanceRow constructor, to construct instances of this
class. |
class |
InstanceRowList
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.doc |
Classes in wt.doc that implement DatastoreElement | |
class |
WTDocumentIDSeq
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.epm |
Classes in wt.epm that implement DatastoreElement | |
class |
EPMSequence
Sequence used by auto number generation Supported API: false Extendable: false |
Uses of DatastoreElement in wt.epm.build |
Classes in wt.epm.build that implement DatastoreElement | |
class |
EPMBuildRuleSequence
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.epm.occurrence |
Classes in wt.epm.occurrence that implement DatastoreElement | |
class |
EPMOccurrenceSequence
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.epm.structure |
Classes in wt.epm.structure that implement DatastoreElement | |
class |
EPMLinkSequence
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.fc |
Subinterfaces of DatastoreElement in wt.fc | |
interface |
DatastoreArray
This interface provides an abstraction for a Datastore array. |
interface |
DatastoreSequence
This interface provides an abstraction for a Datastore sequence. |
interface |
DatastoreStruct
This interface provides an abstraction for a Datastore sequence. |
interface |
DatastoreTable
This interface provides an abstraction for a Datastore table. |
interface |
DatastoreType
This interface specifies common behavior for a Datastore Type. |
Classes in wt.fc that implement DatastoreElement | |
class |
AbstractDatastoreArray
This abstract class contains common implementation for a Datastore Type. |
class |
AbstractDatastoreStruct
This abstract class contains common implementation for a Datastore Type. |
class |
ExtendedPageResults
This class represents the persistent table used for storing extended paging results. |
class |
ExtendedPageResultsList
Supported API: false Extendable: false |
class |
ExtendedPageResultTable
Use the newExtendedPageResultTable static factory method(s),
not the ExtendedPageResultTable constructor, to construct
instances of this class. |
class |
IdOidObject
This class represents a Datastore struct for an ID and ObjectIdentifier pair. |
class |
IdOidObjectList
This class represents a Datastore array for a list of ID and ObjectIdentifier pairs. |
class |
IDSequence
This class represents the datastore sequnce for generating ObjectIdentifier ID values. |
class |
IdUpdateCountObject
This class represents a Datastore struct containing an object's ID and update count. |
class |
IdUpdateCountObjectList
This class represents a Datastore array containing IdUpdateCountObject objects. |
class |
OidObject
This class represents a Datastore struct for an ObjectIdentifier. |
class |
OidObjectList
Supported API: false Extendable: false |
class |
PageResults
This class represents the persistent table used for storing paging results. |
class |
PageResultsList
Supported API: false Extendable: false |
class |
PageResultTable
Use the newPageResultTable static factory method(s), not
the PageResultTable constructor, to construct instances
of this class. |
class |
RawObject
Use the newRawObject static factory method(s), not the RawObject
constructor, to construct instances of this class. |
class |
RawObjectList
Supported API: false Extendable: false |
class |
RowObject
Use the newRowObject static factory method(s), not the RowObject
constructor, to construct instances of this class. |
class |
RowObjectList
Supported API: false Extendable: false |
class |
TableOfDate
Supported API: false Extendable: false |
class |
TableOfNumber
Supported API: false Extendable: false |
class |
TableOfVarchar2
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.fc.delete |
Classes in wt.fc.delete that implement DatastoreElement | |
class |
MarkforDeleteSeq
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.fv |
Classes in wt.fv that implement DatastoreElement | |
class |
StreamIDSeq
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.maturity |
Classes in wt.maturity that implement DatastoreElement | |
class |
PromotionNoticeID
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.meeting.actionitem |
Classes in wt.meeting.actionitem that implement DatastoreElement | |
class |
ActionItemNumberSeq
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.occurrence |
Classes in wt.occurrence that implement DatastoreElement | |
class |
OccurrenceDataIdentifierSeq
Supported API: false Extendable: false |
class |
OccurrenceIdentifierSeq
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.part |
Classes in wt.part that implement DatastoreElement | |
class |
WTPartIDSeq
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.project |
Classes in wt.project that implement DatastoreElement | |
class |
Project2Seq
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.rule.impl |
Classes in wt.rule.impl that implement DatastoreElement | |
class |
DisabledRuleSeq
Supported API: false Extendable: false |
class |
EpmdocumentCopyruleSeq
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.team |
Classes in wt.team that implement DatastoreElement | |
class |
TeamSequence
Supported API: false Extendable: false |
Uses of DatastoreElement in wt.vc.baseline |
Classes in wt.vc.baseline that implement DatastoreElement | |
class |
BaselineMemberTuple
Use the newBaselineMemberTuple static factory method(s),
not the BaselineMemberTuple constructor, to construct instances
of this class. |
class |
BaselineMemberTupleList
Supported API: false Extendable: false |
class |
ManagedBaselineIdentitySeq
Supported API: false Extendable: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |