|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkInProgressService | |
wt.vc.wip |
Uses of WorkInProgressService in wt.vc.wip |
Classes in wt.vc.wip that implement WorkInProgressService | |
class |
StandardWorkInProgressService
Provides the standard implementation of server-side functionality as defined by the WorkInProgressService interface. |
class |
WorkInProgressServiceFwd
Provides server-side functionality as a service that's remotely available for use by a client. |
Fields in wt.vc.wip declared as WorkInProgressService | |
private WorkInProgressService |
WorkInProgressServiceEvent.service
|
static WorkInProgressService |
WorkInProgressHelper.service
Supported API: true |
private WorkInProgressService |
WorkInProgressServiceEvent.service
|
static WorkInProgressService |
WorkInProgressHelper.service
Supported API: true |
Methods in wt.vc.wip that return WorkInProgressService | |
WorkInProgressService |
WorkInProgressServiceEvent.getService()
Gets the object for the association that plays role: service; The WIP service that emits events. |
WorkInProgressService |
WorkInProgressServiceEvent.getService()
Gets the object for the association that plays role: service; The WIP service that emits events. |
Methods in wt.vc.wip with parameters of type WorkInProgressService | |
void |
WorkInProgressServiceEvent.setService(WorkInProgressService a_Service)
Sets the object for the association that plays role: service; The WIP service that emits events. |
private void |
WorkInProgressServiceEvent.serviceValidate(WorkInProgressService a_Service)
|
void |
WorkInProgressServiceEvent.setService(WorkInProgressService a_Service)
Sets the object for the association that plays role: service; The WIP service that emits events. |
private void |
WorkInProgressServiceEvent.serviceValidate(WorkInProgressService a_Service)
|
Constructors in wt.vc.wip with parameters of type WorkInProgressService | |
WorkInProgressServiceEvent(WorkInProgressService service,
String eventType,
Workable eventTarget)
Constructs an WIP service's event from the specified service and its event type and target. |
|
WorkInProgressServiceEvent(WorkInProgressService service,
String eventType,
Vector eventTarget)
Constructs an WIP service's event from the specified service and its event type and target. |
|
WorkInProgressServiceEvent(WorkInProgressService service,
String eventType,
Vector eventTarget,
Folder workingFolder)
Constructs an WIP service's event from the specified service, its event type and target, and the working folder of the target object. |
|
WorkInProgressServiceEvent(WorkInProgressService service,
String eventType,
Workable eventTarget)
Constructs an WIP service's event from the specified service and its event type and target. |
|
WorkInProgressServiceEvent(WorkInProgressService service,
String eventType,
Vector eventTarget)
Constructs an WIP service's event from the specified service and its event type and target. |
|
WorkInProgressServiceEvent(WorkInProgressService service,
String eventType,
Vector eventTarget,
Folder workingFolder)
Constructs an WIP service's event from the specified service, its event type and target, and the working folder of the target object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |