Method Summary |
|
public void | activateValidation() |
public String | getAttribute(String name) Retrieves the value of a named content attribute. |
public Map<String, String> | getAttributes() Retrieves the attributes map of the stored Content
instance. |
public Timestamp | getCreated() Retrieves the moment when the Content instance was stored. |
public String | getFormattedSize() Retrieves the size of the stored Content instance as a
formatted string. |
public String | getMimeType() Retrieves the mime type of the stored Content instance. |
public String | getName() Retrieves the name of the stored Content instance. |
public String | getOptimalPath() Retrieves the path of the stored Content instance in the
most optimal form for usage in the cmf. |
public String | getPath() Retrieves the path of the stored Content instance. |
public Map<String, String> | getProperties() Retrieves the content data properties of the stored
Content instance. |
public String | getProperty(String name) Retrieves the value of a named content property. |
public int | getSize() Retrieves the size of the stored Content instance. |
public int | getVersion() Retrieves the version of the stored Content instance. |
public boolean | hasAttribute(String name) Indicates whether a specific named content attribute is present. |
public boolean | hasAttributes() Indicates whether named content attributes are present. |
public boolean | hasName() Indicates whether the stored Content instance has a name. |
public boolean | hasProperties() Indicates whether content data properties are present for the stored
Content instance. |
public boolean | hasProperty(String name) Indicates whether a specific named content property is present. |
public boolean | isFragment() Retrieves wether the stored Content instance is a fragment
or not. |
public void | setAttributes(Map<String, String> attributes) Sets the attributes map of the stored Content instance. |
public void | setCreated(Timestamp created) Sets the moment when the Content instance was stored. |
public void | setFragment(boolean fragment) Sets wether the stored Content instance is a fragment or
not. |
public void | setMimeType(String mimeType) Sets the mime type of the stored Content instance. |
public void | setName(String name) Sets the name of the stored Content instance. |
public void | setPath(String path) Sets the path of the stored Content instance. |
public void | setProperties(Map<String, String> properties) Sets the content data properties of the stored Content
instance. |
public void | setSize(int size) Sets the size of the stored Content instance. |
public void | setVersion(int version) Sets the version of the stored Content instance. |