lucee.Componentcontentbox.models.exporters.DataExporter
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Exporter for Data-based content
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
content
|
true
|
false
|
|
string
|
displayName
|
true
|
false
|
|
string
|
fileName
|
true
|
false
|
|
string
|
format
|
true
|
false
|
|
any
|
log
|
true
|
false
|
|
numeric
|
priority
|
true
|
false
|
Constructor Summary | |
---|---|
init()
Constructor. |
Method Summary | |
---|---|
string
|
getContent()
|
string
|
getDisplayName()
|
string
|
getFileName()
|
string
|
getFormat()
|
string
|
getLog()
|
string
|
getName()
Gets the name of the exporter. |
string
|
getPriority()
|
numeric
|
getTotal()
Gets "total" based on content type. |
boolean
|
isValid()
Determines if exporter is valid based on validation criteria. |
any
|
setContent(any content)
|
any
|
setDisplayName(string displayName)
|
any
|
setFileName(string fileName)
|
any
|
setFormat(string format)
|
any
|
setLog(any log)
|
any
|
setPriority(numeric priority)
|
array
|
validate()
Custom validator for this exporter. |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- logbox:logger:{this}serializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueMethod Detail |
---|
Gets the name of the exporter
getName
in interface
ICBExporter
Gets "total" based on content type
getTotal
in interface
ICBExporter
Determines if exporter is valid based on validation criteria
isValid
in interface
ICBExporter
content
displayName
fileName
format
log
priority
Custom validator for this exporter...any rules can be applied
validate
in interface
ICBExporter