| |
|
| org.openharmonise.rm.resources.content.Asset org.openharmonise.rm.resources.xml.XSLResource
PROP_OUTPUT_TYPE | final public static String PROP_OUTPUT_TYPE(Code) | | |
XSLResource | public XSLResource()(Code) | | Basic constructor
|
XSLResource | public XSLResource(AbstractDataStoreInterface dbintrf, int nId)(Code) | | Standard constructor for a known existing xslt resource.
Parameters: dbintrf - Parameters: nId - |
getOutputType | public String getOutputType() throws DataAccessException(Code) | | Returns the output type for this XSLT. Defaults to 'text/plain' if not specified.
Note: The data is stored in the object's Profile as an instance of
the Property 'OUTPUT'.
|
getParentObjectClassName | public String getParentObjectClassName()(Code) | | |
hasDependants | public boolean hasDependants()(Code) | | |
isAssetSavedAsText | protected boolean isAssetSavedAsText(String sContentType)(Code) | | |
setIsChanged | public void setIsChanged(boolean bIsChanged)(Code) | | |
setIsContentChanged | public void setIsContentChanged(boolean bContentChanged)(Code) | | |
setOutputType | public void setOutputType(String sOutput) throws PopulateException(Code) | | Returns the output type for this XSLT. Defaults to 'text/plain' if not specified.
Note: The data is stored in the object's Profile as an instance of
the Property 'OUTPUT'.
|
workflowObjectArchived | public void workflowObjectArchived(EditEvent event)(Code) | | |
Methods inherited from org.openharmonise.rm.resources.content.Asset | protected void addColumnsToPopulateQuery(SelectStatement select, boolean bIsHist) throws DataStoreException(Code)(Java Doc) protected void addDataToSave(InsertStatement insert) throws DataStoreException(Code)(Java Doc) public void clear()(Code)(Java Doc) public static boolean copyFile(File from, File to)(Code)(Java Doc) protected static File createDir(String sDir)(Code)(Java Doc) protected File createFile() throws AssetException, ConfigException, DataAccessException(Code)(Java Doc) public void delete(boolean bDeleteHistory) throws DataStoreException, DataAccessException, EditException, PopulateException(Code)(Java Doc) protected boolean ensureParentExists(File file)(Code)(Java Doc) public String getAssetRoot() throws DataAccessException(Code)(Java Doc) public File getContentFile() throws DataAccessException(Code)(Java Doc) public String getContentType() throws DataAccessException(Code)(Java Doc) public String getDBTableName()(Code)(Java Doc) public String getFullURL() throws DataAccessException(Code)(Java Doc) public ColumnRef getInstanceColumnRef(String sColumn, boolean bIsHist) throws DataStoreException(Code)(Java Doc) public JoinConditions getInstanceJoinConditions(String sObjectTag, boolean bIsOuter) throws DataStoreException(Code)(Java Doc) public String getParentObjectClassName()(Code)(Java Doc) protected String getRelativePath(String sAbsolutePath) throws DataAccessException(Code)(Java Doc) public String getTagName()(Code)(Java Doc) public String getURI() throws DataAccessException(Code)(Java Doc) protected boolean isAssetSavedAsText(String sContentType)(Code)(Java Doc) public boolean isContentChanged()(Code)(Java Doc) public static boolean moveFile(File from, File to)(Code)(Java Doc) protected void populateFromResultSetRow(ResultSet rs, SelectStatement select) throws PopulateException(Code)(Java Doc) public Element publish(Element topEl, HarmoniseOutput output, State state) throws PublishException(Code)(Java Doc) protected void saveCoreData() throws EditException(Code)(Java Doc) protected void saveNonCoreData() throws EditException(Code)(Java Doc) public void setContentFile(File assetFile) throws PopulateException(Code)(Java Doc) public void setContentType(String sContentType) throws PopulateException(Code)(Java Doc) public void setIsContentChanged(boolean bContentChanged)(Code)(Java Doc) public void setURI(String sContent)(Code)(Java Doc)
|
|
|
|