Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.model.persistence
Class AbstractContribution

java.lang.Object
  extended by org.nuxeo.runtime.model.persistence.AbstractContribution
All Implemented Interfaces:
Contribution, StreamRef
Direct Known Subclasses:
ContributionBuilder, ContributionFile

public abstract class AbstractContribution
extends java.lang.Object
implements Contribution

Author:
Bogdan Stefanescu

Constructor Summary
AbstractContribution()
           
 
Method Summary
 java.lang.String getId()
          Get an unique identifier for this stream.
 
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, getDescription, getName, getStream, isDisabled, setDescription, setDisabled
 
Methods inherited from interface org.nuxeo.runtime.model.StreamRef
asURL
 

Constructor Detail

AbstractContribution

public AbstractContribution()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: StreamRef
Get an unique identifier for this stream.

Specified by:
getId in interface StreamRef

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.