lucee.Componentcontentbox.models.exporters.BaseExporter
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Base exporter class
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
allowedFormats
The allowed export formats the exporter defines.
|
true
|
false
|
|
string
|
displayName
Human readable name used in the UI.
|
true
|
false
|
|
string
|
fileName
Export filename.
|
true
|
false
|
|
string
|
format
The format of the file to export.
|
true
|
false
|
|
any
|
log
|
true
|
false
|
|
string
|
name
The name of the exporter.
|
true
|
false
|
|
numeric
|
priority
The priority level of the export.
|
true
|
false
|
Constructor Summary | |
---|---|
init()
Constructor. |
Method Summary | |
---|---|
string
|
getAllowedFormats()
|
string
|
getDisplayName()
|
string
|
getFileName()
|
string
|
getFormat()
|
string
|
getLog()
|
string
|
getName()
|
string
|
getPriority()
|
boolean
|
isValid()
Determines if exporter is valid based on validation criteria. |
any
|
setAllowedFormats(any allowedFormats)
|
any
|
setDisplayName(string displayName)
|
any
|
setFileName(string fileName)
|
any
|
setFormat(string format)
|
any
|
setLog(any log)
|
any
|
setName(string name)
|
any
|
setPriority(numeric priority)
|
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
Property Detail |
---|
The allowed export formats the exporter defines
access
- publicrequired
- falsereturntype
- anyserializable
- trueHuman readable name used in the UI
access
- publicrequired
- falsereturntype
- anyserializable
- trueExport filename
access
- publicrequired
- falsereturntype
- anyserializable
- trueThe format of the file to export
access
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- logbox:logger:{this}serializable
- trueThe name of the exporter
access
- publicrequired
- falsereturntype
- anyserializable
- trueThe priority level of the export
access
- publicrequired
- falsereturntype
- anyserializable
- trueMethod Detail |
---|
Determines if exporter is valid based on validation criteria
allowedFormats
displayName
fileName
format
log
name
priority