|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Project
Method Summary | |
---|---|
java.lang.String |
getDescrition()
Long description of the project |
java.util.Set<ImportedPerson> |
getMembers()
Members of the team, including teachers. |
java.lang.String |
getName()
Name of the project. |
java.lang.String |
getProcessTemplate()
ID of the process template the newly created project should use |
java.lang.String |
getSummary()
Short description of the project |
java.util.Set<java.lang.String> |
getUserRoles(ImportedPerson user)
Get the process role ID for the given role |
boolean |
isInRoot(ImportedPerson user)
Tells if the user should be in the root of the organizational hierarchy. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getSummary()
java.lang.String getDescrition()
java.util.Set<ImportedPerson> getMembers()
Project#getUserRole(ImportedPerson)
java.lang.String getProcessTemplate()
java.util.Set<java.lang.String> getUserRoles(ImportedPerson user)
user
- User to get role of
boolean isInRoot(ImportedPerson user)
user
- User to test
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |