|
Clearspace API (2.5.22) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Project
A container for threads, documents and tasks. Project names are not unique, therefore it is not possible to load a project by name. Project display names however are unique within a given container.
ProjectManager| Method Summary | |
|---|---|
List<CheckPoint> |
getCheckPoints()
Returns a list of checkpoints for the project |
Date |
getDueDate()
Returns the due date for the project upon which all contained tasks should be completed |
User |
getUser()
Returns the user that created this project |
void |
setCheckPoints(List<CheckPoint> checkPoints)
Sets the lists of checkpoints for the project |
void |
setDueDate(Date dueDate)
Sets the due date for the project upon which all contained tasks should be completed |
| Methods inherited from interface com.jivesoftware.community.JiveHierarchicalContainer |
|---|
getParentContainer |
| Methods inherited from interface com.jivesoftware.community.JiveContainer |
|---|
getAvailableContentTypes, getContentTypes, getCreationDate, getDescription, getDisplayName, getInterceptorManager, getModificationDate, getName, getPermissions, getPermissionsManager, getProperties, getTaggableTypes, isAuthorized, setContentTypes, setCreationDate, setDescription, setDisplayName, setModificationDate, setName |
| Methods inherited from interface com.jivesoftware.community.JiveObject |
|---|
getID, getObjectType |
| Method Detail |
|---|
User getUser()
Date getDueDate()
void setDueDate(Date dueDate)
throws UnauthorizedException
dueDate - the due date for the project upon which all contained tasks should be completed
UnauthorizedException - if not authorized to modify the projectList<CheckPoint> getCheckPoints()
void setCheckPoints(List<CheckPoint> checkPoints)
throws UnauthorizedException
checkPoints - the lists of checkpoints for the project
UnauthorizedException - if not authorized to modify the project
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||