public class PlatformhmcManager extends GeneratedPlatformhmcManager
Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreatorDEFAULT_INITIAL_ATTRIBUTES| Constructor and Description |
|---|
PlatformhmcManager()
Never call the constructor of any manager directly, call getInstance() You can place your business logic here -
like registering a jalo session listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createEssentialData(Map<String,String> params,
JspContext jspc)
Implement this method to create initial objects.
|
void |
createProjectData(Map<String,String> params,
JspContext jspc)
Implement this method to create data that is used in your project.
|
void |
destroy()
Use this method as a callback when the manager instance is being destroyed (this happens before system
initialization, at redeployment or if you shutdown your VM).
|
static PlatformhmcManager |
getInstance() |
void |
init()
Use this method to do some basic work only ONCE in the lifetime of a tenant resp.
|
createCompareCatalogVersionWizard, createCompareCatalogVersionWizard, createCreateWorkflowWizard, createCreateWorkflowWizard, createImpExExportWizard, createImpExExportWizard, createImpExImportWizard, createImpExImportWizard, createLDIFGroupImportWizard, createLDIFGroupImportWizard, createLDIFImportWizard, createLDIFImportWizard, createMoveMediaWizard, createMoveMediaWizard, createRemoveCatalogWizard, createRemoveCatalogWizard, createRemoveItemsWizard, createRemoveItemsWizard, createRepairProcessWizard, createRepairProcessWizard, createScriptGeneratorWizard, createScriptGeneratorWizard, createSynchronizeCatalogVersionWizard, createSynchronizeCatalogVersionWizard, getDefaultAttributeModes, getNamecheckBeforeItemRemoval, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceafterItemCreation, beforeItemCreation, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, setAttribute, setTenant, setTransientObject, unwrap, unwrap, wrappublic PlatformhmcManager()
public static final PlatformhmcManager getInstance()
public void init()
public void destroy()
public void createEssentialData(Map<String,String> params, JspContext jspc)
createEssentialData in class Extensionparams - the parameters provided by user for creation of objects for the extensionjspc - the jsp context; you can use it to write progress information to the jsp page during creationpublic void createProjectData(Map<String,String> params, JspContext jspc)
createProjectData in class Extensionparams - the parameters provided by user for creation of objects for the extensionjspc - the jsp context; you can use it to write progress information to the jsp page during creationCopyright © 2017 SAP SE. All Rights Reserved.