|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.runtime.model.persistence.AbstractContribution
public abstract class AbstractContribution
| Method Summary | |
|---|---|
String |
getDescription()
Gets the contribution description. |
String |
getId()
Get an unique identifier for this stream. |
String |
getName()
Gets the contribution name. |
boolean |
isDisabled()
Whether this contribution should be automatically installed at startup. |
void |
setDescription(String description)
Sets the contribution description. |
void |
setDisabled(boolean isDisabled)
Sets the auto install flag for this contribution. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nuxeo.runtime.model.persistence.Contribution |
|---|
getContent, getStream |
| Methods inherited from interface org.nuxeo.runtime.model.StreamRef |
|---|
asURL |
| Method Detail |
|---|
public String getId()
StreamRef
getId in interface StreamRefpublic String getName()
Contribution
getName in interface Contributionpublic String getDescription()
Contribution
getDescription in interface Contributionpublic void setDescription(String description)
Contribution
setDescription in interface Contributionpublic boolean isDisabled()
Contribution
isDisabled in interface Contributionpublic void setDisabled(boolean isDisabled)
Contribution
setDisabled in interface Contribution
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||