public abstract class GeneratedMccManager extends Extension
MccManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
protected static java.lang.String |
PRINCIPAL2READABLEABSTRACTLINKENTRYRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Principal2ReadableAbstractLinkEntryRelation from ((mcc))
|
protected static java.lang.String |
PRINCIPAL2READABLEABSTRACTLINKENTRYRELATION_SRC_ORDERED
Relation ordering override parameter constants for Principal2ReadableAbstractLinkEntryRelation from ((mcc))
|
protected static java.lang.String |
PRINCIPAL2READABLEABSTRACTLINKENTRYRELATION_TGT_ORDERED |
| Constructor and Description |
|---|
GeneratedMccManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToReadAbstractLinkEntry(Principal item,
AbstractLinkEntry value)
Generated method - Adds
value to readAbstractLinkEntry. |
void |
addToReadAbstractLinkEntry(SessionContext ctx,
Principal item,
AbstractLinkEntry value)
Generated method - Adds
value to readAbstractLinkEntry. |
Divider |
createDivider(java.util.Map attributeValues) |
Divider |
createDivider(SessionContext ctx,
java.util.Map attributeValues) |
DynamicLink |
createDynamicLink(java.util.Map attributeValues) |
DynamicLink |
createDynamicLink(SessionContext ctx,
java.util.Map attributeValues) |
StaticLink |
createStaticLink(java.util.Map attributeValues) |
StaticLink |
createStaticLink(SessionContext ctx,
java.util.Map attributeValues) |
java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass) |
java.lang.String |
getName() |
java.util.List<AbstractLinkEntry> |
getReadAbstractLinkEntry(Principal item)
Generated method - Getter of the
Principal.readAbstractLinkEntry attribute. |
java.util.List<AbstractLinkEntry> |
getReadAbstractLinkEntry(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.readAbstractLinkEntry attribute. |
long |
getReadAbstractLinkEntryCount(Principal item) |
long |
getReadAbstractLinkEntryCount(SessionContext ctx,
Principal item) |
void |
removeFromReadAbstractLinkEntry(Principal item,
AbstractLinkEntry value)
Generated method - Removes
value from readAbstractLinkEntry. |
void |
removeFromReadAbstractLinkEntry(SessionContext ctx,
Principal item,
AbstractLinkEntry value)
Generated method - Removes
value from readAbstractLinkEntry. |
void |
setReadAbstractLinkEntry(Principal item,
java.util.List<AbstractLinkEntry> value)
Generated method - Setter of the
Principal.readAbstractLinkEntry attribute. |
void |
setReadAbstractLinkEntry(SessionContext ctx,
Principal item,
java.util.List<AbstractLinkEntry> value)
Generated method - Setter of the
Principal.readAbstractLinkEntry attribute. |
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceafterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrapprotected static java.lang.String PRINCIPAL2READABLEABSTRACTLINKENTRYRELATION_SRC_ORDERED
protected static java.lang.String PRINCIPAL2READABLEABSTRACTLINKENTRYRELATION_TGT_ORDERED
protected static java.lang.String PRINCIPAL2READABLEABSTRACTLINKENTRYRELATION_MARKMODIFIED
protected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic Divider createDivider(SessionContext ctx, java.util.Map attributeValues)
public Divider createDivider(java.util.Map attributeValues)
public DynamicLink createDynamicLink(SessionContext ctx, java.util.Map attributeValues)
public DynamicLink createDynamicLink(java.util.Map attributeValues)
public StaticLink createStaticLink(SessionContext ctx, java.util.Map attributeValues)
public StaticLink createStaticLink(java.util.Map attributeValues)
public java.util.List<AbstractLinkEntry> getReadAbstractLinkEntry(SessionContext ctx, Principal item)
Principal.readAbstractLinkEntry attribute.public java.util.List<AbstractLinkEntry> getReadAbstractLinkEntry(Principal item)
Principal.readAbstractLinkEntry attribute.public long getReadAbstractLinkEntryCount(SessionContext ctx, Principal item)
public long getReadAbstractLinkEntryCount(Principal item)
public void setReadAbstractLinkEntry(SessionContext ctx, Principal item, java.util.List<AbstractLinkEntry> value)
Principal.readAbstractLinkEntry attribute.value - the readAbstractLinkEntrypublic void setReadAbstractLinkEntry(Principal item, java.util.List<AbstractLinkEntry> value)
Principal.readAbstractLinkEntry attribute.value - the readAbstractLinkEntrypublic void addToReadAbstractLinkEntry(SessionContext ctx, Principal item, AbstractLinkEntry value)
value to readAbstractLinkEntry.value - the item to add to readAbstractLinkEntrypublic void addToReadAbstractLinkEntry(Principal item, AbstractLinkEntry value)
value to readAbstractLinkEntry.value - the item to add to readAbstractLinkEntrypublic void removeFromReadAbstractLinkEntry(SessionContext ctx, Principal item, AbstractLinkEntry value)
value from readAbstractLinkEntry.value - the item to remove from readAbstractLinkEntrypublic void removeFromReadAbstractLinkEntry(Principal item, AbstractLinkEntry value)
value from readAbstractLinkEntry.value - the item to remove from readAbstractLinkEntryCopyright © 2018 SAP SE. All Rights Reserved.