public abstract class GeneratedCommonsManager extends Extension
CommonsManager.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 |
FORMAT2COMTYPREL_MARKMODIFIED
Relation disable markmodifed parameter constants for Format2ComTypRel from ((commons))
|
protected static String |
FORMAT2COMTYPREL_SRC_ORDERED
Relation ordering override parameter constants for Format2ComTypRel from ((commons))
|
protected static 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() |
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 FORMAT2COMTYPREL_SRC_ORDERED
protected static String FORMAT2COMTYPREL_TGT_ORDERED
protected static String FORMAT2COMTYPREL_MARKMODIFIED
protected static final OneToManyHandler<Document> ITEMDOCRRELATIONALLDOCUMENTSHANDLER
OneToManyHandler for handling 1:n ALLDOCUMENTS's relation attributes from 'many' side.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 Collection<Document> getAllDocuments(SessionContext ctx, Item item)
Item.allDocuments attribute.public Collection<Document> getAllDocuments(Item item)
Item.allDocuments attribute.public void setAllDocuments(SessionContext ctx, Item item, Collection<Document> value)
Item.allDocuments attribute.value - the allDocumentspublic void setAllDocuments(Item item, 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, Map attributeValues)
public CustomOrder2XML createCustomOrder2XML(Map attributeValues)
public Document createDocument(SessionContext ctx, Map attributeValues)
public FOPFormatter createFOPFormatter(SessionContext ctx, Map attributeValues)
public FOPFormatter createFOPFormatter(Map attributeValues)
public Format createFormat(SessionContext ctx, Map attributeValues)
public JaloTranslatorConfiguration createJaloTranslatorConfiguration(SessionContext ctx, Map attributeValues)
public JaloTranslatorConfiguration createJaloTranslatorConfiguration(Map attributeValues)
public JaloVelocityRenderer createJaloVelocityRenderer(SessionContext ctx, Map attributeValues)
public JaloVelocityRenderer createJaloVelocityRenderer(Map attributeValues)
public ParserProperty createParserProperty(SessionContext ctx, Map attributeValues)
public ParserProperty createParserProperty(Map attributeValues)
public RenderersProperty createRenderersProperty(SessionContext ctx, Map attributeValues)
public RenderersProperty createRenderersProperty(Map attributeValues)
public RendererTemplate createRendererTemplate(SessionContext ctx, Map attributeValues)
public RendererTemplate createRendererTemplate(Map attributeValues)
public VelocityFormatter createVelocityFormatter(SessionContext ctx, Map attributeValues)
public VelocityFormatter createVelocityFormatter(Map attributeValues)
public XMLTransformFormatter createXMLTransformFormatter(SessionContext ctx, Map attributeValues)
public XMLTransformFormatter createXMLTransformFormatter(Map attributeValues)
public Collection<Format> getFormats(SessionContext ctx, ComposedType item)
ComposedType.formats attribute.public 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, Collection<Format> value)
ComposedType.formats attribute.value - the formatspublic void setFormats(ComposedType item, 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 © 2017 SAP SE. All Rights Reserved.