|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BusinessInformation | |
com.ptc.core.meta.server.impl | |
com.ptc.windchill.counterpart | |
wt.audit | |
wt.calendar | Uses the
CalendarAccessProtocol and the
CalendarService to provide iCalandar Access Protocol support. |
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.clients.query | |
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.csm.businessentity | |
wt.csm.navigation | |
wt.csm.ranking | |
wt.dataops | |
wt.dataops.archive | |
wt.dataops.objectcol | |
wt.dataops.purge | |
wt.doc | |
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.effectivity | Provides an out-of-the-box reference implementation of the generic base effectivity functionality defined in wt.eff
to assert that a PDM object is effective under certain conditions,
but this package's EffectivityService is not normally used
(instead use wt.eff 's EffService , EffConfigSpecAssistant and EffGroupAssistant ). |
wt.enterprise | Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. |
wt.epm | |
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.folder |
Provides classes to represent and manage folder and cabinet objects. |
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.master | |
wt.iba.definition | |
wt.inf.template | |
wt.intersvrcom | Site External API: |
wt.lifecycle | |
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.meeting.actionitem | |
wt.org | |
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.prefs | Uses the
PreferenceService to manage
Preferences . |
wt.project | The notion of a
Project has been replaced by a
Team , see the wt.team package instead. |
wt.projmgmt.definer | |
wt.projmgmt.execution | |
wt.query.template | Provides generic support for saved report queries using ReportTemplate and various
methods in ReportTemplateHelper for executing and generating reports. |
wt.replication.export | |
wt.replication.imp | |
wt.replication.receiver | |
wt.replication.sender | |
wt.replication.unit | |
wt.rn | Provides the
WTRNRequest , a holder for information related to a specific RosettaNet request. |
wt.scheduler |
scheduler package — Scheduling Service The scheduling service is responsible for scheduling the execution of resource-intensive methods, and keeping a history of their outcomes. |
wt.team | |
wt.units.display | |
wt.vc.baseline | |
wt.vc.views | |
wt.workflow.definer |
Provides workflow classes responsible for the definition of
processes, activities, and the other objects that compose the workflow network. |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
wt.workflow.robots |
Provides workflow classes responsible for the execution of
robot activities that are executed without human intervention. |
wt.workflow.work |
Provides workflow classes responsible for managing the work
assigned to individual users. |
Uses of BusinessInformation in com.ptc.core.meta.server.impl |
Classes in com.ptc.core.meta.server.impl that implement BusinessInformation | |
class |
LogicalIdentifierMapEntry
Use the newLogicalIdentifierMapEntry static factory method(s),
not the LogicalIdentifierMapEntry constructor, to construct
instances of this class. |
Uses of BusinessInformation in com.ptc.windchill.counterpart |
Classes in com.ptc.windchill.counterpart that implement BusinessInformation | |
(package private) class |
cInitialDelta
|
class |
CounterPartAttachment
Use the newCounterPartAttachment static factory method(s),
not the CounterPartAttachment constructor, to construct
instances of this class. |
class |
CounterPartContent
Use the newCounterPartContent static factory method(s),
not the CounterPartContent constructor, to construct instances
of this class. |
class |
CounterPartDelta
Use the newCounterPartDelta static factory method(s), not
the CounterPartDelta constructor, to construct instances
of this class. |
Uses of BusinessInformation in wt.audit |
Classes in wt.audit that implement BusinessInformation | |
class |
AuditEvent
AuditEvent represents an audit event generated by a user. |
class |
LastAuditEvent
Stores the last event associating a user and a target object. |
class |
ProjectAuditEvent
Auditing event generated in the context of a project. |
Uses of BusinessInformation in wt.calendar |
Classes in wt.calendar that implement BusinessInformation | |
class |
WTCalendar
Use the newWTCalendar static factory method(s), not the
WTCalendar constructor, to construct instances of this class. |
Uses of BusinessInformation in wt.change2 |
Classes in wt.change2 that implement BusinessInformation | |
class |
ChangeIssue
The abstract level representation of a change issue. |
class |
ChangeOrder2
The abstract level representation of a change order. |
class |
ChangeRequest2
The abstract level representation of a change request. |
class |
WTChangeIssue
A Windchill provided reference implementation of a ChangeIssue. |
class |
WTChangeOrder2
A Windchill provided reference implementation of a ChangeOrder2. |
class |
WTChangeRequest2
A Windchill provided reference implementation of a ChangeRequest2. |
Uses of BusinessInformation in wt.clients.query |
Fields in wt.clients.query declared as BusinessInformation | |
private BusinessInformation |
QueryPanel.selectedObject
|
Methods in wt.clients.query that return BusinessInformation | |
private BusinessInformation |
QueryPanel.getSelectedObject()
Get the selected object from WTQuery. |
Methods in wt.clients.query with parameters of type BusinessInformation | |
private void |
QueryPanel.enableButtons(BusinessInformation selectedObject)
Enable buttons depending on which class the object is. |
Uses of BusinessInformation in wt.content |
Classes in wt.content that implement BusinessInformation | |
class |
Aggregate
Use the newAggregate static factory method(s), not the Aggregate
constructor, to construct instances of this class. |
class |
ApplicationData
Handles the file system information for the content data. |
class |
ContentItem
This is the abstract class that represents a single piece of content. |
class |
DataFormat
Populated with all the allowable mime-types and displayed FormatNames in the system. |
class |
URLData
This allows a URL link to be attached to a ContentHolder |
Uses of BusinessInformation in wt.csm.businessentity |
Classes in wt.csm.businessentity that implement BusinessInformation | |
class |
BusinessEntity
Use the newBusinessEntity static factory method(s), not
the BusinessEntity constructor, to construct instances of
this class. |
Uses of BusinessInformation in wt.csm.navigation |
Classes in wt.csm.navigation that implement BusinessInformation | |
class |
AbstractNavStruct
Supported API: false Extendable: false |
class |
AbstractNode
Supported API: false Extendable: false |
class |
AbstractQueryForm
Supported API: false Extendable: false |
class |
AbstractQueryFormElement
Supported API: false Extendable: false |
class |
AbstractQueryTarget
Supported API: false Extendable: false |
class |
ClassificationNavStruct
Use the newClassificationNavStruct static factory method(s),
not the ClassificationNavStruct constructor, to construct
instances of this class. |
class |
ClassificationNode
a |
class |
ClassificationStruct
Use the newClassificationStruct static factory method(s),
not the ClassificationStruct constructor, to construct instances
of this class. |
class |
DefaultQueryForm
Use the newDefaultQueryForm static factory method(s), not
the DefaultQueryForm constructor, to construct instances
of this class. |
class |
DirectQueryTarget
Use the newDirectQueryTarget static factory method(s), not
the DirectQueryTarget constructor, to construct instances
of this class. |
class |
IndependentNavStruct
Use the newIndependentNavStruct static factory method(s),
not the IndependentNavStruct constructor, to construct instances
of this class. |
class |
IndependentNode
Use the newIndependentNode static factory method(s), not
the IndependentNode constructor, to construct instances
of this class. |
class |
IndirectQueryTarget
Use the newIndirectQueryTarget static factory method(s),
not the IndirectQueryTarget constructor, to construct instances
of this class. |
class |
NodeQueryForm
Use the newNodeQueryForm static factory method(s), not the
NodeQueryForm constructor, to construct instances of this
class. |
class |
QueryFormElement
Use the newQueryFormElement static factory method(s), not
the QueryFormElement constructor, to construct instances
of this class. |
Uses of BusinessInformation in wt.csm.ranking |
Classes in wt.csm.ranking that implement BusinessInformation | |
class |
RankingContext
Use the newRankingContext static factory method(s), not
the RankingContext constructor, to construct instances of
this class. |
class |
RankingData
Use the newRankingData static factory method(s), not the
RankingData constructor, to construct instances of this
class. |
Uses of BusinessInformation in wt.dataops |
Classes in wt.dataops that implement BusinessInformation | |
class |
DataMaintRecord
Supported API: false Extendable: false |
Uses of BusinessInformation in wt.dataops.archive |
Classes in wt.dataops.archive that implement BusinessInformation | |
class |
Archive
Use the newArchive static factory method(s), not the Archive
constructor, to construct instances of this class. |
class |
ArchiveRecord
Use the newArchiveRecord static factory method(s), not the
ArchiveRecord constructor, to construct instances of this
class. |
class |
RestoreRecord
Use the newRestoreRecord static factory method(s), not the
RestoreRecord constructor, to construct instances of this
class. |
Uses of BusinessInformation in wt.dataops.objectcol |
Classes in wt.dataops.objectcol that implement BusinessInformation | |
class |
AbsCollectionCriteria
Supported API: false Extendable: false |
class |
AttrCriterionDef
Use the newAttrCriterionDef static factory method(s), not
the AttrCriterionDef constructor, to construct instances
of this class. |
class |
AttrCriterionDefMaster
Use the newAttrCriterionDefMaster static factory method(s),
not the AttrCriterionDefMaster constructor, to construct
instances of this class. |
class |
BaseCriterionDef
Use the newBaseCriterionDef static factory method(s), not
the BaseCriterionDef constructor, to construct instances
of this class. |
class |
BaseCriterionDefMaster
Use the newBaseCriterionDefMaster static factory method(s),
not the BaseCriterionDefMaster constructor, to construct
instances of this class. |
class |
CollectionCriteria
Use the newCollectionCriteria static factory method(s),
not the CollectionCriteria constructor, to construct instances
of this class. |
class |
CollectionCriterionDef
Use the newCollectionCriterionDef static factory method(s),
not the CollectionCriterionDef constructor, to construct
instances of this class. |
class |
CollectionCriterionDefMaster
Use the newCollectionCriterionDefMaster static factory method(s),
not the CollectionCriterionDefMaster constructor, to construct
instances of this class. |
class |
FilterCriterionDef
Use the newFilterCriterionDef static factory method(s),
not the FilterCriterionDef constructor, to construct instances
of this class. |
class |
FilterCriterionDefMaster
Use the newFilterCriterionDefMaster static factory method(s),
not the FilterCriterionDefMaster constructor, to construct
instances of this class. |
class |
MethodDef
Use the newMethodDef static factory method(s), not the MethodDef
constructor, to construct instances of this class. |
class |
MethodDefMaster
Use the newMethodDefMaster static factory method(s), not
the MethodDefMaster constructor, to construct instances
of this class. |
class |
ObjTypeCriterionDef
Use the newObjTypeCriterionDef static factory method(s),
not the ObjTypeCriterionDef constructor, to construct instances
of this class. |
class |
ObjTypeCriterionDefMaster
Use the newObjTypeCriterionDefMaster static factory method(s),
not the ObjTypeCriterionDefMaster constructor, to construct
instances of this class. |
class |
RelationshipDef
Use the newRelationshipDef static factory method(s), not
the RelationshipDef constructor, to construct instances
of this class. |
class |
RelationshipDefMaster
Use the newRelationshipDefMaster static factory method(s),
not the RelationshipDefMaster constructor, to construct
instances of this class. |
class |
RelationshipMap
Use the newRelationshipMap static factory method(s), not
the RelationshipMap constructor, to construct instances
of this class. |
class |
RelationshipMapDef
Use the newRelationshipMapDef static factory method(s),
not the RelationshipMapDef constructor, to construct instances
of this class. |
class |
RelationshipMapDefMaster
Use the newRelationshipMapDefMaster static factory method(s),
not the RelationshipMapDefMaster constructor, to construct
instances of this class. |
Uses of BusinessInformation in wt.dataops.purge |
Classes in wt.dataops.purge that implement BusinessInformation | |
class |
PurgeRecord
Use the newPurgeRecord static factory method(s), not the
PurgeRecord constructor, to construct instances of this
class. |
Uses of BusinessInformation in wt.doc |
Classes in wt.doc that implement BusinessInformation | |
class |
WTDocument
The reference implementation of a DocumentVersion. |
class |
WTDocumentConfigSpec
The config spec for use by WTDocuments. |
class |
WTDocumentMaster
Reference implementation of DocumentMaster. |
Uses of BusinessInformation in wt.eff |
Classes in wt.eff that implement BusinessInformation | |
class |
EffConfigSpecGroup
A container config spec allowing multiple PersistableEffConfigSpecs to be considered. |
class |
PersistableEffConfigSpec
Persistent wrapper of an EffConfigSpec (which is ObjectMappable). |
Uses of BusinessInformation in wt.effectivity |
Classes in wt.effectivity that implement BusinessInformation | |
class |
ConfigurationItem
This is a product that is planned for manufacture with various EffectivityManageable s having Effectivity s under which specific
versions are used to manufacture the product. |
class |
WTProductInstance
Deprecated. |
Uses of BusinessInformation in wt.enterprise |
Classes in wt.enterprise that implement BusinessInformation | |
class |
FolderResident
This first class information object is Foldered for
organizational purposes and DomainAdministered , but
is not LifeCycleManaged ; it is a non-revisable object
that the system manages and controls via business rules, notifications,
access control, indexing, etc. |
class |
Managed
This wt.lifecycle.LifeCycleManged first class information object
is Foldered for organizational purposes and DomainAdministered ; it is a non-revisable object that the system
manages and controls via business rules, notifications, access control,
indexing, etc. |
class |
Master
The Mastered object for the RevisionControlled abstract class. |
class |
RevisionControlled
This wt.lifecycle.LifeCycleManged first class information object
is an IteratedFoldered which allows special foldering
to take into account its Versioned nature (and it is controlled
via a checkin/checkoutmechanism), and it is DomainAdministered ;
it is similar to Managed except that it is a IteratedFoldered
rather than Foldered . |
class |
Simple
This simple first class information object is DomainAdministered ,
but is not LifeCycleManaged and does not appear in folders,
so it tends to be used for business objects which are administrative
in nature or only need to be user visible situationally. |
Uses of BusinessInformation in wt.epm |
Classes in wt.epm that implement BusinessInformation | |
class |
EPMDocConfigSpec
The config spec for use by EPMDocs. |
class |
EPMDocument
Use the newEPMDocument static factory method(s), not the
EPMDocument constructor, to construct instances of this
class. |
class |
EPMDocumentMaster
The Master of an EPMDocument. |
Uses of BusinessInformation in wt.federation |
Classes in wt.federation that implement BusinessInformation | |
class |
ProxyDocument
Use the newProxyDocument static factory method(s), not the
ProxyDocument constructor, to construct instances of this
class. |
class |
ProxyDocumentMaster
Use the newProxyDocumentMaster static factory method(s),
not the ProxyDocumentMaster constructor, to construct instances
of this class. |
class |
ProxyGroup
Proxy group of users. |
class |
ProxyPartMaster
Use the newProxyPartMaster static factory method(s), not
the ProxyPartMaster constructor, to construct instances
of this class. |
class |
ProxyURLData
Use the newProxyURLData static factory method(s), not the
ProxyURLData constructor, to construct instances of this
class. |
class |
ProxyUser
Use the newProxyUser static factory method(s), not the ProxyUser
constructor, to construct instances of this class. |
Uses of BusinessInformation in wt.folder |
Classes in wt.folder that implement BusinessInformation | |
class |
Cabinet
A Cabinet is a major organizing characteristic for information residing inf folders. |
class |
SubFolder
A SubFolder is a non-root folder, ie it resides in a Cabinet. |
Uses of BusinessInformation in wt.fv |
Classes in wt.fv that implement BusinessInformation | |
class |
FileFolder
Supported API: false Extendable: false |
class |
FvFolder
Use the newFvFolder static factory method(s), not the FvFolder
constructor, to construct instances of this class. |
class |
FvHost
Use the newFvHost static factory method(s), not the FvHost
constructor, to construct instances of this class. |
class |
FvPolicyRule
FvPolicyRule objects indicate what file vault is applicable when an event happens to an object. |
class |
FvVault
Use the newFvVault static factory method(s), not the FvVault
constructor, to construct instances of this class. |
class |
Vault
Supported API: false Extendable: false |
Uses of BusinessInformation in wt.fv.master |
Classes in wt.fv.master that implement BusinessInformation | |
class |
ReplicaFolder
Use the newReplicaFolder static factory method(s), not the
ReplicaFolder constructor, to construct instances of this
class. |
class |
ReplicaVault
Use the newReplicaVault static factory method(s), not the
ReplicaVault constructor, to construct instances of this
class. |
Uses of BusinessInformation in wt.iba.definition |
Classes in wt.iba.definition that implement BusinessInformation | |
class |
AbstractAttributeDefinition
AbstractAttributeDefinition is the super class of nine attribute definitions. |
class |
AttributeOrganizer
Attribute organizers are available for the organization of attribute definitions with a foldering mechanism. |
class |
BooleanDefinition
The Boolean attribute defintion. |
class |
FloatDefinition
The Float attribute definition. |
class |
IntegerDefinition
The Integer attribute definition. |
class |
RatioDefinition
The Ratio attribute definition. |
class |
ReferenceDefinition
The Reference attribute defintion. |
class |
StringDefinition
The String attribute definition. |
class |
TimestampDefinition
The Timestamp attribute definition. |
class |
UnitDefinition
The Unit attribute definition. |
class |
URLDefinition
The URL attribute definition. |
Uses of BusinessInformation in wt.inf.template |
Classes in wt.inf.template that implement BusinessInformation | |
class |
WTContainerTemplateMaster
Use the newWTContainerTemplateMaster static factory method(s),
not the WTContainerTemplateMaster constructor, to construct
instances of this class. |
Uses of BusinessInformation in wt.intersvrcom |
Classes in wt.intersvrcom that implement BusinessInformation | |
class |
Site
Use the newSite static factory method(s), not the Site
constructor, to construct instances of this class. |
Uses of BusinessInformation in wt.lifecycle |
Classes in wt.lifecycle that implement BusinessInformation | |
class |
LifeCycleTemplateMaster
The definition of a Life Cycle. |
Uses of BusinessInformation in wt.maturity |
Classes in wt.maturity that implement BusinessInformation | |
class |
PromotionNotice
The implementation of PromotionNotices. |
Uses of BusinessInformation in wt.meeting |
Classes in wt.meeting that implement BusinessInformation | |
class |
Meeting
Base class which other types of meetings subclass. |
class |
MeetingCenterMeeting
Use the newMeetingCenterMeeting static factory method(s),
not the MeetingCenterMeeting constructor, to construct instances
of this class. |
class |
TraditionalMeeting
Use the newTraditionalMeeting static factory method(s),
not the TraditionalMeeting constructor, to construct instances
of this class. |
Uses of BusinessInformation in wt.meeting.actionitem |
Classes in wt.meeting.actionitem that implement BusinessInformation | |
class |
DiscreteActionItem
Use the newDiscreteActionItem static factory method(s),
not the DiscreteActionItem constructor, to construct instances
of this class. |
Uses of BusinessInformation in wt.org |
Classes in wt.org that implement BusinessInformation | |
class |
WTGroup
Group of users. |
class |
WTOrganization
Use the newWTOrganization static factory method(s), not
the WTOrganization constructor, to construct instances of
this class. |
class |
WTPrincipal
Abstract class that represents a user or a group of users. |
class |
WTUser
The WTUser class represents users of the system. |
Uses of BusinessInformation in wt.part |
Classes in wt.part that implement BusinessInformation | |
class |
WTPart
This reference implementation of a PartVersion represents
a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents
the unchanging aspects of this part. |
class |
WTPartConfigSpec
The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec , WTPartEffectivityConfigSpec ,
and WTPartStandardConfigSpec . |
class |
WTPartMaster
This reference implementation of a PartMaster represents the unchanging aspects of a part, is managed by WTPartService and also has one or more associated WTPart s which represent the various stages (versions
or iterations) of change for the changeable aspects of this part. |
class |
WTProduct
Use the newWTProduct static factory method(s), not the WTProduct
constructor, to construct instances of this class. |
class |
WTProductMaster
Use the newWTProductMaster static factory method(s), not
the WTProductMaster constructor, to construct instances
of this class. |
class |
WTSerialNumberedPart
Use the newWTSerialNumberedPart static factory method(s),
not the WTSerialNumberedPart constructor, to construct instances
of this class. |
class |
WTSerialNumberedPartMaster
Use the newWTSerialNumberedPartMaster static factory method(s),
not the WTSerialNumberedPartMaster constructor, to construct
instances of this class. |
Uses of BusinessInformation in wt.prefs |
Classes in wt.prefs that implement BusinessInformation | |
class |
DBPrefEntry
Use the newDBPrefEntry static factory method(s), not the
DBPrefEntry constructor, to construct instances of this
class. |
Uses of BusinessInformation in wt.project |
Classes in wt.project that implement BusinessInformation | |
class |
Project
Deprecated. at R6.0 Project will be replaced by a new Team object in a future release. |
Uses of BusinessInformation in wt.projmgmt.definer |
Classes in wt.projmgmt.definer that implement BusinessInformation | |
class |
MilestoneTemplate
A MilestoneTemplate is the template associated with a project
management milestone. |
class |
ProjectActivityTemplate
A ProjectActivityTemplate is the template associated with
a project management project activity. |
class |
ProjectPlanTemplate
Use the newProjectPlanTemplate static factory method(s),
not the ProjectPlanTemplate constructor, to construct instances
of this class. |
class |
ProjectProxyTemplate
A ProjectProxyTemplate is the template associated with a
project proxy. |
class |
SummaryActivityTemplate
Use the newSummaryActivityTemplate static factory method(s),
not the SummaryActivityTemplate constructor, to construct
instances of this class. |
Uses of BusinessInformation in wt.projmgmt.execution |
Classes in wt.projmgmt.execution that implement BusinessInformation | |
class |
Milestone
The Milestone class represents a notable point in the execution
of a project. |
class |
ProjectActivity
Returns the associated Deliverable . |
class |
ProjectPlan
The ProjectPlan class represents a container for activities,
resources, deliverables and their relationships that are involved in
the execution of a project. |
class |
ProjectProxy
Objects of the ProjectProxy class are references to external
projects. |
class |
SummaryActivity
Container of project manager nodes. |
Uses of BusinessInformation in wt.query.template |
Classes in wt.query.template that implement BusinessInformation | |
class |
ReportTemplate
This class is a default implementation of a template for reporting. |
Uses of BusinessInformation in wt.replication.export |
Classes in wt.replication.export that implement BusinessInformation | |
class |
UnitExportRecord
Use the newUnitExportRecord static factory method(s), not
the UnitExportRecord constructor, to construct instances
of this class. |
Uses of BusinessInformation in wt.replication.imp |
Classes in wt.replication.imp that implement BusinessInformation | |
class |
UnitImportRecord
Use the newUnitImportRecord static factory method(s), not
the UnitImportRecord constructor, to construct instances
of this class. |
Uses of BusinessInformation in wt.replication.receiver |
Classes in wt.replication.receiver that implement BusinessInformation | |
class |
UnitReceiveRecord
Use the newUnitReceiveRecord static factory method(s), not
the UnitReceiveRecord constructor, to construct instances
of this class. |
Uses of BusinessInformation in wt.replication.sender |
Classes in wt.replication.sender that implement BusinessInformation | |
class |
UnitSendRecord
Use the newUnitSendRecord static factory method(s), not
the UnitSendRecord constructor, to construct instances of
this class. |
Uses of BusinessInformation in wt.replication.unit |
Classes in wt.replication.unit that implement BusinessInformation | |
class |
UnitOperationRecord
Supported API: false Extendable: false |
class |
WTUnit
Deprecated. |
class |
WTUnitMaster
Deprecated. |
Uses of BusinessInformation in wt.rn |
Classes in wt.rn that implement BusinessInformation | |
class |
WTRNRequest
The WTRNRequest object is used to store information relating to a specific RosettaNet request. |
Uses of BusinessInformation in wt.scheduler |
Classes in wt.scheduler that implement BusinessInformation | |
class |
ScheduleItem
Use the newScheduleItem static factory method(s), not the
ScheduleItem constructor, to construct instances of this
class. |
Uses of BusinessInformation in wt.team |
Classes in wt.team that implement BusinessInformation | |
class |
TeamTemplate
TeamTemplate establishes associations between roles and principals and/or actor roles. |
(package private) static class |
TeamTemplateCache.TeamTemplateEntry
|
Uses of BusinessInformation in wt.units.display |
Classes in wt.units.display that implement BusinessInformation | |
class |
AbstractDisplayUnitsContext
Supported API: false Extendable: false |
class |
MeasurementSystem
Use the newMeasurementSystem static factory method(s), not
the MeasurementSystem constructor, to construct instances
of this class. |
class |
QuantityOfMeasure
Use the newQuantityOfMeasure static factory method(s), not
the QuantityOfMeasure constructor, to construct instances
of this class. |
Uses of BusinessInformation in wt.vc.baseline |
Classes in wt.vc.baseline that implement BusinessInformation | |
class |
ManagedBaseline
This class is an implementation of a Baseline. |
Uses of BusinessInformation in wt.vc.views |
Classes in wt.vc.views that implement BusinessInformation | |
class |
View
The view represents a type of branching mechanism for versioned data. |
Uses of BusinessInformation in wt.workflow.definer |
Classes in wt.workflow.definer that implement BusinessInformation | |
class |
WfAdHocActivityTemplate
Use the newWfAdHocActivityTemplate static factory method(s),
not the WfAdHocActivityTemplate constructor, to construct
instances of this class. |
class |
WfApplRobotTemplate
Template for application robots, that is, activities that correspond to programs or applications. |
class |
WfAssignedActivityTemplate
Template for creation of assigned activities. |
class |
WfBlockTemplate
Class that represents a workflow block. |
class |
WfContainerTemplate
Abstract class that models template objects that can contain other template objects. |
class |
WfExprRobotTemplate
Use the newWfExprRobotTemplate static factory method(s),
not the WfExprRobotTemplate constructor, to construct instances
of this class. |
class |
WfExternalMethodTemplate
Template for robot activities which are based on externally callable methods. |
class |
WfInternalMethodTemplate
Template for robot activities which are based on internally callable methods. |
class |
WfInvokedMethodTemplate
Template for creation of method robot activities. |
class |
WfProcessTemplate
A WfProcessTemplate represents a template for a specific
workflow process; it is used to create instances of a workflow process. |
class |
WfProcessTemplateMaster
Use the newWfProcessTemplateMaster static factory method(s),
not the WfProcessTemplateMaster constructor, to construct
instances of this class. |
class |
WfProxyTemplate
Object that points to a template. |
class |
WfRobotActivityTemplate
Base template class for for classes that create robot activities. |
class |
WfSynchRobotTemplate
Use the newWfSynchRobotTemplate static factory method(s),
not the WfSynchRobotTemplate constructor, to construct instances
of this class. |
class |
WfTemplateObject
WfTemplateObject is the base class for the workflow definition
objects. |
class |
WfTimerTemplate
Use the newWfTimerTemplate static factory method(s), not
the WfTimerTemplate constructor, to construct instances
of this class. |
class |
WfURLRobotTemplate
Used to define the URL to be executed. |
Uses of BusinessInformation in wt.workflow.engine |
Classes in wt.workflow.engine that implement BusinessInformation | |
class |
WfActivity
WfActivity represents a request for work in the context
of the containing WfProcess. |
class |
WfAdHocActivity
Use the newWfAdHocActivity static factory method(s), not
the WfAdHocActivity constructor, to construct instances
of this class. |
class |
WfAssignmentEventAudit
WfAssignmentEventAudit specializes WfEventAudit for assignment
change events. |
class |
WfBlock
The WfBlock class supports the execution of blocks. |
class |
WfContainer
Supported API: false Extendable: false |
class |
WfCreateProcessEventAudit
WfCreateProcessEventAudit specializes WfEventAudit
by adding information related to creation of a WfProcess. |
class |
WfDataEventAudit
WfDataEventAudit specializes WfEventAudit for data change
events. |
class |
WfEventAudit
The WfEventAudit provides audit records of workflow event
information. |
class |
WfExceptionEventAudit
WfExceptionrEventAudit specializes WfEventAudit for execution
error events. |
class |
WfExecutionObject
WfExecutionObject is an abstract base class that defines
common attributes, states and operations for processes and steps. |
class |
WfProcess
A WfProcess is the performer of a workflow. |
class |
WfRequesterActivity
The WfRequesterActivity class implements WfRequester to
allow processes to be embedded in other processes. |
class |
WfStateEventAudit
This class specializes WfEventAudit by adding state change
information. |
class |
WfVotingEventAudit
Use the newWfVotingEventAudit static factory method(s),
not the WfVotingEventAudit constructor, to construct instances
of this class. |
Uses of BusinessInformation in wt.workflow.robots |
Classes in wt.workflow.robots that implement BusinessInformation | |
class |
WfApplicationRobot
The application robot is used to carry out a task that is performed by an external program. |
class |
WfExpressionRobot
Robot used to carry out a task that is defined in a Java expression. |
class |
WfExternalMethod
WIExternalMethod encapsulates a non-Windchill method
|
class |
WfInternalMethod
WInternalMethod encapsulates a Windchill method
|
class |
WfInvokedMethod
WfInvokedMethod is an abstract class to encapsulate the
invocation of method.. |
class |
WfRobotActivity
The WfRobotActivity is an abstract class that represents
workflow steps which are carried out without human intervention. |
class |
WfSynchRobot
Robot used to synchronize with with external (non-workflow) events. |
class |
WfTimerActivity
The WfTimeActivity is a robot used to synchronize with some time event. |
class |
WfURLRobot
Runtime execution of the URl is performed here. |
Uses of BusinessInformation in wt.workflow.work |
Classes in wt.workflow.work that implement BusinessInformation | |
class |
WfAssignedActivity
A WfActivity> represent work that can be assigned to resources. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |