public interface IScheduleSubject
IScheduleSubject
represents an entity that is associated in some way with the scheduling system. A subject
might impose restrictions on scheduling availability. You can think of subjects as principles in a scheduling system
ACL.Modifier and Type | Interface and Description |
---|---|
static class |
IScheduleSubject.SubjectType |
Modifier and Type | Method and Description |
---|---|
String |
getSubjectId()
Unique identifier to a subject
|
IScheduleSubject.SubjectType |
getSubjectType()
The subject type
|
String getSubjectId()
IScheduleSubject.SubjectType getSubjectType()