@PermitAll public class OrgModelPlugin extends java.lang.Object implements ModelManagerPlugin
| Constructor and Description |
|---|
OrgModelPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
postUpload(java.util.Map<Module,com.whitestein.lsps.model.ProcessModel> modules,
java.util.Map<java.lang.String,java.lang.String> properties)
This method is called after each upload and the
moduleIds contain ids of all the
modules (even those which were already present in the repository before the upload). |
void |
postUploadModule(Module module,
com.whitestein.lsps.model.ProcessModel processModel,
java.util.Map<java.lang.String,java.lang.String> properties)
This method is called after a module is uploaded.
|
void |
preRemoveModule(long moduleId)
This method is called before a module is removed.
|
public void preRemoveModule(long moduleId)
ModelManagerPluginpreRemoveModule in interface ModelManagerPluginpublic void postUploadModule(Module module, com.whitestein.lsps.model.ProcessModel processModel, java.util.Map<java.lang.String,java.lang.String> properties) throws ModelUploadException
ModelManagerPluginpostUploadModule in interface ModelManagerPluginModelUploadExceptionpublic void postUpload(java.util.Map<Module,com.whitestein.lsps.model.ProcessModel> modules, java.util.Map<java.lang.String,java.lang.String> properties) throws ModelUploadException
ModelManagerPluginmoduleIds contain ids of all the
modules (even those which were already present in the repository before the upload).postUpload in interface ModelManagerPluginModelUploadExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.