Package org.silverpeas.core.contribution
Interface ValidableContribution
-
- All Superinterfaces:
Contribution
,Instance<Contribution>
,Nameable
,Securable
,Serializable
,SilverpeasResource
public interface ValidableContribution extends Contribution
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.- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContributionValidation
getValidation()
Gets the contribution validation instance.-
Methods inherited from interface org.silverpeas.core.contribution.model.Contribution
canBeAccessedBy, getContributionType, getDescription, getIdentifier, getModel, getName, getResourcePath, getTitle, isIndexable
-
Methods inherited from interface org.silverpeas.core.security.Securable
canBeDeletedBy, canBeFiledInBy, canBeModifiedBy
-
Methods inherited from interface org.silverpeas.core.SilverpeasResource
getCreationDate, getCreator, getLastUpdateDate, getLastUpdater
-
-
-
-
Method Detail
-
getValidation
ContributionValidation getValidation()
Gets the contribution validation instance.- Returns:
- a contribution validation object.
- See Also:
ContributionValidation
-
-