|
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.Object org.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 StreamRef
public String getName()
Contribution
getName
in interface Contribution
public String getDescription()
Contribution
getDescription
in interface Contribution
public void setDescription(String description)
Contribution
setDescription
in interface Contribution
public boolean isDisabled()
Contribution
isDisabled
in interface Contribution
public 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 |