|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentAttributes
Attributes for documents -- recommendation status and published status.
| Method Summary | |
|---|---|
boolean |
isPublished()
Convenience mathod for whether there is a published version of this document or not. |
boolean |
isRecommended()
Returns true if the document was created as a recommendation. |
void |
setRecommended(boolean recommended)
|
| Method Detail |
|---|
boolean isRecommended()
void setRecommended(boolean recommended)
throws UnauthorizedException
recommended - true if the document should be marked as recommended, false otherwise.
UnauthorizedException - if the user does not have permission to modify the document.isRecommended()boolean isPublished()
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||