Package | Description |
---|---|
at.gv.egovernment.moa.spss.api | |
at.gv.egovernment.moa.spss.api.cmsverify | |
at.gv.egovernment.moa.spss.api.impl |
Modifier and Type | Method and Description |
---|---|
abstract CMSContent |
SPSSFactory.createCMSContent(InputStream binaryContent)
Create a new
CMSContent object from a byte stream. |
abstract CMSContent |
SPSSFactory.createCMSContent(String referenceURI)
Create a new
CMSContent object from the data contained at the
given URI. |
Modifier and Type | Method and Description |
---|---|
abstract CMSDataObject |
SPSSFactory.createCMSDataObject(MetaInfo metaInfo,
CMSContent content,
BigDecimal excludeByteRangeFrom,
BigDecimal excludeByteRangeTo)
Create a new
CMSDataObject object from data at a given URI. |
Modifier and Type | Interface and Description |
---|---|
interface |
CMSContentExcplicit
Encapsulates binary CMS content.
|
interface |
CMSContentReference
Encapsulates CMS content that is referenced by an URI.
|
Modifier and Type | Method and Description |
---|---|
CMSContent |
CMSDataObject.getContent()
Gets the actual content of the data object.
|
Modifier and Type | Class and Description |
---|---|
class |
CMSContentExplicitImpl
Default implementation of
CMSContentExplicit . |
class |
CMSContentReferenceImpl
Default implementation of
CMSContentReference . |
Modifier and Type | Method and Description |
---|---|
CMSContent |
SPSSFactoryImpl.createCMSContent(InputStream binaryContent) |
CMSContent |
SPSSFactoryImpl.createCMSContent(String referenceURI) |
CMSContent |
CMSDataObjectImpl.getContent() |
Modifier and Type | Method and Description |
---|---|
CMSDataObject |
SPSSFactoryImpl.createCMSDataObject(MetaInfo metaInfo,
CMSContent content,
BigDecimal excludeByteRangeFrom,
BigDecimal excludeByteRangeTo) |
void |
CMSDataObjectImpl.setContent(CMSContent cmsContent)
Sets the data of this
CMSDataObject . |
Copyright © 2016. All rights reserved.