public interface IPartitionMonitor
| Modifier and Type | Method and Description |
|---|---|
void |
afterModelDeployment(Collection<org.eclipse.stardust.engine.api.model.IModel> models,
boolean isOverwrite)
Client can check if arguments are valid and otherwise throw an DeploymentException.
|
void |
beforeModelDeployment(Collection<org.eclipse.stardust.engine.api.model.IModel> models,
boolean isOverwrite)
Client can check if arguments are valid and otherwise throw an DeploymentException.
|
void |
modelDeleted(org.eclipse.stardust.engine.api.model.IModel model)
Client can check if arguments are valid and otherwise throw an DeploymentException.
|
void |
modelDeployed(org.eclipse.stardust.engine.api.model.IModel model,
boolean isOverwrite)
Deprecated.
|
void |
modelLoaded(org.eclipse.stardust.engine.api.model.IModel model)
Client can analyze and monitor argument and method call.
|
void |
userCreated(org.eclipse.stardust.engine.core.runtime.beans.IUser user)
Client can analyze and monitor argument and method call.
|
void |
userDisabled(org.eclipse.stardust.engine.core.runtime.beans.IUser user)
Client can analyze and monitor argument and method call.
|
void |
userEnabled(org.eclipse.stardust.engine.core.runtime.beans.IUser user)
Client can analyze and monitor argument and method call.
|
void |
userRealmCreated(org.eclipse.stardust.engine.core.runtime.beans.IUserRealm realm)
Client can analyze and monitor argument and method call.
|
void |
userRealmDropped(org.eclipse.stardust.engine.core.runtime.beans.IUserRealm realm)
Client can analyze and monitor argument and method call.
|
void userRealmCreated(org.eclipse.stardust.engine.core.runtime.beans.IUserRealm realm)
realm - void userRealmDropped(org.eclipse.stardust.engine.core.runtime.beans.IUserRealm realm)
realm - void userCreated(org.eclipse.stardust.engine.core.runtime.beans.IUser user)
user - void userEnabled(org.eclipse.stardust.engine.core.runtime.beans.IUser user)
user - void userDisabled(org.eclipse.stardust.engine.core.runtime.beans.IUser user)
user - @Deprecated void modelDeployed(org.eclipse.stardust.engine.api.model.IModel model, boolean isOverwrite) throws DeploymentException
DeploymentExceptionvoid beforeModelDeployment(Collection<org.eclipse.stardust.engine.api.model.IModel> models, boolean isOverwrite) throws DeploymentException
models - isOverwrite - DeploymentExceptionvoid afterModelDeployment(Collection<org.eclipse.stardust.engine.api.model.IModel> models, boolean isOverwrite) throws DeploymentException
models - isOverwrite - DeploymentExceptionvoid modelDeleted(org.eclipse.stardust.engine.api.model.IModel model)
throws DeploymentException
model - DeploymentExceptionvoid modelLoaded(org.eclipse.stardust.engine.api.model.IModel model)
model - Copyright © 2016 Eclipse Stardust. All Rights Reserved.