|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.GrouperAPI
edu.internet2.middleware.grouper.pit.GrouperPIT
edu.internet2.middleware.grouper.pit.PITMember
public class PITMember
Field Summary | |
---|---|
static java.lang.String |
COLUMN_CONTEXT_ID
Context id links together multiple operations into one high level action |
static java.lang.String |
COLUMN_HIBERNATE_VERSION_NUMBER
hibernate version |
static java.lang.String |
COLUMN_ID
db id for this row |
static java.lang.String |
COLUMN_SOURCE_ID
column |
static java.lang.String |
COLUMN_SUBJECT_ID
subject id |
static java.lang.String |
COLUMN_SUBJECT_IDENTIFIER0
subjectIdentifier0 |
static java.lang.String |
COLUMN_SUBJECT_SOURCE
subject source |
static java.lang.String |
COLUMN_SUBJECT_TYPE
subject type |
static java.lang.String |
FIELD_CONTEXT_ID
constant for field name for: contextId |
static java.lang.String |
FIELD_ID
constant for field name for: id |
static java.lang.String |
FIELD_SOURCE_ID
constant for field name for: sourceId |
static java.lang.String |
FIELD_SUBJECT_ID
constant for field name for: subjectId |
static java.lang.String |
FIELD_SUBJECT_IDENTIFIER0
constant for field name for: subjectIdentifier0 |
static java.lang.String |
FIELD_SUBJECT_SOURCE
constant for field name for: subjectSource |
static java.lang.String |
FIELD_SUBJECT_TYPE
constant for field name for: subjectType |
static java.lang.String |
TABLE_GROUPER_PIT_MEMBERS
name of the table in the database. |
Fields inherited from class edu.internet2.middleware.grouper.pit.GrouperPIT |
---|
COLUMN_ACTIVE, COLUMN_END_TIME, COLUMN_START_TIME, FIELD_ACTIVE_DB, FIELD_END_TIME_DB, FIELD_START_TIME_DB |
Fields inherited from class edu.internet2.middleware.grouper.GrouperAPI |
---|
FIELD_DB_VERSION, FIELD_HIBERNATE_VERSION_NUMBER, INITIAL_VERSION_NUMBER |
Fields inherited from interface org.hibernate.classic.Lifecycle |
---|
NO_VETO, VETO |
Constructor Summary | |
---|---|
PITMember()
|
Method Summary | |
---|---|
GrouperAPI |
clone()
deep clone the fields in this object |
void |
delete()
delete this object |
java.lang.String |
getContextId()
|
java.util.Set<PITGroup> |
getGroups(java.lang.String fieldSourceId,
java.lang.String scope,
PITStem pitStem,
Stem.Scope stemScope,
java.sql.Timestamp pointInTimeFrom,
java.sql.Timestamp pointInTimeTo,
QueryOptions queryOptions)
|
static java.util.Set<PITGroup> |
getGroups(java.lang.String memberSourceId,
java.lang.String fieldSourceId,
java.lang.String scope,
PITStem pitStem,
Stem.Scope stemScope,
java.sql.Timestamp pointInTimeFrom,
java.sql.Timestamp pointInTimeTo,
QueryOptions queryOptions)
|
static java.util.Set<PITGroup> |
getGroups(java.lang.String memberSourceId,
java.lang.String fieldSourceId,
java.lang.String scope,
Stem stem,
Stem.Scope stemScope,
java.sql.Timestamp pointInTimeFrom,
java.sql.Timestamp pointInTimeTo,
QueryOptions queryOptions)
|
java.lang.String |
getId()
|
java.lang.String |
getSourceId()
|
java.lang.String |
getSubjectId()
|
java.lang.String |
getSubjectIdentifier0()
|
java.lang.String |
getSubjectSourceId()
|
java.lang.String |
getSubjectTypeId()
|
void |
saveOrUpdate()
save or update this object |
void |
setContextId(java.lang.String contextId)
set context id |
void |
setId(java.lang.String id)
set id |
void |
setSourceId(java.lang.String sourceId)
set source id |
void |
setSubjectId(java.lang.String subjectId)
Set subjectId |
void |
setSubjectIdentifier0(java.lang.String subjectIdentifier0)
Set subjectIdentifier0 |
void |
setSubjectSourceId(java.lang.String subjectSourceId)
Set subjectSourceId |
void |
setSubjectTypeId(java.lang.String subjectTypeId)
Set subjectTypeId |
Methods inherited from class edu.internet2.middleware.grouper.pit.GrouperPIT |
---|
getActiveDb, getEndTime, getEndTimeDb, getStartTime, getStartTimeDb, isActive, setActiveDb, setEndTimeDb, setStartTimeDb |
Methods inherited from class edu.internet2.middleware.grouper.GrouperAPI |
---|
dbVersion, dbVersionClear, dbVersionDifferentFields, dbVersionIsDifferent, dbVersionReset, fieldValue, getHibernateVersionNumber, onDelete, onLoad, onPostDelete, onPostSave, onPostUpdate, onPreDelete, onPreSave, onPreUpdate, onSave, onUpdate, setHibernateVersionNumber |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COLUMN_ID
public static final java.lang.String COLUMN_CONTEXT_ID
public static final java.lang.String COLUMN_SUBJECT_ID
public static final java.lang.String COLUMN_SUBJECT_IDENTIFIER0
public static final java.lang.String COLUMN_SUBJECT_SOURCE
public static final java.lang.String COLUMN_SUBJECT_TYPE
public static final java.lang.String COLUMN_HIBERNATE_VERSION_NUMBER
public static final java.lang.String COLUMN_SOURCE_ID
public static final java.lang.String FIELD_SOURCE_ID
public static final java.lang.String FIELD_CONTEXT_ID
public static final java.lang.String FIELD_ID
public static final java.lang.String FIELD_SUBJECT_ID
public static final java.lang.String FIELD_SUBJECT_SOURCE
public static final java.lang.String FIELD_SUBJECT_IDENTIFIER0
public static final java.lang.String FIELD_SUBJECT_TYPE
public static final java.lang.String TABLE_GROUPER_PIT_MEMBERS
Constructor Detail |
---|
public PITMember()
Method Detail |
---|
public java.lang.String getSourceId()
public void setSourceId(java.lang.String sourceId)
sourceId
- public GrouperAPI clone()
GrouperAPI
clone
in interface GrouperCloneable
clone
in class GrouperAPI
GrouperAPI.clone()
public java.lang.String getContextId()
public void setContextId(java.lang.String contextId)
contextId
- public java.lang.String getId()
public void setId(java.lang.String id)
id
- public java.lang.String getSubjectId()
public void setSubjectId(java.lang.String subjectId)
subjectId
- public java.lang.String getSubjectSourceId()
public void setSubjectSourceId(java.lang.String subjectSourceId)
subjectSourceId
- public java.lang.String getSubjectIdentifier0()
public void setSubjectIdentifier0(java.lang.String subjectIdentifier0)
subjectIdentifier0
- public java.lang.String getSubjectTypeId()
public void setSubjectTypeId(java.lang.String subjectTypeId)
subjectTypeId
- public void saveOrUpdate()
public void delete()
public java.util.Set<PITGroup> getGroups(java.lang.String fieldSourceId, java.lang.String scope, PITStem pitStem, Stem.Scope stemScope, java.sql.Timestamp pointInTimeFrom, java.sql.Timestamp pointInTimeTo, QueryOptions queryOptions)
fieldSourceId
- specifies the field id. This is required.scope
- is a DB pattern that will have % appended to it, or null for all. e.g. school:whatever:parent:pitStem
- is the stem to check in, or null if allstemScope
- is if in this stem, or in any stem underneath. You must pass stemScope if you pass a stempointInTimeFrom
- the start of the range of the point in time query. This is optional.pointInTimeTo
- the end of the range of the point in time query. This is optional. If this is the same as pointInTimeFrom, then the query will be done at a single point in time rather than a range.queryOptions
- optional query options.
public static java.util.Set<PITGroup> getGroups(java.lang.String memberSourceId, java.lang.String fieldSourceId, java.lang.String scope, PITStem pitStem, Stem.Scope stemScope, java.sql.Timestamp pointInTimeFrom, java.sql.Timestamp pointInTimeTo, QueryOptions queryOptions)
memberSourceId
- specifies the member id. This is required.fieldSourceId
- specifies the field id. This is required.scope
- is a DB pattern that will have % appended to it, or null for all. e.g. school:whatever:parent:pitStem
- is the stem to check in, or null if allstemScope
- is if in this stem, or in any stem underneath. You must pass stemScope if you pass a stempointInTimeFrom
- the start of the range of the point in time query. This is optional.pointInTimeTo
- the end of the range of the point in time query. This is optional. If this is the same as pointInTimeFrom, then the query will be done at a single point in time rather than a range.queryOptions
- optional query options.
public static java.util.Set<PITGroup> getGroups(java.lang.String memberSourceId, java.lang.String fieldSourceId, java.lang.String scope, Stem stem, Stem.Scope stemScope, java.sql.Timestamp pointInTimeFrom, java.sql.Timestamp pointInTimeTo, QueryOptions queryOptions)
memberSourceId
- specifies the member id. This is required.fieldSourceId
- specifies the field id. This is required.scope
- is a DB pattern that will have % appended to it, or null for all. e.g. school:whatever:parent:stem
- is the stem to check in, or null if allstemScope
- is if in this stem, or in any stem underneath. You must pass stemScope if you pass a stempointInTimeFrom
- the start of the range of the point in time query. This is optional.pointInTimeTo
- the end of the range of the point in time query. This is optional. If this is the same as pointInTimeFrom, then the query will be done at a single point in time rather than a range.queryOptions
- optional query options.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |