Serialized Form


Package org.sakaiproject.tool.assessment.business.entity

Class org.sakaiproject.tool.assessment.business.entity.RecordingData extends Object implements Serializable

serialVersionUID: 4398684269227144959L

Serialized Fields

agentName

String agentName

agentId

String agentId

courseAssignmentContext

String courseAssignmentContext

fileExtension

String fileExtension

fileName

String fileName

limit

String limit

dir

String dir

seconds

String seconds

appName

String appName

imageURL

String imageURL

Package org.sakaiproject.tool.assessment.business.questionpool

Class org.sakaiproject.tool.assessment.business.questionpool.QuestionPoolException extends org.osid.OsidException implements Serializable


Package org.sakaiproject.tool.assessment.facade

Class org.sakaiproject.tool.assessment.facade.AgentFacade extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agent

AgentImpl agent

agentString

String agentString

eid

String eid

accessViaUrl

boolean accessViaUrl

Class org.sakaiproject.tool.assessment.facade.AssessmentBaseFacade extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

assessmentImpl

AssessmentImpl assessmentImpl

assessment

org.osid.assessment.Assessment assessment

id

org.osid.shared.Id id

displayName

String displayName

description

String description

data

AssessmentBaseIfc data

assessmentType

org.osid.shared.Type assessmentType

assessmentId

Long assessmentId

isTemplate

Boolean isTemplate

title

String title

typeId

Long typeId

parentId

Long parentId

instructorNotification

Integer instructorNotification

testeeNotification

Integer testeeNotification

multipartAllowed

Integer multipartAllowed

status

Integer status

comments

String comments

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

assessmentAccessControl

AssessmentAccessControlIfc assessmentAccessControl

evaluationModel

EvaluationModelIfc evaluationModel

assessmentFeedback

AssessmentFeedbackIfc assessmentFeedback

assessmentMetaDataSet

Set<E> assessmentMetaDataSet

assessmentMetaDataMap

HashMap<K,V> assessmentMetaDataMap

securedIPAddressSet

Set<E> securedIPAddressSet

assessmentAttachmentMetaData

String assessmentAttachmentMetaData

Class org.sakaiproject.tool.assessment.facade.AssessmentFacade extends AssessmentBaseFacade implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

data

AssessmentIfc data

assessmentTemplateId

Long assessmentTemplateId

assessmentId

Long assessmentId

sectionSet

Set<E> sectionSet

assessmentAttachmentSet

Set<E> assessmentAttachmentSet

questionSize

Integer questionSize

lastModifiedDateForDisplay

String lastModifiedDateForDisplay

Class org.sakaiproject.tool.assessment.facade.AssessmentGradingFacade extends Object implements Serializable

serialVersionUID: 5715276464051399008L

Serialized Fields

assessmentGradingId

Long assessmentGradingId

agentId

String agentId

submittedDate

Date submittedDate

isLate

Boolean isLate

forGrade

Boolean forGrade

totalAutoScore

Float totalAutoScore

totalOverrideScore

Float totalOverrideScore

finalScore

Float finalScore

comments

String comments

status

Integer status

gradedBy

String gradedBy

gradedDate

Date gradedDate

itemGradingSet

Set<E> itemGradingSet

attemptDate

Date attemptDate

timeElapsed

Integer timeElapsed

totalSubmitted

int totalSubmitted

publishedAssessmentId

Long publishedAssessmentId

publishedAssessmentTitle

String publishedAssessmentTitle

isRecorded

boolean isRecorded

Class org.sakaiproject.tool.assessment.facade.AssessmentGradingSummaryFacade extends Object implements Serializable

serialVersionUID: 287820089189885224L

Serialized Fields

assessmentGradingSummaryId

Long assessmentGradingSummaryId

publishedAssessment

PublishedAssessmentIfc publishedAssessment

agentId

String agentId

totalSubmitted

Integer totalSubmitted

totalSubmittedForGrade

Integer totalSubmittedForGrade

lastSubmittedAssessmentGrading

AssessmentGradingIfc lastSubmittedAssessmentGrading

lastSubmittedDate

Date lastSubmittedDate

lastSubmittedAssessmentIsLate

Boolean lastSubmittedAssessmentIsLate

sumOf_autoScoreForGrade

Float sumOf_autoScoreForGrade

average_autoScoreForGrade

Float average_autoScoreForGrade

highest_autoScoreForGrade

Float highest_autoScoreForGrade

lowest_autoScoreForGrade

Float lowest_autoScoreForGrade

last_autoScoreForGrade

Float last_autoScoreForGrade

sumOf_overrideScoreForGrade

Float sumOf_overrideScoreForGrade

average_overrideScoreForGrade

Float average_overrideScoreForGrade

highest_overrideScoreForGrade

Float highest_overrideScoreForGrade

lowest_overrideScoreForGrade

Float lowest_overrideScoreForGrade

last_overrideScoreForGrade

Float last_overrideScoreForGrade

scoringType

Integer scoringType

acceptedAssessmentGrading

AssessmentGradingIfc acceptedAssessmentGrading

acceptedAssessmentIsLate

Boolean acceptedAssessmentIsLate

finalAssessmentScore

Float finalAssessmentScore

feedToGradeBook

Boolean feedToGradeBook

Class org.sakaiproject.tool.assessment.facade.AssessmentTemplateFacade extends AssessmentBaseFacade implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

assessment

org.osid.assessment.Assessment assessment

data

AssessmentTemplateIfc data

assessmentTemplateId

Long assessmentTemplateId

Class org.sakaiproject.tool.assessment.facade.AuthorizationFacade extends Object implements Serializable

serialVersionUID: 4982008711609686144L

Class org.sakaiproject.tool.assessment.facade.DataFacadeException extends RuntimeException implements Serializable

Serialized Fields

message

String message

Class org.sakaiproject.tool.assessment.facade.GradebookFacade extends Object implements Serializable

serialVersionUID: 1L

Class org.sakaiproject.tool.assessment.facade.ItemFacade extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
implements Serializable method

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
implements Serializable method

Throws:
IOException
Serialized Fields

item

org.osid.assessment.Item item

id

org.osid.shared.Id id

description

String description

data

ItemDataIfc data

itemType

org.osid.shared.Type itemType

itemId

Long itemId

itemIdString

String itemIdString

section

SectionFacade section

sequence

Integer sequence

duration

Integer duration

triesAllowed

Integer triesAllowed

instruction

String instruction

typeId

Long typeId

grade

String grade

score

Float score

discount

Float discount

hint

String hint

partialCreditFlag

Boolean partialCreditFlag

hasRationale

Boolean hasRationale

status

Integer status

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

itemTextSet

Set<E> itemTextSet

itemMetaDataSet

Set<E> itemMetaDataSet

itemFeedbackSet

Set<E> itemFeedbackSet

itemTypeFacade

TypeFacade itemTypeFacade

itemAttachmentSet

Set<E> itemAttachmentSet

itemAttachmentMetaData

String itemAttachmentMetaData

Class org.sakaiproject.tool.assessment.facade.ItemGradingFacade extends Object implements Serializable

serialVersionUID: 6779809228748217781L

Serialized Fields

itemGradingId

Long itemGradingId

assessmentGradingId

Long assessmentGradingId

publishedItemId

Long publishedItemId

publishedItemTextId

Long publishedItemTextId

agentId

String agentId

publishedAnswerId

Long publishedAnswerId

publishedAnswer

AnswerIfc publishedAnswer

rationale

String rationale

answerText

String answerText

submittedDate

Date submittedDate

autoScore

Float autoScore

overrideScore

Float overrideScore

comments

String comments

gradedBy

String gradedBy

gradedDate

Date gradedDate

review

Boolean review

attemptsRemaining

Integer attemptsRemaining

itemGradingAttachmentSet

Set<E> itemGradingAttachmentSet

isCorrect

Boolean isCorrect

Class org.sakaiproject.tool.assessment.facade.PublishedAssessmentFacade extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

data

PublishedAssessmentIfc data

assessment

AssessmentFacade assessment

publishedAssessmentId

Long publishedAssessmentId

assessmentId

Long assessmentId

isTemplate

Boolean isTemplate

parentId

Long parentId

title

String title

description

String description

comments

String comments

typeId

Long typeId

instructorNotification

Integer instructorNotification

testeeNotification

Integer testeeNotification

multipartAllowed

Integer multipartAllowed

status

Integer status

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

publishedAccessControl

AssessmentAccessControlIfc publishedAccessControl

publishedEvaluationModel

EvaluationModelIfc publishedEvaluationModel

publishedFeedback

AssessmentFeedbackIfc publishedFeedback

publishedMetaDataSet

Set<E> publishedMetaDataSet

publishedMetaDataMap

HashMap<K,V> publishedMetaDataMap

publishedSectionSet

Set<E> publishedSectionSet

publishedSecuredIPAddressSet

Set<E> publishedSecuredIPAddressSet

releaseTo

String releaseTo

startDate

Date startDate

dueDate

Date dueDate

retractDate

Date retractDate

submissionSize

int submissionSize

lateHandling

Integer lateHandling

unlimitedSubmissions

Boolean unlimitedSubmissions

submissionsAllowed

Integer submissionsAllowed

scoringType

Integer scoringType

feedbackDelivery

Integer feedbackDelivery

feedbackComponentOption

Integer feedbackComponentOption

feedbackAuthoring

Integer feedbackAuthoring

feedbackDate

Date feedbackDate

ownerSiteName

String ownerSiteName

publishedAssessmentAttachmentSet

Set<E> publishedAssessmentAttachmentSet

hasAssessmentGradingData

boolean hasAssessmentGradingData

inProgressCount

int inProgressCount

submittedCount

int submittedCount

lastNeedResubmitDate

Date lastNeedResubmitDate

activeStatus

boolean activeStatus

releaseToGroups

String releaseToGroups

releaseToGroupsList

ArrayList<E> releaseToGroupsList

enrolledStudentCount

int enrolledStudentCount

timeLimit

Integer timeLimit

lastModifiedDateForDisplay

String lastModifiedDateForDisplay

Class org.sakaiproject.tool.assessment.facade.PublishedItemFacade extends ItemFacade implements Serializable

serialVersionUID: -1711478342512505707L

Serialized Fields

section

PublishedSectionFacade section

Class org.sakaiproject.tool.assessment.facade.PublishedSectionFacade extends SectionFacade implements Serializable

serialVersionUID: 5788637014806801101L

Class org.sakaiproject.tool.assessment.facade.QuestionPoolFacade extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

questionPool

QuestionPool questionPool

displayName

String displayName

description

String description

data

QuestionPoolDataIfc data

id

org.osid.shared.Id id

questionPoolType

TypeIfc questionPoolType

parentId

org.osid.shared.Id parentId

questionPoolId

Long questionPoolId

parentPoolId

Long parentPoolId

ownerId

String ownerId

owner

AgentDataIfc owner

title

String title

dateCreated

Date dateCreated

lastModified

Date lastModified

lastModifiedById

String lastModifiedById

lastModifiedBy

AgentDataIfc lastModifiedBy

accessTypeId

Long accessTypeId

accessType

TypeIfc accessType

objectives

String objectives

keywords

String keywords

rubric

String rubric

typeId

Long typeId

type

TypeIfc type

intellectualPropertyId

Long intellectualPropertyId

organizationName

String organizationName

questionPoolItems

Set<E> questionPoolItems

items

Collection<E> items

subPoolSize

Integer subPoolSize

Class org.sakaiproject.tool.assessment.facade.SectionFacade extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

section

org.osid.assessment.Section section

id

org.osid.shared.Id id

description

String description

data

SectionDataIfc data

sectionType

org.osid.shared.Type sectionType

sectionId

Long sectionId

assessmentId

Long assessmentId

assessment

AssessmentBaseIfc assessment

duration

Integer duration

sequence

Integer sequence

title

String title

typeId

Long typeId

status

Integer status

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

itemSet

Set<E> itemSet

metaDataSet

Set<E> metaDataSet

metaDataMap

HashMap<K,V> metaDataMap

itemFacadeSet

Set<E> itemFacadeSet

sectionAttachmentSet

Set<E> sectionAttachmentSet

Class org.sakaiproject.tool.assessment.facade.TypeFacade extends Object implements Serializable

serialVersionUID: -3400550482739705371L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

typeId

Long typeId

authority

String authority

domain

String domain

keyword

String keyword

description

String description

status

int status

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

Package org.sakaiproject.tool.assessment.facade.authz

Class org.sakaiproject.tool.assessment.facade.authz.AuthorizationFacade extends Object implements Serializable

serialVersionUID: -262696599577971352L

Serialized Fields

agentId

org.osid.shared.Id agentId

function

org.osid.authorization.Function function

qualifier

org.osid.authorization.Qualifier qualifier

effectiveDate

long effectiveDate

expirationDate

long expirationDate

modifiedBy

org.osid.shared.Id modifiedBy

modifiedDate

long modifiedDate

isExplicit

boolean isExplicit

isActiveNow

boolean isActiveNow

data

AuthorizationIfc data

functionId

String functionId

qualifierId

String qualifierId

authorizationEffectiveDate

Date authorizationEffectiveDate

authorizationExpirationDate

Date authorizationExpirationDate

agentIdString

String agentIdString

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

isExplicitBoolean

Boolean isExplicitBoolean

isActiveNowBoolean

Boolean isActiveNowBoolean

Class org.sakaiproject.tool.assessment.facade.authz.AuthorizationIteratorFacade extends Object implements Serializable

serialVersionUID: 941272870128424454L

Serialized Fields

authorizationIter

Iterator<E> authorizationIter

Class org.sakaiproject.tool.assessment.facade.authz.FunctionFacade extends Object implements Serializable

serialVersionUID: 2610431044785097038L

Serialized Fields

id

org.osid.shared.Id id

referenceName

String referenceName

description

String description

functionType

org.osid.shared.Type functionType

data

FunctionIfc data

functionId

long functionId

functionTypeId

String functionTypeId

displayName

String displayName

Class org.sakaiproject.tool.assessment.facade.authz.FunctionIteratorFacade extends Object implements Serializable

serialVersionUID: 4895452221530343774L

Serialized Fields

functionIter

Iterator<E> functionIter

Class org.sakaiproject.tool.assessment.facade.authz.QualifierFacade extends Object implements Serializable

serialVersionUID: 3908822740713745290L

Serialized Fields

id

org.osid.shared.Id id

childrenIter

QualifierIteratorFacade childrenIter

parentIter

QualifierIteratorFacade parentIter

referenceName

String referenceName

description

String description

qualifierType

org.osid.shared.Type qualifierType

data

QualifierIfc data

qualifierId

long qualifierId

displayName

String displayName

qualifierTypeId

String qualifierTypeId

childSet

Set<E> childSet

parentSet

Set<E> parentSet

Class org.sakaiproject.tool.assessment.facade.authz.QualifierIteratorFacade extends Object implements Serializable

serialVersionUID: -8412047177198953937L

Serialized Fields

qualifierIter

Iterator<E> qualifierIter

Package org.sakaiproject.tool.assessment.integration.helper.ifc

Package org.sakaiproject.tool.assessment.integration.helper.integrated

Class org.sakaiproject.tool.assessment.integration.helper.integrated.AgentHelperImpl extends Object implements Serializable

Serialized Fields

agent

AgentImpl agent

Class org.sakaiproject.tool.assessment.integration.helper.integrated.GradebookHelperImpl extends Object implements Serializable

Class org.sakaiproject.tool.assessment.integration.helper.integrated.GradebookServiceHelperImpl extends Object implements Serializable

Class org.sakaiproject.tool.assessment.integration.helper.integrated.PublishingTargetHelperImpl extends Object implements Serializable


Package org.sakaiproject.tool.assessment.integration.helper.standalone

Class org.sakaiproject.tool.assessment.integration.helper.standalone.AgentHelperImpl extends Object implements Serializable

Serialized Fields

agentString

String agentString

Class org.sakaiproject.tool.assessment.integration.helper.standalone.GradebookHelperImpl extends Object implements Serializable

Class org.sakaiproject.tool.assessment.integration.helper.standalone.GradebookServiceHelperImpl extends Object implements Serializable

Class org.sakaiproject.tool.assessment.integration.helper.standalone.PublishingTargetHelperImpl extends Object implements Serializable


Package org.sakaiproject.tool.assessment.osid.assessment.impl

Class org.sakaiproject.tool.assessment.osid.assessment.impl.AssessmentImpl extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
implements Serializable

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
implements Serializable

Throws:
IOException
Serialized Fields

id

org.osid.shared.Id id

displayName

String displayName

description

String description

topic

String topic

data

Serializable data

assessmentType

org.osid.shared.Type assessmentType

sectionList

List<E> sectionList

Class org.sakaiproject.tool.assessment.osid.assessment.impl.AssessmentIteratorImpl extends Object implements Serializable

Serialized Fields

assessments

Iterator<E> assessments

Class org.sakaiproject.tool.assessment.osid.assessment.impl.ItemImpl extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
implements Serializable

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
implements Serializable

Throws:
IOException
Serialized Fields

id

org.osid.shared.Id id

displayName

String displayName

description

String description

data

Serializable data

itemType

org.osid.shared.Type itemType

Class org.sakaiproject.tool.assessment.osid.assessment.impl.ItemIteratorImpl extends Object implements Serializable

serialVersionUID: -2167985085297166661L

Serialized Fields

items

Iterator<E> items

Class org.sakaiproject.tool.assessment.osid.assessment.impl.SectionImpl extends Object implements Serializable

Serialized Fields

id

org.osid.shared.Id id

displayName

String displayName

description

String description

data

Serializable data

sectionType

org.osid.shared.Type sectionType

itemSet

Set<E> itemSet

Class org.sakaiproject.tool.assessment.osid.assessment.impl.SectionIteratorImpl extends Object implements Serializable

Serialized Fields

sectionIterator

Iterator<E> sectionIterator

sectionIter

Iterator<E> sectionIter

Package org.sakaiproject.tool.assessment.osid.authz.impl

Class org.sakaiproject.tool.assessment.osid.authz.impl.AuthorizationImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agentId

org.osid.shared.Id agentId

function

org.osid.authorization.Function function

qualifier

org.osid.authorization.Qualifier qualifier

effectiveDate

long effectiveDate

expirationDate

long expirationDate

modifiedBy

org.osid.shared.Id modifiedBy

modifiedDate

long modifiedDate

Class org.sakaiproject.tool.assessment.osid.authz.impl.AuthorizationIteratorImpl extends Object implements Serializable

Serialized Fields

authorizationIter

Iterator<E> authorizationIter

Class org.sakaiproject.tool.assessment.osid.authz.impl.FunctionImpl extends Object implements Serializable

Serialized Fields

id

org.osid.shared.Id id

referenceName

String referenceName

description

String description

functionType

org.osid.shared.Type functionType

qualifierHierarchyId

org.osid.shared.Id qualifierHierarchyId

Class org.sakaiproject.tool.assessment.osid.authz.impl.FunctionIteratorImpl extends Object implements Serializable

Serialized Fields

functionIter

Iterator<E> functionIter

Class org.sakaiproject.tool.assessment.osid.authz.impl.QualifierImpl extends Object implements Serializable

Serialized Fields

id

org.osid.shared.Id id

childrenIter

org.osid.authorization.QualifierIterator childrenIter

parentIter

org.osid.authorization.QualifierIterator parentIter

referenceName

String referenceName

description

String description

qualifierType

org.osid.shared.Type qualifierType

Class org.sakaiproject.tool.assessment.osid.authz.impl.QualifierIteratorImpl extends Object implements Serializable

Serialized Fields

qualifierIter

Iterator<E> qualifierIter

Package org.sakaiproject.tool.assessment.osid.questionpool.impl

Class org.sakaiproject.tool.assessment.osid.questionpool.impl.QuestionPoolImpl extends Object implements Serializable

Serialized Fields

displayName

String displayName

description

String description

id

org.osid.shared.Id id

questionPoolType

org.osid.shared.Type questionPoolType

data

Serializable data

parentId

org.osid.shared.Id parentId

parentPool

QuestionPool parentPool

Class org.sakaiproject.tool.assessment.osid.questionpool.impl.QuestionPoolIteratorImpl extends Object implements Serializable

Serialized Fields

questionPools

Iterator<E> questionPools

Package org.sakaiproject.tool.assessment.osid.shared.extension

Class org.sakaiproject.tool.assessment.osid.shared.extension.TypeExtension extends org.osid.shared.Type implements Serializable

serialVersionUID: 1L


Package org.sakaiproject.tool.assessment.osid.shared.impl

Class org.sakaiproject.tool.assessment.osid.shared.impl.AgentImpl extends Object implements Serializable

Serialized Fields

id

org.osid.shared.Id id

displayName

String displayName

type

org.osid.shared.Type type

propertiesIterator

org.osid.shared.PropertiesIterator propertiesIterator

properties

Collection<E> properties

Class org.sakaiproject.tool.assessment.osid.shared.impl.IdImpl extends Object implements Serializable

Serialized Fields

id

String id

Class org.sakaiproject.tool.assessment.osid.shared.impl.ObjectIteratorImpl extends Object implements Serializable

Serialized Fields

objects

Iterator<E> objects

Class org.sakaiproject.tool.assessment.osid.shared.impl.PropertiesImpl extends Object implements Serializable

Serialized Fields

hashmap

HashMap<K,V> hashmap

Class org.sakaiproject.tool.assessment.osid.shared.impl.PropertiesIteratorImpl extends Object implements Serializable

Serialized Fields

objects

Iterator<E> objects

Package org.sakaiproject.tool.assessment.services

Class org.sakaiproject.tool.assessment.services.CommonServiceException extends RuntimeException implements Serializable

Class org.sakaiproject.tool.assessment.services.FinFormatException extends RuntimeException implements Serializable

serialVersionUID: 3412500011044201559L

Class org.sakaiproject.tool.assessment.services.GradebookServiceException extends RuntimeException implements Serializable

Class org.sakaiproject.tool.assessment.services.GradingServiceException extends RuntimeException implements Serializable

Class org.sakaiproject.tool.assessment.services.QuestionPoolServiceException extends RuntimeException implements Serializable

Class org.sakaiproject.tool.assessment.services.SaLengthException extends RuntimeException implements Serializable

serialVersionUID: 3866795432211548499L


Package org.sakaiproject.tool.assessment.services.assessment

Class org.sakaiproject.tool.assessment.services.assessment.AssessmentServiceException extends RuntimeException implements Serializable


Package org.sakaiproject.tool.assessment.util

Class org.sakaiproject.tool.assessment.util.FormatException extends RuntimeException implements Serializable

Class org.sakaiproject.tool.assessment.util.Iso8601FormatException extends FormatException implements Serializable



Copyright © 2005-2013 Sakai Project. All Rights Reserved.