home

Status

Name Status
Usage SchedulingService
ScheduleResponseInfo
Type Complex

Description

Status object returned by operations to indicate that the operation
succeeded.

Note: The success is always TRUE otherwise the method should have
thrown an exception.

Used for delete operations because they have nothing to return
otherwise and the standard is that all methods return something.

TODO: switch this to hold a count or something, a boolean that
always is true is confusing.

TODO: Figure out where the message came from because it is not in
the R1 wiki
https://wiki.kuali.org/display/KULSTU/statusInfo+Structure

Structure Definition

ShortName Name Type Description Required? Read only? Cardinality XML Attribute? Implementation Notes
isSuccess Success Indicator Boolean Indicates the success or failure of the operation. Required Read only One No  
message Message String Optional message indicating a reason.   Read only One No