| org.openharmonise.him.editors.Editor
All known Subclasses: org.openharmonise.him.editors.LinkEditor, org.openharmonise.him.editors.CompositionEditor, org.openharmonise.him.editors.PageDefinitionEditor, org.openharmonise.him.editors.XSLTEditor, org.openharmonise.him.editors.SystemReportEditor, org.openharmonise.him.editors.GenericEditor, org.openharmonise.him.editors.XMetaLEditor, org.openharmonise.him.editors.WorkflowEditor, org.openharmonise.him.editors.UserEditor, org.openharmonise.him.editors.BlankEditor,
Editor | public interface Editor (Code) | | Interface for classes which need to act as content editors within
Harmonise Information Manager.
author: Matthew Large version: $Revision: 1.1 $ |
createNew | public PathStatusWrapper createNew(String sPath, byte[] content, AbstractVirtualFileSystem vfs)(Code) | | Creates a new virtual file.
Parameters: sPath - Full path Parameters: content - Content for new virtual file Parameters: vfs - Virtual file system Local file path to working version or null if there is no working version |
hasResourceBeenCreated | public boolean hasResourceBeenCreated()(Code) | | Checks if a resource was actually created the last time one
of the create new methods was called.
true if a resource was actually created |
|
|