Modifier and Type | Method and Description |
---|---|
OSService |
Provider.getOwner()
Returns the service that owns this provider (a provider can be owned by
one service only);
|
Modifier and Type | Method and Description |
---|---|
OSService |
AbstractProvider.getOwner() |
Constructor and Description |
---|
AbstractProvider(OSService owner) |
Modifier and Type | Method and Description |
---|---|
OSService |
OSServicePlugin.startOperationalSupportServerDefault(org.processmining.framework.plugin.PluginContext context) |
OSService |
OSServicePlugin.startOperationalSupportServerDefault(org.processmining.contexts.uitopia.UIPluginContext context) |
Modifier and Type | Method and Description |
---|---|
void |
OSServiceManagerPlugin.manage(org.processmining.framework.plugin.PluginContext context,
OSService service) |
void |
OSServiceManagerPlugin.manageUI(org.processmining.contexts.uitopia.UIPluginContext context,
OSService service) |
Modifier and Type | Method and Description |
---|---|
static Provider |
ExampleProvider.registerServiceProviderA(org.processmining.framework.plugin.PluginContext context,
OSService service) |
static Provider |
ExampleProvider.registerServiceProviderAUI(org.processmining.contexts.uitopia.UIPluginContext context,
OSService service) |
Constructor and Description |
---|
ExampleProvider(OSService owner) |