Java Doc for Assignment.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » assignment » api » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » sakai » org.sakaiproject.assignment.api 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.sakaiproject.assignment.api.Assignment

Assignment
public interface Assignment extends Entity,Comparable(Code)

Assignment is an interface for the Sakai assignments module. It represents a specific assignment (as for a specific section or class).


Inner Class :public class AssignmentAccess

Field Summary
final public static  intASSIGNMENT_SUBMISSION_TYPE_NOT_SET
    
final public static  intATTACHMENT_ONLY_ASSIGNMENT_SUBMISSION
    
final public static  intCHECK_GRADE_TYPE
    
final public static  StringCHECK_GRADE_TYPE_STRING
    
final public static  intGRADE_TYPE_NOT_SET
    
final public static  intHONOR_PLEDGE_ENGINEERING
    
final public static  intHONOR_PLEDGE_NONE
    
final public static  intHONOR_PLEDGE_NOT_SET
    
final public static  intLETTER_GRADE_TYPE
    
final public static  StringLETTER_GRADE_TYPE_STRING
    
final public static  intPASS_FAIL_GRADE_TYPE
    
final public static  StringPASS_FAIL_GRADE_TYPE_STRING
    
final public static  intSCORE_GRADE_TYPE
    
final public static  StringSCORE_GRADE_TYPE_STRING
    
final public static  intTEXT_AND_ATTACHMENT_ASSIGNMENT_SUBMISSION
    
final public static  intTEXT_ONLY_ASSIGNMENT_SUBMISSION
    
final public static  intUNGRADED_GRADE_TYPE
    
final public static  StringUNGRADED_GRADE_TYPE_STRING
    


Method Summary
 AssignmentAccessgetAccess()
     Access the access mode for the assignment - how we compute who has access to the assignment.
public  StringgetAuthorLastModified()
    
public  ListgetAuthors()
     Access the list of authors.
public  TimegetCloseTime()
     Access the close time after which this assignment can no longer be viewed, and after which submissions will not be accepted.
public  AssignmentContentgetContent()
     Access the AssignmentContent of this Assignment.
public  StringgetContentReference()
     Access the reference of the AssignmentContent of this Assignment.
public  StringgetContext()
     Access the context at the time of creation.
public  StringgetCreator()
     Access the creator of this object.
public  booleangetDraft()
     Get whether this is a draft or final copy.
public  TimegetDropDeadTime()
     Access the drop dead time after which responses to this assignment are considered late; may be null.
public  TimegetDueTime()
     Access the time at which the assignment is due; may be null.
 CollectiongetGroups()
     Access the groups defined for this assignment.
public  TimegetOpenTime()
     Access the first time at which the assignment can be viewed; may be null.
public  StringgetSection()
     Access the section info.
public  TimegetTimeCreated()
     Access the time that this object was created.
public  TimegetTimeLastModified()
     Access the time of last modificaiton.
public  StringgetTitle()
     Access the title.

Field Detail
ASSIGNMENT_SUBMISSION_TYPE_NOT_SET
final public static int ASSIGNMENT_SUBMISSION_TYPE_NOT_SET(Code)
Assignment type not yet set



ATTACHMENT_ONLY_ASSIGNMENT_SUBMISSION
final public static int ATTACHMENT_ONLY_ASSIGNMENT_SUBMISSION(Code)
Attachment only assignment type



CHECK_GRADE_TYPE
final public static int CHECK_GRADE_TYPE(Code)
Grade type that only requires a check



CHECK_GRADE_TYPE_STRING
final public static String CHECK_GRADE_TYPE_STRING(Code)
Grade type that only requires a check string



GRADE_TYPE_NOT_SET
final public static int GRADE_TYPE_NOT_SET(Code)
Grade type not set



HONOR_PLEDGE_ENGINEERING
final public static int HONOR_PLEDGE_ENGINEERING(Code)
Honor Pledge not yet set



HONOR_PLEDGE_NONE
final public static int HONOR_PLEDGE_NONE(Code)
Honor Pledge not yet set



HONOR_PLEDGE_NOT_SET
final public static int HONOR_PLEDGE_NOT_SET(Code)
Honor Pledge not yet set



LETTER_GRADE_TYPE
final public static int LETTER_GRADE_TYPE(Code)
Letter grade type



LETTER_GRADE_TYPE_STRING
final public static String LETTER_GRADE_TYPE_STRING(Code)
Letter grade type string



PASS_FAIL_GRADE_TYPE
final public static int PASS_FAIL_GRADE_TYPE(Code)
Pass/fail grade type



PASS_FAIL_GRADE_TYPE_STRING
final public static String PASS_FAIL_GRADE_TYPE_STRING(Code)
Pass/fail grade type string



SCORE_GRADE_TYPE
final public static int SCORE_GRADE_TYPE(Code)
Score based grade type



SCORE_GRADE_TYPE_STRING
final public static String SCORE_GRADE_TYPE_STRING(Code)
Score based grade type string



TEXT_AND_ATTACHMENT_ASSIGNMENT_SUBMISSION
final public static int TEXT_AND_ATTACHMENT_ASSIGNMENT_SUBMISSION(Code)
Text and/or attachment assignment type



TEXT_ONLY_ASSIGNMENT_SUBMISSION
final public static int TEXT_ONLY_ASSIGNMENT_SUBMISSION(Code)
Text only assignment type



UNGRADED_GRADE_TYPE
final public static int UNGRADED_GRADE_TYPE(Code)
Ungraded grade type



UNGRADED_GRADE_TYPE_STRING
final public static String UNGRADED_GRADE_TYPE_STRING(Code)
Ungraded grade type string





Method Detail
getAccess
AssignmentAccess getAccess()(Code)
Access the access mode for the assignment - how we compute who has access to the assignment. The AssignmentAccess access mode for the Assignment.



getAuthorLastModified
public String getAuthorLastModified()(Code)
Access the author of last modification String - The id of the author.



getAuthors
public List getAuthors()(Code)
Access the list of authors. List of authors as User objects.



getCloseTime
public Time getCloseTime()(Code)
Access the close time after which this assignment can no longer be viewed, and after which submissions will not be accepted. May be null. The Time after which the Assignment is closed, or null if unspecified.



getContent
public AssignmentContent getContent()(Code)
Access the AssignmentContent of this Assignment. The Assignment's AssignmentContent.



getContentReference
public String getContentReference()(Code)
Access the reference of the AssignmentContent of this Assignment. The AssignmentContent's reference.



getContext
public String getContext()(Code)
Access the context at the time of creation. String - the context string.



getCreator
public String getCreator()(Code)
Access the creator of this object. String - The id of the creator.



getDraft
public boolean getDraft()(Code)
Get whether this is a draft or final copy. True if this is a draft, false if it is a final copy.



getDropDeadTime
public Time getDropDeadTime()(Code)
Access the drop dead time after which responses to this assignment are considered late; may be null. The Time object representing the drop dead time, or null if unspecified.



getDueTime
public Time getDueTime()(Code)
Access the time at which the assignment is due; may be null. The Time at which the Assignment is due, or null if unspecified.



getGroups
Collection getGroups()(Code)
Access the groups defined for this assignment. A Collection (String) of group refs (authorization group ids) defined for this message; empty if none are defined.



getOpenTime
public Time getOpenTime()(Code)
Access the first time at which the assignment can be viewed; may be null. The Time at which the assignment is due, or null if unspecified.



getSection
public String getSection()(Code)
Access the section info. The section id.



getTimeCreated
public Time getTimeCreated()(Code)
Access the time that this object was created. The Time object representing the time of creation.



getTimeLastModified
public Time getTimeLastModified()(Code)
Access the time of last modificaiton. The Time of last modification.



getTitle
public String getTitle()(Code)
Access the title. The Assignment's title.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.