public abstract class GeneratedCommonsManager extends Extension
CommonsManager.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 |
FORMAT2COMTYPREL_MARKMODIFIED
Relation disable markmodifed parameter constants for Format2ComTypRel from ((commons))
|
protected static java.lang.String |
FORMAT2COMTYPREL_SRC_ORDERED
Relation ordering override parameter constants for Format2ComTypRel from ((commons))
|
protected static java.lang.String |
FORMAT2COMTYPREL_TGT_ORDERED |
protected static OneToManyHandler<Document> |
ITEMDOCRRELATIONALLDOCUMENTSHANDLER
OneToManyHandler for handling 1:n ALLDOCUMENTS's relation attributes from 'many' side. |
| Constructor and Description |
|---|
GeneratedCommonsManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToAllDocuments(Item item,
Document value)
Generated method - Adds
value to allDocuments. |
void |
addToAllDocuments(SessionContext ctx,
Item item,
Document value)
Generated method - Adds
value to allDocuments. |
void |
addToFormats(ComposedType item,
Format value)
Generated method - Adds
value to formats. |
void |
addToFormats(SessionContext ctx,
ComposedType item,
Format value)
Generated method - Adds
value to formats. |
CustomOrder2XML |
createCustomOrder2XML(java.util.Map attributeValues) |
CustomOrder2XML |
createCustomOrder2XML(SessionContext ctx,
java.util.Map attributeValues) |
Document |
createDocument(java.util.Map attributeValues) |
Document |
createDocument(SessionContext ctx,
java.util.Map attributeValues) |
FOPFormatter |
createFOPFormatter(java.util.Map attributeValues) |
FOPFormatter |
createFOPFormatter(SessionContext ctx,
java.util.Map attributeValues) |
Format |
createFormat(java.util.Map attributeValues) |
Format |
createFormat(SessionContext ctx,
java.util.Map attributeValues) |
JaloTranslatorConfiguration |
createJaloTranslatorConfiguration(java.util.Map attributeValues) |
JaloTranslatorConfiguration |
createJaloTranslatorConfiguration(SessionContext ctx,
java.util.Map attributeValues) |
JaloVelocityRenderer |
createJaloVelocityRenderer(java.util.Map attributeValues) |
JaloVelocityRenderer |
createJaloVelocityRenderer(SessionContext ctx,
java.util.Map attributeValues) |
ParserProperty |
createParserProperty(java.util.Map attributeValues) |
ParserProperty |
createParserProperty(SessionContext ctx,
java.util.Map attributeValues) |
RenderersProperty |
createRenderersProperty(java.util.Map attributeValues) |
RenderersProperty |
createRenderersProperty(SessionContext ctx,
java.util.Map attributeValues) |
RendererTemplate |
createRendererTemplate(java.util.Map attributeValues) |
RendererTemplate |
createRendererTemplate(SessionContext ctx,
java.util.Map attributeValues) |
VelocityFormatter |
createVelocityFormatter(java.util.Map attributeValues) |
VelocityFormatter |
createVelocityFormatter(SessionContext ctx,
java.util.Map attributeValues) |
XMLTransformFormatter |
createXMLTransformFormatter(java.util.Map attributeValues) |
XMLTransformFormatter |
createXMLTransformFormatter(SessionContext ctx,
java.util.Map attributeValues) |
java.util.Collection<Document> |
getAllDocuments(Item item)
Generated method - Getter of the
Item.allDocuments attribute. |
java.util.Collection<Document> |
getAllDocuments(SessionContext ctx,
Item item)
Generated method - Getter of the
Item.allDocuments attribute. |
java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass) |
java.util.Collection<Format> |
getFormats(ComposedType item)
Generated method - Getter of the
ComposedType.formats attribute. |
java.util.Collection<Format> |
getFormats(SessionContext ctx,
ComposedType item)
Generated method - Getter of the
ComposedType.formats attribute. |
long |
getFormatsCount(ComposedType item) |
long |
getFormatsCount(SessionContext ctx,
ComposedType item) |
java.lang.String |
getName() |
void |
removeFromAllDocuments(Item item,
Document value)
Generated method - Removes
value from allDocuments. |
void |
removeFromAllDocuments(SessionContext ctx,
Item item,
Document value)
Generated method - Removes
value from allDocuments. |
void |
removeFromFormats(ComposedType item,
Format value)
Generated method - Removes
value from formats. |
void |
removeFromFormats(SessionContext ctx,
ComposedType item,
Format value)
Generated method - Removes
value from formats. |
void |
setAllDocuments(Item item,
java.util.Collection<Document> value)
Generated method - Setter of the
Item.allDocuments attribute. |
void |
setAllDocuments(SessionContext ctx,
Item item,
java.util.Collection<Document> value)
Generated method - Setter of the
Item.allDocuments attribute. |
void |
setFormats(ComposedType item,
java.util.Collection<Format> value)
Generated method - Setter of the
ComposedType.formats attribute. |
void |
setFormats(SessionContext ctx,
ComposedType item,
java.util.Collection<Format> value)
Generated method - Setter of the
ComposedType.formats 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 FORMAT2COMTYPREL_SRC_ORDERED
protected static java.lang.String FORMAT2COMTYPREL_TGT_ORDERED
protected static java.lang.String FORMAT2COMTYPREL_MARKMODIFIED
protected static final OneToManyHandler<Document> ITEMDOCRRELATIONALLDOCUMENTSHANDLER
OneToManyHandler for handling 1:n ALLDOCUMENTS's relation attributes from 'many' side.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 java.util.Collection<Document> getAllDocuments(SessionContext ctx, Item item)
Item.allDocuments attribute.public java.util.Collection<Document> getAllDocuments(Item item)
Item.allDocuments attribute.public void setAllDocuments(SessionContext ctx, Item item, java.util.Collection<Document> value)
Item.allDocuments attribute.value - the allDocumentspublic void setAllDocuments(Item item, java.util.Collection<Document> value)
Item.allDocuments attribute.value - the allDocumentspublic void addToAllDocuments(SessionContext ctx, Item item, Document value)
value to allDocuments.value - the item to add to allDocumentspublic void addToAllDocuments(Item item, Document value)
value to allDocuments.value - the item to add to allDocumentspublic void removeFromAllDocuments(SessionContext ctx, Item item, Document value)
value from allDocuments.value - the item to remove from allDocumentspublic void removeFromAllDocuments(Item item, Document value)
value from allDocuments.value - the item to remove from allDocumentspublic CustomOrder2XML createCustomOrder2XML(SessionContext ctx, java.util.Map attributeValues)
public CustomOrder2XML createCustomOrder2XML(java.util.Map attributeValues)
public Document createDocument(SessionContext ctx, java.util.Map attributeValues)
public Document createDocument(java.util.Map attributeValues)
public FOPFormatter createFOPFormatter(SessionContext ctx, java.util.Map attributeValues)
public FOPFormatter createFOPFormatter(java.util.Map attributeValues)
public Format createFormat(SessionContext ctx, java.util.Map attributeValues)
public Format createFormat(java.util.Map attributeValues)
public JaloTranslatorConfiguration createJaloTranslatorConfiguration(SessionContext ctx, java.util.Map attributeValues)
public JaloTranslatorConfiguration createJaloTranslatorConfiguration(java.util.Map attributeValues)
public JaloVelocityRenderer createJaloVelocityRenderer(SessionContext ctx, java.util.Map attributeValues)
public JaloVelocityRenderer createJaloVelocityRenderer(java.util.Map attributeValues)
public ParserProperty createParserProperty(SessionContext ctx, java.util.Map attributeValues)
public ParserProperty createParserProperty(java.util.Map attributeValues)
public RenderersProperty createRenderersProperty(SessionContext ctx, java.util.Map attributeValues)
public RenderersProperty createRenderersProperty(java.util.Map attributeValues)
public RendererTemplate createRendererTemplate(SessionContext ctx, java.util.Map attributeValues)
public RendererTemplate createRendererTemplate(java.util.Map attributeValues)
public VelocityFormatter createVelocityFormatter(SessionContext ctx, java.util.Map attributeValues)
public VelocityFormatter createVelocityFormatter(java.util.Map attributeValues)
public XMLTransformFormatter createXMLTransformFormatter(SessionContext ctx, java.util.Map attributeValues)
public XMLTransformFormatter createXMLTransformFormatter(java.util.Map attributeValues)
public java.util.Collection<Format> getFormats(SessionContext ctx, ComposedType item)
ComposedType.formats attribute.public java.util.Collection<Format> getFormats(ComposedType item)
ComposedType.formats attribute.public long getFormatsCount(SessionContext ctx, ComposedType item)
public long getFormatsCount(ComposedType item)
public void setFormats(SessionContext ctx, ComposedType item, java.util.Collection<Format> value)
ComposedType.formats attribute.value - the formatspublic void setFormats(ComposedType item, java.util.Collection<Format> value)
ComposedType.formats attribute.value - the formatspublic void addToFormats(SessionContext ctx, ComposedType item, Format value)
value to formats.value - the item to add to formatspublic void addToFormats(ComposedType item, Format value)
value to formats.value - the item to add to formatspublic void removeFromFormats(SessionContext ctx, ComposedType item, Format value)
value from formats.value - the item to remove from formatspublic void removeFromFormats(ComposedType item, Format value)
value from formats.value - the item to remove from formatsCopyright © 2018 SAP SE. All Rights Reserved.