| java.lang.Object org.openharmonise.dav.server.apm.StandardAPM
StandardAPM | public class StandardAPM implements AuxillaryProcessManager(Code) | | Standard APM for Harmonise webdav layer which creates thumbnails for images as
images are loaded in to system, translates DAV path references to Harmonise path
references in XML content, handles creation of WorkflowStageGroups
for new WorkflowProperty objects and checks for completion of
defined workflows before the status change of resources.
author: Michael Bell version: $Revision: 1.7 $ |
Method Summary | |
protected void | changeAssetStatus(User usr, Asset asset, Status startStatus, Status newStatus) | public void | changeStatus(User usr, Editable obj, Status startStatus, Status newStatus) | public void | delete(User usr, Editable obj) | public String | getContent(User user, TextResource txtResource, Status status) | protected Section | getConversionsSection(Section parent) | public boolean | isChangeStatusValid(User usr, Editable obj) | public void | save(User usr, AbstractChildObject obj) | public void | saveProperties(User usr, Editable obj, Profile pro) | protected void | updateAsset(Asset thumb, Asset asset, String sType, int nSize) | protected void | updateAsset(Asset thumb, Asset asset, String sType) |
MIMETYPE_LOWRES | final protected static String MIMETYPE_LOWRES(Code) | | |
MIMETYPE_THUMBNAIL | final protected static String MIMETYPE_THUMBNAIL(Code) | | |
PNAME_IMAGE_THUMBNAIL_SIZE | final protected static String PNAME_IMAGE_THUMBNAIL_SIZE(Code) | | |
PROPNAME_LOWRES | final protected static String PROPNAME_LOWRES(Code) | | |
PROPNAME_THUMBNAIL | final protected static String PROPNAME_THUMBNAIL(Code) | | |
SECTION_CONVERSION | final protected static String SECTION_CONVERSION(Code) | | |
m_nSizeThumbnail | protected int m_nSizeThumbnail(Code) | | |
changeAssetStatus | protected void changeAssetStatus(User usr, Asset asset, Status startStatus, Status newStatus) throws DataAccessException, InvalidProfileException, PopulateException, EditException, InvalidChildException, HarmoniseFactoryException, InvalidPropertyValueException, ProfileException, APMException, Exception(Code) | | |
|
|