public abstract class GeneratedHMCManager extends Extension
HMCManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Map<String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
| Constructor and Description |
|---|
GeneratedHMCManager() |
| Modifier and Type | Method and Description |
|---|---|
ExportUserRightsWizard |
createExportUserRightsWizard(Map attributeValues) |
ExportUserRightsWizard |
createExportUserRightsWizard(SessionContext ctx,
Map attributeValues) |
HMCHistoryEntry |
createHMCHistoryEntry(Map attributeValues) |
HMCHistoryEntry |
createHMCHistoryEntry(SessionContext ctx,
Map attributeValues) |
ImportExportUserRightsWizard |
createImportExportUserRightsWizard(Map attributeValues) |
ImportExportUserRightsWizard |
createImportExportUserRightsWizard(SessionContext ctx,
Map attributeValues) |
ImportUserRightsWizard |
createImportUserRightsWizard(Map attributeValues) |
ImportUserRightsWizard |
createImportUserRightsWizard(SessionContext ctx,
Map attributeValues) |
SampleWizard |
createSampleWizard(Map attributeValues) |
SampleWizard |
createSampleWizard(SessionContext ctx,
Map attributeValues) |
WizardBusinessItem |
createWizardBusinessItem(Map attributeValues) |
WizardBusinessItem |
createWizardBusinessItem(SessionContext ctx,
Map attributeValues) |
Map<String,Item.AttributeMode> |
getDefaultAttributeModes(Class<? extends Item> itemClass) |
Media |
getHmcIcon(ComposedType item)
Generated method - Getter of the
ComposedType.hmcIcon attribute. |
Media |
getHmcIcon(SessionContext ctx,
ComposedType item)
Generated method - Getter of the
ComposedType.hmcIcon attribute. |
String |
getName() |
Boolean |
isHmcLoginDisabled(SessionContext ctx,
UserGroup item)
Generated method - Getter of the
UserGroup.hmcLoginDisabled attribute. |
Boolean |
isHmcLoginDisabled(UserGroup item)
Generated method - Getter of the
UserGroup.hmcLoginDisabled attribute. |
boolean |
isHmcLoginDisabledAsPrimitive(SessionContext ctx,
UserGroup item)
Generated method - Getter of the
UserGroup.hmcLoginDisabled attribute. |
boolean |
isHmcLoginDisabledAsPrimitive(UserGroup item)
Generated method - Getter of the
UserGroup.hmcLoginDisabled attribute. |
Boolean |
isLogHMCChanges(ComposedType item)
Generated method - Getter of the
ComposedType.logHMCChanges attribute. |
Boolean |
isLogHMCChanges(SessionContext ctx,
ComposedType item)
Generated method - Getter of the
ComposedType.logHMCChanges attribute. |
boolean |
isLogHMCChangesAsPrimitive(ComposedType item)
Generated method - Getter of the
ComposedType.logHMCChanges attribute. |
boolean |
isLogHMCChangesAsPrimitive(SessionContext ctx,
ComposedType item)
Generated method - Getter of the
ComposedType.logHMCChanges attribute. |
void |
setHmcIcon(ComposedType item,
Media value)
Generated method - Setter of the
ComposedType.hmcIcon attribute. |
void |
setHmcIcon(SessionContext ctx,
ComposedType item,
Media value)
Generated method - Setter of the
ComposedType.hmcIcon attribute. |
void |
setHmcLoginDisabled(SessionContext ctx,
UserGroup item,
boolean value)
Generated method - Setter of the
UserGroup.hmcLoginDisabled attribute. |
void |
setHmcLoginDisabled(SessionContext ctx,
UserGroup item,
Boolean value)
Generated method - Setter of the
UserGroup.hmcLoginDisabled attribute. |
void |
setHmcLoginDisabled(UserGroup item,
boolean value)
Generated method - Setter of the
UserGroup.hmcLoginDisabled attribute. |
void |
setHmcLoginDisabled(UserGroup item,
Boolean value)
Generated method - Setter of the
UserGroup.hmcLoginDisabled attribute. |
void |
setLogHMCChanges(ComposedType item,
boolean value)
Generated method - Setter of the
ComposedType.logHMCChanges attribute. |
void |
setLogHMCChanges(ComposedType item,
Boolean value)
Generated method - Setter of the
ComposedType.logHMCChanges attribute. |
void |
setLogHMCChanges(SessionContext ctx,
ComposedType item,
boolean value)
Generated method - Setter of the
ComposedType.logHMCChanges attribute. |
void |
setLogHMCChanges(SessionContext ctx,
ComposedType item,
Boolean value)
Generated method - Setter of the
ComposedType.logHMCChanges attribute. |
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceafterItemCreation, beforeItemCreation, destroy, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, unwrap, unwrap, wrapprotected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic ExportUserRightsWizard createExportUserRightsWizard(SessionContext ctx, Map attributeValues)
public ExportUserRightsWizard createExportUserRightsWizard(Map attributeValues)
public HMCHistoryEntry createHMCHistoryEntry(SessionContext ctx, Map attributeValues)
public HMCHistoryEntry createHMCHistoryEntry(Map attributeValues)
public ImportExportUserRightsWizard createImportExportUserRightsWizard(SessionContext ctx, Map attributeValues)
public ImportExportUserRightsWizard createImportExportUserRightsWizard(Map attributeValues)
public ImportUserRightsWizard createImportUserRightsWizard(SessionContext ctx, Map attributeValues)
public ImportUserRightsWizard createImportUserRightsWizard(Map attributeValues)
public SampleWizard createSampleWizard(SessionContext ctx, Map attributeValues)
public SampleWizard createSampleWizard(Map attributeValues)
public WizardBusinessItem createWizardBusinessItem(SessionContext ctx, Map attributeValues)
public WizardBusinessItem createWizardBusinessItem(Map attributeValues)
public Media getHmcIcon(SessionContext ctx, ComposedType item)
ComposedType.hmcIcon attribute.public Media getHmcIcon(ComposedType item)
ComposedType.hmcIcon attribute.public void setHmcIcon(SessionContext ctx, ComposedType item, Media value)
ComposedType.hmcIcon attribute.value - the hmcIcon - HMCIconpublic void setHmcIcon(ComposedType item, Media value)
ComposedType.hmcIcon attribute.value - the hmcIcon - HMCIconpublic Boolean isHmcLoginDisabled(SessionContext ctx, UserGroup item)
UserGroup.hmcLoginDisabled attribute.public Boolean isHmcLoginDisabled(UserGroup item)
UserGroup.hmcLoginDisabled attribute.public boolean isHmcLoginDisabledAsPrimitive(SessionContext ctx, UserGroup item)
UserGroup.hmcLoginDisabled attribute.public boolean isHmcLoginDisabledAsPrimitive(UserGroup item)
UserGroup.hmcLoginDisabled attribute.public void setHmcLoginDisabled(SessionContext ctx, UserGroup item, Boolean value)
UserGroup.hmcLoginDisabled attribute.value - the hmcLoginDisabledpublic void setHmcLoginDisabled(UserGroup item, Boolean value)
UserGroup.hmcLoginDisabled attribute.value - the hmcLoginDisabledpublic void setHmcLoginDisabled(SessionContext ctx, UserGroup item, boolean value)
UserGroup.hmcLoginDisabled attribute.value - the hmcLoginDisabledpublic void setHmcLoginDisabled(UserGroup item, boolean value)
UserGroup.hmcLoginDisabled attribute.value - the hmcLoginDisabledpublic Boolean isLogHMCChanges(SessionContext ctx, ComposedType item)
ComposedType.logHMCChanges attribute.public Boolean isLogHMCChanges(ComposedType item)
ComposedType.logHMCChanges attribute.public boolean isLogHMCChangesAsPrimitive(SessionContext ctx, ComposedType item)
ComposedType.logHMCChanges attribute.public boolean isLogHMCChangesAsPrimitive(ComposedType item)
ComposedType.logHMCChanges attribute.public void setLogHMCChanges(SessionContext ctx, ComposedType item, Boolean value)
ComposedType.logHMCChanges attribute.value - the logHMCChanges - whether or not log changes to items of this type via hmcpublic void setLogHMCChanges(ComposedType item, Boolean value)
ComposedType.logHMCChanges attribute.value - the logHMCChanges - whether or not log changes to items of this type via hmcpublic void setLogHMCChanges(SessionContext ctx, ComposedType item, boolean value)
ComposedType.logHMCChanges attribute.value - the logHMCChanges - whether or not log changes to items of this type via hmcpublic void setLogHMCChanges(ComposedType item, boolean value)
ComposedType.logHMCChanges attribute.value - the logHMCChanges - whether or not log changes to items of this type via hmcCopyright © 2017 SAP SE. All Rights Reserved.