Uses of Class
com.uwyn.rife.cmf.Content

Packages that use Content
com.uwyn.rife.cmf Provides classes, interfaces and elements for the content management framework. 
com.uwyn.rife.cmf.dam Provides classes and interfaces for the database access management of the content management framework. 
com.uwyn.rife.cmf.dam.contentmanagers Provides managers classes for content information support. 
com.uwyn.rife.cmf.dam.contentstores Provides managers classes for content data support. 
com.uwyn.rife.cmf.format Provides classes and interfaces that are able to format raw content data into typed data. 
 

Uses of Content in com.uwyn.rife.cmf
 

Methods in com.uwyn.rife.cmf that return Content
 Content Content.attribute(String name, boolean value)
          Sets a named content attribute that will be converted internally to a String value.
 Content Content.attribute(String name, byte value)
          Sets a named content attribute that will be converted internally to a String value.
 Content Content.attribute(String name, char value)
          Sets a named content attribute that will be converted internally to a String value.
 Content Content.attribute(String name, double value)
          Sets a named content attribute that will be converted internally to a String value.
 Content Content.attribute(String name, float value)
          Sets a named content attribute that will be converted internally to a String value.
 Content Content.attribute(String name, int value)
          Sets a named content attribute that will be converted internally to a String value.
 Content Content.attribute(String name, long value)
          Sets a named content attribute that will be converted internally to a String value.
 Content Content.attribute(String name, short value)
          Sets a named content attribute that will be converted internally to a String value.
 Content Content.attribute(String name, String value)
          Sets a named content attribute.
 Content Content.attributes(Map<String,String> attributes)
          Replaces the map of named content attributes.
 Content Content.cachedLoadedData(Object data)
          Sets the cached loaded data.
 Content Content.clone()
          Simply clones the instance with the default clone method since we want to create a shallow copy
 Content Content.fragment(boolean fragment)
          Sets whether the content data is a fragment.
 Content Content.name(String name)
          Sets the name of the content.
 Content Content.properties(Map<String,String> properties)
          Replaces the content properties.
 Content Content.property(String name, boolean value)
          Sets a named content property that will be converted internally to a String value.
 Content Content.property(String name, byte value)
          Sets a named content property that will be converted internally to a String value.
 Content Content.property(String name, char value)
          Sets a named content property that will be converted internally to a String value.
 Content Content.property(String name, double value)
          Sets a named content property that will be converted internally to a String value.
 Content Content.property(String name, float value)
          Sets a named content property that will be converted internally to a String value.
 Content Content.property(String name, int value)
          Sets a named content property that will be converted internally to a String value.
 Content Content.property(String name, long value)
          Sets a named content property that will be converted internally to a String value.
 Content Content.property(String name, short value)
          Sets a named content property that will be converted internally to a String value.
 Content Content.property(String name, String value)
          Sets a named content property.
 

Uses of Content in com.uwyn.rife.cmf.dam
 

Methods in com.uwyn.rife.cmf.dam with parameters of type Content
 boolean ContentManager.storeContent(String location, Content content, ContentTransformer transformer)
          Store content at a certain location.
 boolean ContentStore.storeContentData(int id, Content content, ContentTransformer transformer)
          Stores the content data for a certain content id.
 

Uses of Content in com.uwyn.rife.cmf.dam.contentmanagers
 

Methods in com.uwyn.rife.cmf.dam.contentmanagers with parameters of type Content
protected  boolean DatabaseContent._storeContent(SequenceValue getContentId, Select getContentRepositoryId, Insert storeContentInfo, Insert storeContentAttribute, Insert storeContentProperty, String location, Content content, ContentTransformer transformer)
           
 

Uses of Content in com.uwyn.rife.cmf.dam.contentstores
 

Methods in com.uwyn.rife.cmf.dam.contentstores with parameters of type Content
protected  boolean DatabaseRawStore._storeContentData(Insert storeContentInfo, Insert storeContentChunk, int id, Content content, ContentTransformer transformer)
           
protected  boolean DatabaseTextStore._storeContentData(Insert storeContent, int id, Content content, ContentTransformer transformer)
           
protected  boolean DatabaseImageStore._storeContentData(Insert storeContent, int id, Content content, ContentTransformer transformer)
           
 

Uses of Content in com.uwyn.rife.cmf.format
 

Methods in com.uwyn.rife.cmf.format with parameters of type Content
 byte[] ImageFormatter.format(Content content, ContentTransformer<Image> transformer)
           
 InputStream RawFormatter.format(Content content, ContentTransformer<InputStream> transformer)
           
 DataType Formatter.format(Content content, ContentTransformer<InternalType> transformer)
          Formats raw data and returns it in a DataType that's supported by the back-end stores.
 String XhtmlFormatter.format(Content content, ContentTransformer<String> transformer)
           
 String PlainTextFormatter.format(Content content, ContentTransformer<String> transformer)
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.