Class ContributionFile
java.lang.Object
org.nuxeo.runtime.model.persistence.AbstractContribution
org.nuxeo.runtime.model.persistence.fs.ContributionFile
- All Implemented Interfaces:
Contribution
,StreamRef
- Author:
- Bogdan Stefanescu
-
Field Summary
Fields inherited from class org.nuxeo.runtime.model.persistence.AbstractContribution
description, disabled, id, loaded, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasURL()
Get an URL to that stream.Gets the contribution XML content.Gets the contribution XML content.Methods inherited from class org.nuxeo.runtime.model.persistence.AbstractContribution
getDescription, getId, getName, isDisabled, load, setDescription, setDisabled
-
Field Details
-
file
-
-
Constructor Details
-
ContributionFile
-
-
Method Details
-
asURL
Description copied from interface:StreamRef
Get an URL to that stream. May return null if no URL is available. -
getContent
Description copied from interface:Contribution
Gets the contribution XML content. The content should be in Nuxeo XML component format. -
getStream
Description copied from interface:Contribution
Gets the contribution XML content. The content should be in Nuxeo XML component format.
-