home

CluResultInfo

Name CluResultInfo
Usage LuService
getCluResult validateCluResult createCluResult updateCluResult
Type Complex

Description

Information about a CLU result.

Structure Definition

ShortName Name Type Description Cardinality XML Attribute?
desc ??? org.kuali.student.core.dto.RichTextInfo Narrative description of the CLU result. One No
cluId ??? String The cluId to which the CLU Result is linked. Unique identifier
for a Canonical Learning Unit (CLU).
One No
resultOptions ??? ResultOptionInfoList List of learning result option information. Many No
effectiveDate ??? Date Date and time that this CLU result became effective. This is a
similar concept to the effective date on enumerated
values. When an expiration date has been specified, this field
must be less than or equal to the expiration date.
One No
expirationDate ??? Date Date and time that this CLU result expires. This is a similar
concept to the expiration date on enumerated values. If
specified, this must be greater than or equal to the effective
date. If this field is not specified, then no expiration date
has been currently defined and should automatically be
considered greater than the effective date.
One No
metaInfo ??? org.kuali.student.core.dto.MetaInfo Create and last update info for the structure. This is optional
and treated as read only since the data is set by the internals
of the service during maintenance operations.
One No
type ??? String Unique identifier for a clu learning result object type. One Yes
state ??? String The current status of the CLU Result. The values for this field
are constrained to those in the cluResultState enumeration. A
separate setup operation does not exist for retrieval of the
meta data around this value.
One Yes
id ??? String Unique identifier for a CLU result. This is optional, due to
the identifier being set at the time of creation. Once the
result set has been created, this should be seen as required.
One Yes