public class ContentHandler extends Object
| Constructor and Description |
|---|
ContentHandler(Record record) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(AssociatedContent content) |
protected void |
finalize() |
void |
register(AssociatedContent content,
InputStreamDescriptor... iss)
Register files as to be associated with content
|
void |
storeChanges(Boolean publish) |
void |
unregister(AssociatedContent content,
InputStreamDescriptor... iss)
Unregisters files from current operation set *
|
ValidationReport |
validateContent() |
public ContentHandler(Record record)
public void register(AssociatedContent content, InputStreamDescriptor... iss) throws IOException
content - files - IOExceptionpublic void unregister(AssociatedContent content, InputStreamDescriptor... iss)
public void dispose(AssociatedContent content)
public void storeChanges(Boolean publish) throws PersistenceException
PersistenceExceptionprotected void finalize()
throws Throwable
public ValidationReport validateContent()
Copyright © 2020. All Rights Reserved.