Modifier and Type | Method and Description |
---|---|
static RMGroup |
fetchInstance(DomainConnection domainConn,
java.lang.String groupIdent,
RMPropertyFilter filter)
Retrieves a specific
RMGroup instance. |
public static RMGroup fetchInstance(DomainConnection domainConn, java.lang.String groupIdent, RMPropertyFilter filter)
RMGroup
instance.domainConn
- a DomainConnection
instance for the desired domain.
Cannot be null
.groupIdent
- a String
identifier for the desired group.
This entry cannot be null
or blank.filter
- An optional RMPropertyFilter
defining which properties
to retrieve.
Can be null
.RMGroup
instance.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.