Package org.ametys.odf.content.code
package org.ametys.odf.content.code
-
ClassDescriptionAbstract class for a static
DisplayCodeProvider
Abstract class for a staticUniqueCodeGenerator
Implementation ofDisplayCodeProvider
that returns the Ametys code of the program itemImplementation of aDisplayCodeProvider
based onContent
attributes.
Display code will be composed by attributes' values separated by '-' character.Property
for the computed display code of aProgramItem
.Interface for a provider of a ODF content display codeAn enumeration that list the providers for program items' display codeExtension point forDisplayCodeProvider
Implementation ofUniqueCodeGenerator
that generates a code composed by a prefix representing the type of content and an incremental number on 6 digits.Implementation ofUniqueCodeGenerator
that generates a random code based on System.currentTimeMillis()Interface for a generator of unique code for ODF contentAn enumerator that list the available generators of unique code for ODF contentsExtension point forUniqueCodeGenerator