|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistInfo | |
com.ptc.core.meta.type.mgmt.server.impl | |
com.ptc.core.task | |
com.ptc.windchill.cadx.common.htmllog | |
com.ptc.windchill.counterpart | |
wt.access |
The access control service is responsible for defining and
enforcing access to business and system objects. |
wt.configuration | |
wt.dataops.archive | |
wt.dataops.objectcol | |
wt.eff | Provides generic base effectivity functionality via EffService , EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity . |
wt.epm | |
wt.epm.familytable | |
wt.epm.occurrence | |
wt.epm.structure.occurrences | |
wt.epm.supportingdata | |
wt.epm.workspaces | |
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.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.fv.uploadtocache | |
wt.index | |
wt.ixb.mapping | |
wt.maturity | |
wt.meeting | Uses the
MeetingService to manage
Meeting s of various
MeetingType s having
Agenda s and producing
Minutes , in particular
MeetingCenterMeeting s with their associated
MeetingCenterMeetingInfo (also see the
WebexOperationHelper ). |
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.sandbox | This package provides "sandbox" container functionality. A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees). The package provides the following core capabilities: |
wt.series | Defines various Series as used by the
wt.vc package for
Iterated and
Versioned . |
wt.ufid | Uses the
UfidService (and server-side-only
wt.ufid.UfidServiceSvr ) to manage the Universal Federated Identifier
for Federatable objects. |
wt.vc | |
wt.viewmarkup | Uses the
ViewMarkUpService
to view and add
MarkUp to
Viewable objects and to publish
DerivedImage s. |
Uses of PersistInfo in com.ptc.core.meta.type.mgmt.server.impl |
Fields in com.ptc.core.meta.type.mgmt.server.impl declared as PersistInfo | |
private PersistInfo |
WTTypeDefinitionMaster.thePersistInfo
|
Methods in com.ptc.core.meta.type.mgmt.server.impl that return PersistInfo | |
PersistInfo |
WTTypeDefinitionMaster.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in com.ptc.core.meta.type.mgmt.server.impl with parameters of type PersistInfo | |
void |
WTTypeDefinitionMaster.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in com.ptc.core.task |
Fields in com.ptc.core.task declared as PersistInfo | |
private PersistInfo |
TaskEventMessage.thePersistInfo
|
private PersistInfo |
TaskEventData.thePersistInfo
|
private PersistInfo |
TaskEvent.thePersistInfo
|
Methods in com.ptc.core.task that return PersistInfo | |
PersistInfo |
TaskEventMessage.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
TaskEventData.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
TaskEvent.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in com.ptc.core.task with parameters of type PersistInfo | |
void |
TaskEventMessage.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
TaskEventData.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
TaskEvent.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in com.ptc.windchill.cadx.common.htmllog |
Fields in com.ptc.windchill.cadx.common.htmllog declared as PersistInfo | |
private PersistInfo |
HTMLLogMessage.thePersistInfo
|
private PersistInfo |
HTMLLog.thePersistInfo
|
Methods in com.ptc.windchill.cadx.common.htmllog that return PersistInfo | |
PersistInfo |
HTMLLogMessage.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
HTMLLog.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in com.ptc.windchill.cadx.common.htmllog with parameters of type PersistInfo | |
void |
HTMLLogMessage.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
HTMLLog.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in com.ptc.windchill.counterpart |
Methods in com.ptc.windchill.counterpart with parameters of type PersistInfo | |
static String |
cCounterPartIDGenerator.generateId(String prefix,
PersistInfo persistInfo)
|
Uses of PersistInfo in wt.access |
Fields in wt.access declared as PersistInfo | |
private PersistInfo |
WTAclEntry.thePersistInfo
|
private PersistInfo |
AccessControlSurrogate.thePersistInfo
|
private PersistInfo |
WTAclEntry.thePersistInfo
|
private PersistInfo |
AccessControlSurrogate.thePersistInfo
|
Methods in wt.access that return PersistInfo | |
PersistInfo |
WTAclEntry.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
AccessControlSurrogate.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
WTAclEntry.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
AccessControlSurrogate.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.access with parameters of type PersistInfo | |
void |
WTAclEntry.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
AccessControlSurrogate.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
WTAclEntry.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
AccessControlSurrogate.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.configuration |
Fields in wt.configuration declared as PersistInfo | |
private PersistInfo |
SerialNumberMapping.thePersistInfo
|
private PersistInfo |
BaselineConfigurationOverride.thePersistInfo
|
Methods in wt.configuration that return PersistInfo | |
PersistInfo |
SerialNumberMapping.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
BaselineConfigurationOverride.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.configuration with parameters of type PersistInfo | |
void |
SerialNumberMapping.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
BaselineConfigurationOverride.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.dataops.archive |
Fields in wt.dataops.archive declared as PersistInfo | |
private PersistInfo |
ArchivedIterationInfo.thePersistInfo
|
Methods in wt.dataops.archive that return PersistInfo | |
PersistInfo |
ArchivedIterationInfo.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.dataops.archive with parameters of type PersistInfo | |
void |
ArchivedIterationInfo.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.dataops.objectcol |
Fields in wt.dataops.objectcol declared as PersistInfo | |
private PersistInfo |
InputValue.thePersistInfo
|
Methods in wt.dataops.objectcol that return PersistInfo | |
PersistInfo |
InputValue.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.dataops.objectcol with parameters of type PersistInfo | |
void |
InputValue.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.eff |
Fields in wt.eff declared as PersistInfo | |
private PersistInfo |
EffChangeAudit.thePersistInfo
|
private PersistInfo |
EffChangeAudit.thePersistInfo
|
Methods in wt.eff that return PersistInfo | |
PersistInfo |
EffChangeAudit.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
EffChangeAudit.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.eff with parameters of type PersistInfo | |
void |
EffChangeAudit.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
EffChangeAudit.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.epm |
Fields in wt.epm declared as PersistInfo | |
private PersistInfo |
EPMCADNamespace.thePersistInfo
|
private PersistInfo |
EPMAuthoringAppVersion.thePersistInfo
|
Methods in wt.epm that return PersistInfo | |
PersistInfo |
EPMCADNamespace.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
EPMAuthoringAppVersion.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.epm with parameters of type PersistInfo | |
void |
EPMCADNamespace.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
EPMAuthoringAppVersion.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.epm.familytable |
Fields in wt.epm.familytable declared as PersistInfo | |
private PersistInfo |
EPMSepFamilyTableMaster.thePersistInfo
|
private PersistInfo |
EPMSepFamilyTable.thePersistInfo
|
private PersistInfo |
EPMParameterDefinition.thePersistInfo
|
private PersistInfo |
EPMFeatureDefinition.thePersistInfo
|
private PersistInfo |
EPMFamilyTableColumn.thePersistInfo
|
private PersistInfo |
EPMFamilyTableCell.thePersistInfo
|
Methods in wt.epm.familytable that return PersistInfo | |
PersistInfo |
EPMSepFamilyTableMaster.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
EPMSepFamilyTable.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
EPMParameterDefinition.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
EPMFeatureDefinition.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
EPMFamilyTableColumn.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
EPMFamilyTableCell.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.epm.familytable with parameters of type PersistInfo | |
void |
EPMSepFamilyTableMaster.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
EPMSepFamilyTable.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
EPMParameterDefinition.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
EPMFeatureDefinition.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
EPMFamilyTableColumn.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
EPMFamilyTableCell.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.epm.occurrence |
Fields in wt.epm.occurrence declared as PersistInfo | |
private PersistInfo |
EPMOccurrenceTable.thePersistInfo
|
Methods in wt.epm.occurrence that return PersistInfo | |
PersistInfo |
EPMOccurrenceTable.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.epm.occurrence with parameters of type PersistInfo | |
void |
EPMOccurrenceTable.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.epm.structure.occurrences |
Fields in wt.epm.structure.occurrences declared as PersistInfo | |
private PersistInfo |
EPMUsesOccurrence.thePersistInfo
|
Methods in wt.epm.structure.occurrences that return PersistInfo | |
PersistInfo |
EPMUsesOccurrence.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.epm.structure.occurrences with parameters of type PersistInfo | |
void |
EPMUsesOccurrence.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.epm.supportingdata |
Fields in wt.epm.supportingdata declared as PersistInfo | |
private PersistInfo |
EPMSupportingData.thePersistInfo
|
Methods in wt.epm.supportingdata that return PersistInfo | |
PersistInfo |
EPMSupportingData.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.epm.supportingdata with parameters of type PersistInfo | |
void |
EPMSupportingData.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.epm.workspaces |
Fields in wt.epm.workspaces declared as PersistInfo | |
private PersistInfo |
EPMUpdateCounter.thePersistInfo
|
private PersistInfo |
EPMInitialCheckinData.thePersistInfo
|
private PersistInfo |
EPMCheckpointMaster.thePersistInfo
Deprecated. |
private PersistInfo |
EPMAsStoredConfig.thePersistInfo
|
private PersistInfo |
ClientCacheState.thePersistInfo
|
Methods in wt.epm.workspaces that return PersistInfo | |
PersistInfo |
EPMUpdateCounter.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
EPMInitialCheckinData.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
EPMCheckpointMaster.getPersistInfo()
Deprecated. |
PersistInfo |
EPMAsStoredConfig.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
ClientCacheState.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.epm.workspaces with parameters of type PersistInfo | |
void |
EPMUpdateCounter.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
EPMInitialCheckinData.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
EPMCheckpointMaster.setPersistInfo(PersistInfo a_PersistInfo)
Deprecated. |
void |
EPMAsStoredConfig.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
ClientCacheState.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.fc |
Fields in wt.fc declared as PersistInfo | |
private PersistInfo |
WTObject.thePersistInfo
|
(package private) PersistInfo |
StandardPersistenceManager.PersistInfoData.persistInfo
|
private PersistInfo |
WTObject.thePersistInfo
|
(package private) PersistInfo |
StandardPersistenceManager.PersistInfoData.persistInfo
|
Methods in wt.fc that return PersistInfo | |
PersistInfo |
WTObject.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
static PersistInfo |
PersistInfo.newPersistInfo()
Supported API: false |
static PersistInfo |
PersistInfo.newPersistInfo(ObjectIdentifier oid)
Supported API: false |
PersistInfo |
Persistable.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
WTObject.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
static PersistInfo |
PersistInfo.newPersistInfo()
Supported API: false |
static PersistInfo |
PersistInfo.newPersistInfo(ObjectIdentifier oid)
Supported API: false |
PersistInfo |
Persistable.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.fc with parameters of type PersistInfo | |
void |
WTObject.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
protected boolean |
PersistInfo.readVersion(PersistInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
Persistable.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
WTObject.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
protected boolean |
PersistInfo.readVersion(PersistInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
Persistable.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.federation |
Fields in wt.federation declared as PersistInfo | |
private PersistInfo |
LightweightProxy.thePersistInfo
|
private PersistInfo |
LightweightProxy.thePersistInfo
|
Methods in wt.federation that return PersistInfo | |
PersistInfo |
LightweightProxy.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
LightweightProxy.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.federation with parameters of type PersistInfo | |
void |
LightweightProxy.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
LightweightProxy.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.fv |
Fields in wt.fv declared as PersistInfo | |
private PersistInfo |
StreamIdentity.thePersistInfo
|
Methods in wt.fv that return PersistInfo | |
PersistInfo |
StreamIdentity.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.fv with parameters of type PersistInfo | |
void |
StreamIdentity.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.fv.uploadtocache |
Fields in wt.fv.uploadtocache declared as PersistInfo | |
private PersistInfo |
UploadStatus.thePersistInfo
|
private PersistInfo |
UploadedContentData.thePersistInfo
|
Methods in wt.fv.uploadtocache that return PersistInfo | |
PersistInfo |
UploadStatus.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
UploadedContentData.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.fv.uploadtocache with parameters of type PersistInfo | |
void |
UploadStatus.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
UploadedContentData.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.index |
Fields in wt.index declared as PersistInfo | |
private PersistInfo |
BulkIndexListEntry.thePersistInfo
|
Methods in wt.index that return PersistInfo | |
PersistInfo |
BulkIndexListEntry.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.index with parameters of type PersistInfo | |
void |
BulkIndexListEntry.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.ixb.mapping |
Fields in wt.ixb.mapping declared as PersistInfo | |
private PersistInfo |
UfidMapping.thePersistInfo
|
Methods in wt.ixb.mapping that return PersistInfo | |
PersistInfo |
UfidMapping.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.ixb.mapping with parameters of type PersistInfo | |
void |
UfidMapping.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.maturity |
Fields in wt.maturity declared as PersistInfo | |
private PersistInfo |
MaturityBaseline.thePersistInfo
|
Methods in wt.maturity that return PersistInfo | |
PersistInfo |
MaturityBaseline.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.maturity with parameters of type PersistInfo | |
void |
MaturityBaseline.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.meeting |
Fields in wt.meeting declared as PersistInfo | |
private PersistInfo |
MeetingDeliverable.thePersistInfo
|
private PersistInfo |
MeetingDeliverable.thePersistInfo
|
Methods in wt.meeting that return PersistInfo | |
PersistInfo |
MeetingDeliverable.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
MeetingDeliverable.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.meeting with parameters of type PersistInfo | |
void |
MeetingDeliverable.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
MeetingDeliverable.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.occurrence |
Fields in wt.occurrence declared as PersistInfo | |
private PersistInfo |
UsesOccurrenceUserIBAs.thePersistInfo
|
private PersistInfo |
UsesOccurrenceDocumentation.thePersistInfo
|
private PersistInfo |
PathOccurrenceUserIBAs.thePersistInfo
|
private PersistInfo |
PathOccurrenceDocumentation.thePersistInfo
|
private PersistInfo |
PathOccurrenceDataMaster.thePersistInfo
|
private PersistInfo |
CombinedPathOccurrenceUserIBAs.thePersistInfo
|
private PersistInfo |
CombinedPathOccurrenceDocumentation.thePersistInfo
|
private PersistInfo |
CombinedPathOccurrenceDataMaster.thePersistInfo
|
Methods in wt.occurrence that return PersistInfo | |
PersistInfo |
UsesOccurrenceUserIBAs.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
UsesOccurrenceDocumentation.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
PathOccurrenceUserIBAs.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
PathOccurrenceDocumentation.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
PathOccurrenceDataMaster.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
CombinedPathOccurrenceUserIBAs.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
CombinedPathOccurrenceDocumentation.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
CombinedPathOccurrenceDataMaster.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.occurrence with parameters of type PersistInfo | |
void |
UsesOccurrenceUserIBAs.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
UsesOccurrenceDocumentation.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
PathOccurrenceUserIBAs.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
PathOccurrenceDocumentation.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
PathOccurrenceDataMaster.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
CombinedPathOccurrenceUserIBAs.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
CombinedPathOccurrenceDocumentation.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
CombinedPathOccurrenceDataMaster.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.part |
Fields in wt.part declared as PersistInfo | |
private PersistInfo |
WTSerialNumberedPartInstance.thePersistInfo
|
private PersistInfo |
PublishedLineNumber.thePersistInfo
|
private PersistInfo |
ProductSerialNumberEffectivity.thePersistInfo
|
private PersistInfo |
ProductLotNumberEffectivity.thePersistInfo
|
private PersistInfo |
ProductDateEffectivity.thePersistInfo
|
private PersistInfo |
PartUsesOccurrence.thePersistInfo
|
private PersistInfo |
PartPathOccurrence.thePersistInfo
|
Methods in wt.part that return PersistInfo | |
PersistInfo |
WTSerialNumberedPartInstance.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
PublishedLineNumber.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
ProductSerialNumberEffectivity.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
ProductLotNumberEffectivity.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
ProductDateEffectivity.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
PartUsesOccurrence.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
PartPathOccurrence.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.part with parameters of type PersistInfo | |
void |
WTSerialNumberedPartInstance.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
PublishedLineNumber.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
ProductSerialNumberEffectivity.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
ProductLotNumberEffectivity.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
ProductDateEffectivity.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
PartUsesOccurrence.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
PartPathOccurrence.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.sandbox |
Fields in wt.sandbox declared as PersistInfo | |
private PersistInfo |
SandboxBaseline.thePersistInfo
|
Methods in wt.sandbox that return PersistInfo | |
PersistInfo |
SandboxBaseline.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.sandbox with parameters of type PersistInfo | |
void |
SandboxBaseline.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.series |
Fields in wt.series declared as PersistInfo | |
private PersistInfo |
SeriesTemplate.thePersistInfo
|
Methods in wt.series that return PersistInfo | |
PersistInfo |
SeriesTemplate.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.series with parameters of type PersistInfo | |
void |
SeriesTemplate.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.ufid |
Fields in wt.ufid declared as PersistInfo | |
private PersistInfo |
Repository.thePersistInfo
|
private PersistInfo |
RemoteObjectInfo.thePersistInfo
|
Methods in wt.ufid that return PersistInfo | |
PersistInfo |
Repository.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
RemoteObjectInfo.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.ufid with parameters of type PersistInfo | |
void |
Repository.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
RemoteObjectInfo.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.vc |
Fields in wt.vc declared as PersistInfo | |
private PersistInfo |
ControlBranch.thePersistInfo
|
private PersistInfo |
ControlBranch.thePersistInfo
|
Methods in wt.vc that return PersistInfo | |
PersistInfo |
ControlBranch.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
ControlBranch.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.vc with parameters of type PersistInfo | |
void |
ControlBranch.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
ControlBranch.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
Uses of PersistInfo in wt.viewmarkup |
Fields in wt.viewmarkup declared as PersistInfo | |
private PersistInfo |
WVSConfigurationTemplate.thePersistInfo
|
private PersistInfo |
PublishingSummary.thePersistInfo
|
private PersistInfo |
PublishingProhibition.thePersistInfo
|
private PersistInfo |
DerivedImage.thePersistInfo
|
private PersistInfo |
WVSConfigurationTemplate.thePersistInfo
|
private PersistInfo |
PublishingSummary.thePersistInfo
|
private PersistInfo |
PublishingProhibition.thePersistInfo
|
private PersistInfo |
DerivedImage.thePersistInfo
|
Methods in wt.viewmarkup that return PersistInfo | |
PersistInfo |
WVSConfigurationTemplate.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
PublishingSummary.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
PublishingProhibition.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
DerivedImage.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
WVSConfigurationTemplate.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
PublishingSummary.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
PublishingProhibition.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
PersistInfo |
DerivedImage.getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
Methods in wt.viewmarkup with parameters of type PersistInfo | |
void |
WVSConfigurationTemplate.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
PublishingSummary.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
PublishingProhibition.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
DerivedImage.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
WVSConfigurationTemplate.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
PublishingSummary.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
PublishingProhibition.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
DerivedImage.setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |