Class WsGroupDetail
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsGroupDetail
Result for finding a group
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
attribute names, not including the ones listed in the group result or detailString[]
attribute names, not including the ones listed in the group result or detailshould be UNION, COMPLEMENT, INTERSECTIONid of the subject that created this groupcreate time in format: yyyy/mm/dd hh24:mi:ss.SSSif this group has a composite member, T|Fif a composite member of another group "T", else "F".left group if composite (note, detail will never be there)Get (optional and questionable) modify source for this group.Get subject that last modified this group.Get last modified time for this group.WsParam[]
left group if composite (note, detail will never be there)String[]
types of this gruopvoid
setAttributeNames
(String[] attributeNames1) attribute names, not including the ones listed in the group result or detailvoid
setAttributeValues
(String[] attributeValues1) attribute names, not including the ones listed in the group result or detailvoid
setCompositeType
(String compositeType1) should be UNION, COMPLEMENT, INTERSECTIONvoid
setCreateSubjectId
(String createSubjectId1) id of the subject that created this groupvoid
setCreateTime
(String createTime1) create time in format: yyyy/mm/dd hh24:mi:ss.SSSvoid
setHasComposite
(String hasComposite1) if this group has a composite member, T|Fvoid
setIsCompositeFactor
(String isComposite1) if composite "T", else "F".void
setLeftGroup
(WsGroup leftGroup1) left group if composite (note, detail will never be there)void
setModifySource
(String modifySource1) Get (optional and questionable) modify source for this group.void
setModifySubjectId
(String modifySubjectId1) Get subject that last modified this group.void
setModifyTime
(String modifyTime1) Get last modified time for this group.void
void
setRightGroup
(WsGroup rightGroup1) left group if composite (note, detail will never be there)void
setTypeNames
(String[] typeNames1) types of this group
-
Constructor Details
-
WsGroupDetail
public WsGroupDetail()no arg constructor
-
-
Method Details
-
getParams
- Returns:
- the params
-
setParams
- Parameters:
params1
- the params to set
-
getCompositeType
should be UNION, COMPLEMENT, INTERSECTION- Returns:
- type
-
setCompositeType
should be UNION, COMPLEMENT, INTERSECTION- Parameters:
compositeType1
-
-
getTypeNames
types of this gruop- Returns:
- the typeNames
-
setTypeNames
types of this group- Parameters:
typeNames1
- the typeNames to set
-
getAttributeNames
attribute names, not including the ones listed in the group result or detail- Returns:
- the attributeNames
-
setAttributeNames
attribute names, not including the ones listed in the group result or detail- Parameters:
attributeNames1
- the attributeNames to set
-
getAttributeValues
attribute names, not including the ones listed in the group result or detail- Returns:
- the attributeValues
-
setAttributeValues
attribute names, not including the ones listed in the group result or detail- Parameters:
attributeValues1
- the attributeValues to set
-
getCreateSubjectId
id of the subject that created this group- Returns:
- the createSubjectId
-
setCreateSubjectId
id of the subject that created this group- Parameters:
createSubjectId1
- the createSubjectId to set
-
getCreateTime
create time in format: yyyy/mm/dd hh24:mi:ss.SSS- Returns:
- the createTime
-
setCreateTime
create time in format: yyyy/mm/dd hh24:mi:ss.SSS- Parameters:
createTime1
- the createTime to set
-
getIsCompositeFactor
if a composite member of another group "T", else "F". A composite group is composed of two groups and a set operator (stored in grouper_composites table) (e.g. union, intersection, etc). A composite group has no immediate members. All subjects in a composite group are effective members.- Returns:
- the isCompositeFactor
-
setIsCompositeFactor
if composite "T", else "F". A composite group is composed of two groups and a set operator (stored in grouper_composites table) (e.g. union, intersection, etc). A composite group has no immediate members. All subjects in a composite group are effective members.- Parameters:
isComposite1
- the isCompositeFactor to set
-
getModifySource
Get (optional and questionable) modify source for this group.- Returns:
- the modifySource
-
setModifySource
Get (optional and questionable) modify source for this group.- Parameters:
modifySource1
- the modifySource to set
-
getModifySubjectId
Get subject that last modified this group.- Returns:
- the modifySubjectId
-
setModifySubjectId
Get subject that last modified this group.- Parameters:
modifySubjectId1
- the modifySubjectId to set
-
getModifyTime
Get last modified time for this group. yyyy/mm/dd hh24:mi:ss.SSS- Returns:
- the modifyTime
-
setModifyTime
Get last modified time for this group. yyyy/mm/dd hh24:mi:ss.SSS- Parameters:
modifyTime1
- the modifyTime to set
-
getHasComposite
if this group has a composite member, T|F- Returns:
- the hasComposite
-
setHasComposite
if this group has a composite member, T|F- Parameters:
hasComposite1
- the hasComposite to set
-
getLeftGroup
left group if composite (note, detail will never be there)- Returns:
- the leftGroup
-
setLeftGroup
left group if composite (note, detail will never be there)- Parameters:
leftGroup1
- the leftGroup to set
-
getRightGroup
left group if composite (note, detail will never be there)- Returns:
- the rightGroup
-
setRightGroup
left group if composite (note, detail will never be there)- Parameters:
rightGroup1
- the rightGroup to set
-