public class PITMember extends GrouperPIT implements Hib3GrouperVersioned
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_CONTEXT_ID
Context id links together multiple operations into one high level action
|
static String |
COLUMN_HIBERNATE_VERSION_NUMBER
hibernate version
|
static String |
COLUMN_ID
db id for this row
|
static String |
COLUMN_SOURCE_ID
column
|
static String |
COLUMN_SUBJECT_ID
subject id
|
static String |
COLUMN_SUBJECT_IDENTIFIER0
subjectIdentifier0
|
static String |
COLUMN_SUBJECT_SOURCE
subject source
|
static String |
COLUMN_SUBJECT_TYPE
subject type
|
static String |
FIELD_CONTEXT_ID
constant for field name for: contextId
|
static String |
FIELD_ID
constant for field name for: id
|
static String |
FIELD_SOURCE_ID
constant for field name for: sourceId
|
static String |
FIELD_SUBJECT_ID
constant for field name for: subjectId
|
static String |
FIELD_SUBJECT_IDENTIFIER0
constant for field name for: subjectIdentifier0
|
static String |
FIELD_SUBJECT_SOURCE
constant for field name for: subjectSource
|
static String |
FIELD_SUBJECT_TYPE
constant for field name for: subjectType
|
static String |
TABLE_GROUPER_PIT_MEMBERS
name of the table in the database.
|
COLUMN_ACTIVE, COLUMN_END_TIME, COLUMN_START_TIME, FIELD_ACTIVE_DB, FIELD_END_TIME_DB, FIELD_START_TIME_DBdbVersion, FIELD_DB_VERSION, FIELD_HIBERNATE_VERSION_NUMBER, INITIAL_VERSION_NUMBER| Constructor and Description |
|---|
PITMember() |
| Modifier and Type | Method and Description |
|---|---|
GrouperAPI |
clone()
deep clone the fields in this object
|
void |
delete()
delete this object
|
String |
getContextId() |
Set<PITGroup> |
getGroups(String fieldSourceId,
String scope,
PITStem pitStem,
Stem.Scope stemScope,
Timestamp pointInTimeFrom,
Timestamp pointInTimeTo,
QueryOptions queryOptions) |
static Set<PITGroup> |
getGroups(String memberSourceId,
String fieldSourceId,
String scope,
PITStem pitStem,
Stem.Scope stemScope,
Timestamp pointInTimeFrom,
Timestamp pointInTimeTo,
QueryOptions queryOptions) |
static Set<PITGroup> |
getGroups(String memberSourceId,
String fieldSourceId,
String scope,
Stem stem,
Stem.Scope stemScope,
Timestamp pointInTimeFrom,
Timestamp pointInTimeTo,
QueryOptions queryOptions) |
String |
getId() |
String |
getSourceId() |
String |
getSubjectId() |
String |
getSubjectIdentifier0() |
String |
getSubjectSourceId() |
String |
getSubjectTypeId() |
void |
saveOrUpdate()
save or update this object
|
void |
setContextId(String contextId)
set context id
|
void |
setId(String id)
set id
|
void |
setSourceId(String sourceId)
set source id
|
void |
setSubjectId(String subjectId)
Set subjectId
|
void |
setSubjectIdentifier0(String subjectIdentifier0)
Set subjectIdentifier0
|
void |
setSubjectSourceId(String subjectSourceId)
Set subjectSourceId
|
void |
setSubjectTypeId(String subjectTypeId)
Set subjectTypeId
|
getActiveDb, getEndTime, getEndTimeDb, getStartTime, getStartTimeDb, isActive, setActiveDb, setEndTimeDb, setStartTimeDbdbVersion, dbVersionClear, dbVersionDifferentFields, dbVersionIsDifferent, dbVersionReset, fieldValue, getHibernateVersionNumber, onDelete, onLoad, onPostDelete, onPostSave, onPostUpdate, onPreDelete, onPreSave, onPreUpdate, onSave, onUpdate, setHibernateVersionNumberpublic static final String COLUMN_ID
public static final String COLUMN_CONTEXT_ID
public static final String COLUMN_SUBJECT_ID
public static final String COLUMN_SUBJECT_IDENTIFIER0
public static final String COLUMN_SUBJECT_SOURCE
public static final String COLUMN_SUBJECT_TYPE
public static final String COLUMN_HIBERNATE_VERSION_NUMBER
public static final String COLUMN_SOURCE_ID
public static final String FIELD_SOURCE_ID
public static final String FIELD_CONTEXT_ID
public static final String FIELD_ID
public static final String FIELD_SUBJECT_ID
public static final String FIELD_SUBJECT_SOURCE
public static final String FIELD_SUBJECT_IDENTIFIER0
public static final String FIELD_SUBJECT_TYPE
public static final String TABLE_GROUPER_PIT_MEMBERS
public String getSourceId()
public void setSourceId(String sourceId)
sourceId - public GrouperAPI clone()
GrouperAPIclone in interface GrouperCloneableclone in class GrouperAPIGrouperAPI.clone()public String getContextId()
public void setContextId(String contextId)
contextId - public String getId()
public void setId(String id)
id - public String getSubjectId()
public void setSubjectId(String subjectId)
subjectId - public String getSubjectSourceId()
public void setSubjectSourceId(String subjectSourceId)
subjectSourceId - public String getSubjectIdentifier0()
public void setSubjectIdentifier0(String subjectIdentifier0)
subjectIdentifier0 - public String getSubjectTypeId()
public void setSubjectTypeId(String subjectTypeId)
subjectTypeId - public void saveOrUpdate()
public void delete()
public Set<PITGroup> getGroups(String fieldSourceId, String scope, PITStem pitStem, Stem.Scope stemScope, Timestamp pointInTimeFrom, 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 Set<PITGroup> getGroups(String memberSourceId, String fieldSourceId, String scope, PITStem pitStem, Stem.Scope stemScope, Timestamp pointInTimeFrom, 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 Set<PITGroup> getGroups(String memberSourceId, String fieldSourceId, String scope, Stem stem, Stem.Scope stemScope, Timestamp pointInTimeFrom, 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.Copyright © 2016 Internet2. All rights reserved.