|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagerService | |
com.ptc.core.command.server.delegate | |
com.ptc.core.meta.type.mgmt.server.impl.service | |
com.ptc.netmarkets.folder | |
com.ptc.windchill.counterpart | |
com.ptc.windchill.esi.svc | |
com.ptc.wvs.server.loader | |
com.ptc.wvs.server.publish | |
wt.admin |
Provides classes to represent and manage AdministrativeDomain objects. |
wt.audit | |
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.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.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.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.epm.listeners | |
wt.epm.structure | |
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.fc.delete | |
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.graph.service | |
wt.iba.definition.service | |
wt.inf.container | |
wt.inf.sharing | |
wt.lifecycle | |
wt.locks | |
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.ownership | The ownership service is responsible for associating a principal with an object. |
wt.project | The notion of a
Project has been replaced by a
Team , see the wt.team package instead. |
wt.projmgmt | |
wt.replication.export | |
wt.replication.imp | |
wt.replication.receiver | |
wt.representation | |
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.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.services | Defines
ManagerService (see the reference implementation
StandardManagerService
) which is a
Manager (see
StandardManager and its subclasses) obtained from a
ManagerResourceFactory (see
wt.services.StandardMangerFactory ) and deals with both startup
and event processing of services; this package is the basis of all Windchill
services. |
wt.team | |
wt.transfer | |
wt.transfer.policy | |
wt.vc | |
wt.vc.baseline | |
wt.vc.sessioniteration | |
wt.vc.wip | |
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.forum | |
wt.workflow.notebook | |
wt.wrmf.delivery | |
wt.wrmf.transport |
Uses of ManagerService in com.ptc.core.command.server.delegate |
Methods in com.ptc.core.command.server.delegate that return ManagerService | |
protected ManagerService |
AbstractRemoteCommandDelegate.getManagerService(Class serviceClass)
|
Uses of ManagerService in com.ptc.core.meta.type.mgmt.server.impl.service |
Methods in com.ptc.core.meta.type.mgmt.server.impl.service with parameters of type ManagerService | |
void |
WTTypeManagementDBService.registerEvents(ManagerService manager)
Supported API: false |
Uses of ManagerService in com.ptc.netmarkets.folder |
Methods in com.ptc.netmarkets.folder that return ManagerService | |
private ManagerService |
NmFolderCacheHelper.getManagerService()
|
Uses of ManagerService in com.ptc.windchill.counterpart |
Methods in com.ptc.windchill.counterpart with parameters of type ManagerService | |
void |
StandardCounterPartService.registerEvents(ManagerService managerService)
see wt.services.StandardManager |
Uses of ManagerService in com.ptc.windchill.esi.svc |
Methods in com.ptc.windchill.esi.svc with parameters of type ManagerService | |
void |
StandardESIService.registerEvents(ManagerService ms)
Register events with the passed ManagerService. |
Uses of ManagerService in com.ptc.wvs.server.loader |
Methods in com.ptc.wvs.server.loader with parameters of type ManagerService | |
void |
StandardGraphicsServerLoaderService.registerEvents(ManagerService managerService)
Registers Graphics Server Loader service events with the service manager. |
Uses of ManagerService in com.ptc.wvs.server.publish |
Methods in com.ptc.wvs.server.publish with parameters of type ManagerService | |
void |
StandardPublishService.registerEvents(ManagerService managerService)
Registers Publish service events with the service manager. |
Uses of ManagerService in wt.admin |
Methods in wt.admin with parameters of type ManagerService | |
void |
StandardAdministrativeDomainManager.registerEvents(ManagerService ms)
Register events with the passed ManagerService. |
void |
StandardAdministrativeDomainManager.registerEvents(ManagerService ms)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.audit |
Methods in wt.audit with parameters of type ManagerService | |
void |
StandardAuditService.registerEvents(ManagerService ms)
|
Uses of ManagerService in wt.change2 |
Methods in wt.change2 with parameters of type ManagerService | |
void |
StandardChangeService2.registerEvents(ManagerService managerService)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.configuration |
Methods in wt.configuration with parameters of type ManagerService | |
void |
StandardConfigurationService.registerEvents(ManagerService managerService)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.content |
Methods in wt.content with parameters of type ManagerService | |
void |
StandardContentService.registerEvents(ManagerService mService)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.eff |
Fields in wt.eff declared as ManagerService | |
private static ManagerService |
EffGroupAssistant.service
|
private static ManagerService |
EffGroupAssistant.service
|
Uses of ManagerService in wt.enterprise |
Methods in wt.enterprise with parameters of type ManagerService | |
void |
StandardEnterpriseService.registerEvents(ManagerService manager)
Overrides the registration of all applicable enterprise service events with the service manager. |
Uses of ManagerService in wt.epm |
Methods in wt.epm with parameters of type ManagerService | |
void |
EPMStandardDocumentManager.registerEvents(ManagerService manager)
Overrides the registration of all applicable locking service events with the service manager. |
Uses of ManagerService in wt.epm.listeners |
Methods in wt.epm.listeners with parameters of type ManagerService | |
void |
EPMStandardEventServiceManager.registerEvents(ManagerService manager)
Overrides the registration of all applicable locking service events with the service manager. |
Uses of ManagerService in wt.epm.structure |
Methods in wt.epm.structure with parameters of type ManagerService | |
void |
EPMStandardStructureService.registerEvents(ManagerService manager)
Overrides the registration of all applicable locking service events with the service manager. |
Uses of ManagerService in wt.epm.supportingdata |
Methods in wt.epm.supportingdata with parameters of type ManagerService | |
void |
StandardEPMSupportingDataService.registerEvents(ManagerService manager)
Overrides the registration of all applicable locking service events with the service manager. |
Uses of ManagerService in wt.epm.workspaces |
Methods in wt.epm.workspaces with parameters of type ManagerService | |
void |
EPMStandardWorkspaceManager.registerEvents(ManagerService manager)
Overrides the registration of all applicable locking service events with the service manager. |
void |
EPMStandardBaselineService.registerEvents(ManagerService manager)
Overrides the registration of all applicable locking service events with the service manager. |
Uses of ManagerService in wt.fc |
Methods in wt.fc with parameters of type ManagerService | |
void |
StandardPersistenceManager.registerEvents(ManagerService ms)
Register events with the passed ManagerService. |
void |
StandardIdentityService.registerEvents(ManagerService managerService)
Register PRE-/POST_CHANGE_IDENTITY. |
void |
StandardPersistenceManager.registerEvents(ManagerService ms)
Register events with the passed ManagerService. |
void |
StandardIdentityService.registerEvents(ManagerService managerService)
Register PRE-/POST_CHANGE_IDENTITY. |
Uses of ManagerService in wt.fc.delete |
Methods in wt.fc.delete with parameters of type ManagerService | |
void |
StandardDeleteManager.registerEvents(ManagerService ms)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.folder |
Methods in wt.folder with parameters of type ManagerService | |
void |
StandardFolderService.registerEvents(ManagerService ms)
Register events with the passed ManagerService. |
void |
StandardFolderService.registerEvents(ManagerService ms)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.fv |
Methods in wt.fv with parameters of type ManagerService | |
void |
StandardFvService.registerEvents(ManagerService manager)
Overrides the registration of all applicable lifecycle service events with the service manager. |
Uses of ManagerService in wt.graph.service |
Methods in wt.graph.service with parameters of type ManagerService | |
void |
StandardObjectGraphService.registerEvents(ManagerService manager)
Overrides the registration of all applicable WIP service events with the service manager. |
Uses of ManagerService in wt.iba.definition.service |
Methods in wt.iba.definition.service with parameters of type ManagerService | |
void |
StandardIBADefinitionService.registerEvents(ManagerService manager)
Overrides the registration of all applicable locking service events with the service manager. |
Uses of ManagerService in wt.inf.container |
Methods in wt.inf.container with parameters of type ManagerService | |
void |
StandardWTContainerService.registerEvents(ManagerService manager_service)
Register events with the passed ManagerService. |
void |
StandardWTContainerService.registerEvents(ManagerService manager_service)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.inf.sharing |
Methods in wt.inf.sharing with parameters of type ManagerService | |
void |
StandardDataSharingService.registerEvents(ManagerService service)
Supported API: false |
void |
DataSharingServiceSvr.registerEvents(ManagerService service)
Supported API: false |
Uses of ManagerService in wt.lifecycle |
Methods in wt.lifecycle with parameters of type ManagerService | |
void |
StandardLifeCycleService.registerEvents(ManagerService manager)
Overrides the registration of all applicable lifecycle service events with the service manager. |
void |
StandardLifeCycleService.registerEvents(ManagerService manager)
Overrides the registration of all applicable lifecycle service events with the service manager. |
Uses of ManagerService in wt.locks |
Methods in wt.locks with parameters of type ManagerService | |
void |
StandardLockService.registerEvents(ManagerService manager)
Overrides the registration of all applicable locking service events with the service manager. |
Uses of ManagerService in wt.maturity |
Methods in wt.maturity with parameters of type ManagerService | |
void |
StandardMaturityService.registerEvents(ManagerService managerService)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.meeting.actionitem |
Methods in wt.meeting.actionitem with parameters of type ManagerService | |
void |
StandardActionItemService.registerEvents(ManagerService manager)
Supported API: false |
Uses of ManagerService in wt.occurrence |
Methods in wt.occurrence with parameters of type ManagerService | |
void |
StandardOccurrenceService.registerEvents(ManagerService managerService)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.ownership |
Methods in wt.ownership with parameters of type ManagerService | |
void |
StandardOwnershipService.registerEvents(ManagerService ms)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.project |
Methods in wt.project with parameters of type ManagerService | |
void |
StandardProjectService.registerEvents(ManagerService manager)
Overrides the registration of all applicable lifecycle service events with the service manager. |
Uses of ManagerService in wt.projmgmt |
Methods in wt.projmgmt with parameters of type ManagerService | |
void |
StandardProjMgmtService.registerEvents(ManagerService ms)
Registers all events that can be emitted by service. |
Uses of ManagerService in wt.replication.export |
Methods in wt.replication.export with parameters of type ManagerService | |
void |
StandardExportService.registerEvents(ManagerService manager)
Supported API: false |
Uses of ManagerService in wt.replication.imp |
Methods in wt.replication.imp with parameters of type ManagerService | |
void |
StandardImportService.registerEvents(ManagerService manager)
Deprecated. |
Uses of ManagerService in wt.replication.receiver |
Methods in wt.replication.receiver with parameters of type ManagerService | |
void |
StandardReplicationRecvService.registerEvents(ManagerService manager)
Deprecated. |
Uses of ManagerService in wt.representation |
Methods in wt.representation with parameters of type ManagerService | |
void |
StandardRepresentationService.registerEvents(ManagerService managerService)
Registers Representation service events with the service manager. |
Uses of ManagerService in wt.sandbox |
Methods in wt.sandbox with parameters of type ManagerService | |
void |
StandardSandboxService.registerEvents(ManagerService managerService)
Register events fired/dispatched by this service with the given ManagerService. |
(package private) static void |
SandboxServiceUndoCheckoutEvent.firePreUndoCheckOutEvent(ManagerService managerService,
WTValuedMap workingToOriginalRefMap,
boolean sharingOriginalToSandbox)
|
(package private) static void |
SandboxServiceUndoCheckoutEvent.firePostUndoCheckOutEvent(ManagerService managerService,
WTValuedMap workingToOriginalRefMap,
boolean sharingOriginalToSandbox)
|
private static void |
SandboxServiceUndoCheckoutEvent.fireUndoCheckOutEvent(ManagerService managerService,
WTValuedMap workingToOriginalRefMap,
boolean sharingOriginalToSandbox,
boolean preEvent)
|
(package private) static void |
SandboxServiceInitialCheckinEvent.fireInitialCheckinEvent(ManagerService managerService,
WTValuedMap workingCopyToInitialCheckinMap,
WTKeyedMap initialCheckinWorkingCopyToDataMap)
|
(package private) static void |
SandboxServiceCheckoutEvent.firePreCheckOutEvent(ManagerService managerService,
WTValuedMap origToWorkingCopyMap)
|
(package private) static void |
SandboxServiceCheckoutEvent.firePostCheckOutEvent(ManagerService managerService,
WTValuedMap origToWorkingCopyMap)
|
private static void |
SandboxServiceCheckoutEvent.fireCheckOutEvent(ManagerService managerService,
WTValuedMap origToWorkingCopyMap,
boolean preEvent)
|
(package private) static void |
SandboxServiceCheckinEvent.firePreCheckinEvent(ManagerService managerService,
WTSet workingCopies,
WTKeyedMap initialCheckinWorkingCopyToDataMap,
WTValuedMap workingCopyToOriginalCopyMap)
|
(package private) static void |
SandboxServiceCheckinEvent.firePostCheckinEvent(ManagerService managerService,
WTSet workingCopies,
WTKeyedMap initialCheckinWorkingCopyToDataMap,
WTValuedMap workingCopyToOriginalCopyMap,
WTValuedMap workingCopyToCheckedInCopyMap)
|
private static void |
SandboxServiceCheckinEvent.fireCheckinEvent(ManagerService managerService,
String eventType,
WTSet workingCopies,
WTKeyedMap initialCheckinWorkingCopyToDataMap,
WTValuedMap workingCopyToOriginalCopyMap,
WTValuedMap workingCopyToCheckedInCopyMap)
|
Uses of ManagerService in wt.scheduler |
Methods in wt.scheduler with parameters of type ManagerService | |
void |
StandardSchedulingService.registerEvents(ManagerService manager)
Supported API: false |
Uses of ManagerService in wt.services |
Classes in wt.services that implement ManagerService | |
class |
StandardManagerService
A reference implementation of a ManagerService. |
Fields in wt.services declared as ManagerService | |
private ManagerService |
StandardManager.managerService
|
private static ManagerService |
ManagerServiceFactory.defaultManagerService
|
Methods in wt.services that return ManagerService | |
ManagerService |
StandardManager.getManagerService()
Gets the value of the attribute: managerService; Service which manages this manager Supported API: true |
static ManagerService |
ManagerServiceFactory.getDefault()
Gets the object for the association that plays role: default. |
ManagerService |
Manager.getManagerService()
Supported API: false |
Methods in wt.services with parameters of type ManagerService | |
protected abstract void |
StartupHandler.prepareForStartup(ManagerService service)
Create all managers in this repository. |
void |
StandardManager.registerEvents(ManagerService managerService)
Register events with the passed ManagerService. |
void |
StandardManager.setManagerService(ManagerService managerService)
Supported API: false |
static void |
ManagerServiceFactory.setDefault(ManagerService a_Default)
Sets the object for the association that plays role: default. |
protected void |
ManagerImplementation.prepareForStartup(ManagerService service)
Create all managers in this repository. |
protected void |
ManagerImplementation.registerEvents(ManagerService service)
|
void |
Manager.registerEvents(ManagerService managerService)
Register events with the passed ManagerService. |
void |
Manager.setManagerService(ManagerService managerService)
Supported API: false |
protected void |
DefaultStartupHandler.prepareForStartup(ManagerService service)
Create all managers in this repository. |
Uses of ManagerService in wt.team |
Methods in wt.team with parameters of type ManagerService | |
void |
StandardTeamService.registerEvents(ManagerService manager)
Overrides the registration of all applicable lifecycle service events with the service manager. |
void |
StandardTeamService.registerEvents(ManagerService manager)
Overrides the registration of all applicable lifecycle service events with the service manager. |
Uses of ManagerService in wt.transfer |
Methods in wt.transfer with parameters of type ManagerService | |
void |
StandardTransferService.registerEvents(ManagerService manager)
Overrides the registration of all applicable transfer service events with the service manager. |
Uses of ManagerService in wt.transfer.policy |
Methods in wt.transfer.policy with parameters of type ManagerService | |
void |
StandardTransferPolicyService.registerEvents(ManagerService manager)
Overrides the registration of all applicable transfer service events with the service manager. |
Uses of ManagerService in wt.vc |
Methods in wt.vc with parameters of type ManagerService | |
(package private) static void |
VersionControlServiceEvent.fireSingleObjectMergeEvent(ManagerService managerService,
String eventType,
Versioned newIter,
Versioned source,
Versioned destination)
|
(package private) static void |
VersionControlServiceEvent.fireMultiObjectMergeEvent(ManagerService managerService,
String eventType,
WTValuedMap sourceToDestinationsMap,
WTValuedMap sourceToNewIterationsMap,
WTValuedMap newIterationToDestinationsMap,
WTValuedMap destinationToNewIterationMap)
|
void |
StandardVersionControlService.registerEvents(ManagerService manager)
Overrides the registration of all applicable versioning service events with the service manager. |
(package private) static void |
VersionControlServiceEvent.fireSingleObjectMergeEvent(ManagerService managerService,
String eventType,
Versioned newIter,
Versioned source,
Versioned destination)
|
(package private) static void |
VersionControlServiceEvent.fireMultiObjectMergeEvent(ManagerService managerService,
String eventType,
WTValuedMap sourceToDestinationsMap,
WTValuedMap sourceToNewIterationsMap,
WTValuedMap newIterationToDestinationsMap,
WTValuedMap destinationToNewIterationMap)
|
void |
StandardVersionControlService.registerEvents(ManagerService manager)
Overrides the registration of all applicable versioning service events with the service manager. |
Uses of ManagerService in wt.vc.baseline |
Methods in wt.vc.baseline with parameters of type ManagerService | |
void |
StandardBaselineService.registerEvents(ManagerService a_managerService)
Overrides the registration of all applicable Baseline service events with the service manager Supported API: false |
Uses of ManagerService in wt.vc.sessioniteration |
Methods in wt.vc.sessioniteration with parameters of type ManagerService | |
void |
StandardSessionIterationService.registerEvents(ManagerService managerService)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.vc.wip |
Methods in wt.vc.wip with parameters of type ManagerService | |
void |
StandardWorkInProgressService.registerEvents(ManagerService manager)
Overrides the registration of all applicable WIP service events with the service manager. |
void |
StandardWorkInProgressService.registerEvents(ManagerService manager)
Overrides the registration of all applicable WIP service events with the service manager. |
Uses of ManagerService in wt.workflow.definer |
Methods in wt.workflow.definer with parameters of type ManagerService | |
void |
StandardWfDefinerService.registerEvents(ManagerService ms)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.workflow.engine |
Methods in wt.workflow.engine with parameters of type ManagerService | |
void |
StandardWfEngineService.registerEvents(ManagerService ms)
Register events with the passed ManagerService. |
void |
StandardWfEngineService.registerEvents(ManagerService ms)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.workflow.forum |
Methods in wt.workflow.forum with parameters of type ManagerService | |
void |
StandardForumService.registerEvents(ManagerService managerService)
Register events with the passed ManagerService. |
void |
StandardForumService.registerEvents(ManagerService managerService)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.workflow.notebook |
Methods in wt.workflow.notebook with parameters of type ManagerService | |
void |
StandardNotebookService.registerEvents(ManagerService managerService)
Register events with the passed ManagerService. |
void |
StandardNotebookService.registerEvents(ManagerService managerService)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.wrmf.delivery |
Methods in wt.wrmf.delivery with parameters of type ManagerService | |
void |
StandardShippingService.registerEvents(ManagerService ms)
Register events with the passed ManagerService. |
Uses of ManagerService in wt.wrmf.transport |
Methods in wt.wrmf.transport with parameters of type ManagerService | |
void |
StandardGenericTransportService.registerEvents(ManagerService ms)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |