org.silverpeas.contribution
Interface ValidableContribution

All Superinterfaces:
Serializable, SilverpeasContent

public interface ValidableContribution
extends SilverpeasContent

A validable contribution is an object that represents a contribution which can be validated. This interface defines all methods that must be implemented in order to obtain differents contribution types that can be handled by a same mechanism.


Method Summary
 ContributionValidation getValidation()
          Gets the contribution validation instance.
 
Methods inherited from interface com.silverpeas.SilverpeasContent
canBeAccessedBy, getComponentInstanceId, getContributionType, getCreationDate, getCreator, getDescription, getId, getSilverpeasContentId, getTitle
 

Method Detail

getValidation

ContributionValidation getValidation()
Gets the contribution validation instance.

Returns:
a contribution validation object.
See Also:
ContributionValidation


Copyright © 2016 Silverpeas. All Rights Reserved.