org.kuali.student.r2.common.infc
Interface HasMeta

All Known Subinterfaces:
AcademicCalendar, AcalEvent, Accreditation, Activity, ActivityOffering, ActivityOfferingCluster, ActivityOfferingDisplay, ActivityRegistration, AdminOrg, AffiliatedOrg, AppliedHold, Appointment, AppointmentSlot, AppointmentWindow, Atp, AtpAtpRelation, AtpMilestoneRelation, BatchJobResult, BatchJobResultItem, Building, Check, Clu, CluCluRelation, CluFee, CluFeeRecord, CluIdentifier, CluLoRelation, CluPublication, CluResult, CluSet, CluSetTreeView, ColocatedOfferingSet, Comment, CommonWithCoreProgram, CommonWithCredentialProgram, CommonWithProgramVariation, CoreProgram, Course, CourseCrossListing, CourseFee, CourseJoint, CourseOffering, CourseOfferingCrossListing, CourseOfferingCrossListing, CourseOfferingDisplay, CourseRegistration, CourseRevenue, CourseVariation, CourseWaitlistEntry, CredentialProgram, CreditsGrade, CurrencyAmount, Document, EnrollmentFee, Entity, EnumContextValue, EnumeratedValue, Enumeration, Exemption, ExemptionRequest, Expenditure, ExternalCredentialRecord, Fee, Format, FormatOffering, GPA, GradeRoster, GradeRosterEntry, GradeValuesGroup, HasAttributesAndMeta, HoldIssue, Holiday, HolidayCalendar, Honors, HonorsProgram, IdEntity, IdNamelessEntity, Instruction, KeyDate, KeyEntity, KeyNamelessEntity, LearningResultRecord, Lifecycle, Lo, Load, Load, LoCategory, LoDisplay, LoLoRelation, LoRepository, Lpr, LprRoster, LprRosterEntry, LprTransaction, LprTransactionItem, LuCode, Lui, LuiCapacity, LuiIdentifier, LuiLuiRelation, LuiSet, MajorDiscipline, Milestone, MinorDiscipline, OfferingInstructor, Org, OrgCode, OrgHierarchy, OrgOrgRelation, OrgPersonRelation, OrgPositionRestriction, Population, PopulationCategory, PopulationRule, Process, ProcessCategory, ProgramRequirement, ProgramVariation, Proposal, RefDocRelation, RefStatementRelation, RegistrationGroup, RegistrationRequest, RegistrationRequestItem, Relationship, ReqCompField, ReqComponent, ResultOption, ResultScale, ResultSource, ResultValue, ResultValuesGroup, Revenue, Room, RoomFixedResource, RoomResponsibleOrg, RoomUsage, Schedule, ScheduleBatch, ScheduleDisplay, ScheduleRequest, ScheduleRequestDisplay, ScheduleTransaction, SeatPoolDefinition, Soc, SocRolloverResult, SocRolloverResultItem, State, StateChange, StateConstraint, Statement, StatementTreeView, StatePropagation, StudentCourseRecord, StudentCredentialRecord, StudentProgramRecord, StudentRank, StudentTestScoreRecord, StudentTransferCreditRecord, Tag, Term, TimeSlot, Type, TypeStateEntity, TypeTypeRelation
All Known Implementing Classes:
AcademicCalendarInfo, AcalEventInfo, AccreditationInfo, ActivityInfo, ActivityOfferingClusterInfo, ActivityOfferingDisplayInfo, ActivityOfferingInfo, ActivityRegistrationInfo, AdminOrgInfo, AffiliatedOrgInfo, AppliedHoldInfo, AppointmentInfo, AppointmentSlotInfo, AppointmentWindowInfo, AtpAtpRelationInfo, AtpInfo, BatchJobResultInfo, BatchJobResultItemInfo, BuildingInfo, CheckInfo, CluCluRelationInfo, CluFeeInfo, CluFeeRecordInfo, CluIdentifierInfo, CluInfo, CluLoRelationInfo, CluPublicationInfo, CluResultInfo, CluSetInfo, CluSetTreeViewInfo, ColocatedOfferingSetInfo, CommentInfo, CommonWithCoreProgramInfo, CommonWithCredentialProgramInfo, CommonWithProgramVariationInfo, CoreProgramInfo, CourseCrossListingInfo, CourseFeeInfo, CourseInfo, CourseJointInfo, CourseOfferingCrossListingInfo, CourseOfferingCrossListingInfo, CourseOfferingDisplayInfo, CourseOfferingInfo, CourseRegistrationInfo, CourseRevenueInfo, CourseVariationInfo, CourseWaitlistEntryInfo, CredentialProgramInfo, CreditOptionInfo, CreditsGradeInfo, CurrencyAmountInfo, DocumentInfo, EnrollmentFeeInfo, EntityInfo, EnumContextValueInfo, EnumeratedValueInfo, EnumerationInfo, ExemptionInfo, ExemptionRequestInfo, ExpenditureInfo, ExternalCredentialRecordInfo, FeeInfo, FormatInfo, FormatOfferingInfo, GPAInfo, GradeRosterEntryInfo, GradeRosterInfo, GradeValuesGroupInfo, HasAttributesAndMetaInfo, HoldIssueInfo, HolidayCalendarInfo, HolidayInfo, HonorsInfo, HonorsProgramInfo, IdEntityInfo, IdNamelessEntityInfo, InstructionInfo, KeyDateInfo, KeyEntityInfo, KeyNamelessEntityInfo, LearningResultRecordInfo, LifecycleInfo, LoadInfo, LoadInfo, LoCategoryInfo, LoDisplayInfo, LoInfo, LoLoRelationInfo, LoRepositoryInfo, LprInfo, LprRosterEntryInfo, LprRosterInfo, LprTransactionInfo, LprTransactionItemInfo, LuCodeInfo, LuiCapacityInfo, LuiIdentifierInfo, LuiInfo, LuiLuiRelationInfo, LuiSetInfo, MajorDisciplineInfo, MilestoneInfo, MinorDisciplineInfo, OfferingInstructorInfo, OrgCodeInfo, OrgHierarchyInfo, OrgInfo, OrgOrgRelationInfo, OrgPersonRelationInfo, OrgPositionRestrictionInfo, PopulationCategoryInfo, PopulationInfo, PopulationRuleInfo, ProcessCategoryInfo, ProcessInfo, ProgramRequirementInfo, ProgramVariationInfo, ProposalInfo, RefDocRelationInfo, RefStatementRelationInfo, RegistrationGroupInfo, RegistrationRequestInfo, RegistrationRequestItemInfo, RelationshipInfo, ReqCompFieldInfo, ReqComponentInfo, ResultOptionInfo, ResultScaleInfo, ResultSourceInfo, ResultValueInfo, ResultValuesGroupInfo, RevenueInfo, RoomFixedResourceInfo, RoomInfo, RoomResponsibleOrgInfo, RoomUsageInfo, ScheduleBatchInfo, ScheduleDisplayInfo, ScheduleInfo, ScheduleRequestDisplayInfo, ScheduleRequestInfo, ScheduleTransactionInfo, SeatPoolDefinitionInfo, SocInfo, SocRolloverResultInfo, SocRolloverResultItemInfo, StateChangeInfo, StateConstraintInfo, StateInfo, StatementInfo, StatementTreeViewInfo, StatePropagationInfo, StudentCourseRecordInfo, StudentCredentialRecordInfo, StudentProgramRecordInfo, StudentRankInfo, StudentTestScoreRecordInfo, StudentTransferCreditRecordInfo, TagInfo, TermInfo, TimeSlotInfo, TypeInfo, TypeStateEntityInfo, TypeTypeRelationInfo

public interface HasMeta

A common service pattern for entities. This interface is applied to entities the hold Meta information. Typically, any entity that is created or updated through service operations.

Author:
nwright

Method Summary
 Meta getMeta()
          Create and last update info for the structure.
 

Method Detail

getMeta

Meta getMeta()
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. Contains audit trail information about the creation and last update of this object Also contains the version ind used for optimistic locking. Attempts to set or update should result in a ReadOnlyException being thrown.



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.