|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AtomNodeM
AtomNodeM Interface for accessing writable properties of an atomNode in the ECM. An object implementing this interface is mutable.
| Method Summary | |
|---|---|
void |
getValue(java.io.InputStream content)
analogous to legacy Stellar, and JCR Property. |
void |
setMimeType(java.lang.String mimeType)
analogous to legacy Stellar. |
void |
setName(java.lang.String Name)
analogous to legacy Stellar. |
| Method Detail |
|---|
void setName(java.lang.String Name)
name - The name.void setMimeType(java.lang.String mimeType)
mimeType - The mime type of the document stored.
void getValue(java.io.InputStream content)
throws java.lang.Exception
content - The data to be stored.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||