public abstract class GeneratedMccManager extends Extension
MccManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Map<String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
protected static String |
PRINCIPAL2READABLEABSTRACTLINKENTRYRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Principal2ReadableAbstractLinkEntryRelation from ((mcc))
|
protected static String |
PRINCIPAL2READABLEABSTRACTLINKENTRYRELATION_SRC_ORDERED
Relation ordering override parameter constants for Principal2ReadableAbstractLinkEntryRelation from ((mcc))
|
protected static 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(Map attributeValues) |
Divider |
createDivider(SessionContext ctx,
Map attributeValues) |
DynamicLink |
createDynamicLink(Map attributeValues) |
DynamicLink |
createDynamicLink(SessionContext ctx,
Map attributeValues) |
StaticLink |
createStaticLink(Map attributeValues) |
StaticLink |
createStaticLink(SessionContext ctx,
Map attributeValues) |
Map<String,Item.AttributeMode> |
getDefaultAttributeModes(Class<? extends Item> itemClass) |
String |
getName() |
List<AbstractLinkEntry> |
getReadAbstractLinkEntry(Principal item)
Generated method - Getter of the
Principal.readAbstractLinkEntry attribute. |
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,
List<AbstractLinkEntry> value)
Generated method - Setter of the
Principal.readAbstractLinkEntry attribute. |
void |
setReadAbstractLinkEntry(SessionContext ctx,
Principal item,
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, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, unwrap, unwrap, wrapprotected static String PRINCIPAL2READABLEABSTRACTLINKENTRYRELATION_SRC_ORDERED
protected static String PRINCIPAL2READABLEABSTRACTLINKENTRYRELATION_TGT_ORDERED
protected static String PRINCIPAL2READABLEABSTRACTLINKENTRYRELATION_MARKMODIFIED
protected 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 Divider createDivider(SessionContext ctx, Map attributeValues)
public DynamicLink createDynamicLink(SessionContext ctx, Map attributeValues)
public DynamicLink createDynamicLink(Map attributeValues)
public StaticLink createStaticLink(SessionContext ctx, Map attributeValues)
public StaticLink createStaticLink(Map attributeValues)
public List<AbstractLinkEntry> getReadAbstractLinkEntry(SessionContext ctx, Principal item)
Principal.readAbstractLinkEntry attribute.public 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, List<AbstractLinkEntry> value)
Principal.readAbstractLinkEntry attribute.value - the readAbstractLinkEntrypublic void setReadAbstractLinkEntry(Principal item, 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 © 2017 SAP SE. All Rights Reserved.