public interface FetchMemberGroupCmd
extends com.ibm.websphere.command.Command
GetType search criteria below. Currently, only member groups
with usage of General Purpose are returned. Customer segments created using the Accelerator have this usage.
{_wcf.ap=$accessProfile$}/MemberGroup[MemberGroupIdentifier[(UniqueID='$ID1$' or UniqueID='$ID2' or ...)]] {_wcf.ap=$accessProfile$}/MemberGroup[MemberGroupIdentifier[ExternalIdentifier[Name='$name$' and @ownerID='$ownerID$']]] {_wcf.ap=$accessProfile$}/MemberGroup[Usage='$usage$']] {_wcf.ap=$accessProfile$}/MemberGroup[ search(MemberGroupIdentifier/ExternalIdentifier/Name='$name$') and Usage='$usage$'] {_wcf.ap=$accessProfile$}/MemberGroup[ search(contains(MemberGroupIdentifier/ExternalIdentifier/Name, '$name$')) and Usage='$usage$'] {_wcf.ap=$accessProfile$}/MemberGroup[ search(starts-with(MemberGroupIdentifier/ExternalIdentifier/Name, '$name$')) and Usage='$usage$'] {_wcf.ap=$accessProfile$}/MemberGroup[ search(ends-with(MemberGroupIdentifier/ExternalIdentifier/Name, '$name$')) and Usage='$usage$'] {_wcf.ap=$accessProfile$}/MemberGroup[MemberGroupIdentifier[UniqueID='$memberGroupID$'] and IncludedPerson[UniqueID='$personID$']]
Returns a list of SegmentDataBean representing the
Member Groups found
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getMemberGroups()
Returns a list of
SegmentDataBean representing
the Member Groups found based on the GetType search criteria. |
ShowType |
getShow()
Returns the show verb that represents the results returned.
|
void |
setGet(GetType getVerb)
This method sets the get expression to base the fetch operation on.
|
static final java.lang.String COPYRIGHT
ShowType getShow()
java.util.List getMemberGroups()
SegmentDataBean representing
the Member Groups found based on the GetType search criteria.SegmentDataBeangetMemberGroups()void setGet(GetType getVerb)
getVerb - The get expression to execute.