static CmLocalGroup |
Factory.CmLocalGroup.createInstance(Domain domain,
Id id)
Creates a new instance of the CmLocalGroup class based on the specified parameters.
|
static CmLocalGroup |
Factory.CmLocalGroup.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the CmLocalGroup class
by the specified domain and ID.
|
static CmLocalGroup |
Factory.CmLocalGroup.fetchInstance(Domain domain,
java.lang.String name,
PropertyFilter filter)
Retrieves the specified object from this CmLocalGroup object.
|
static CmLocalGroup |
Factory.CmLocalGroup.fetchInstance(Group group,
PropertyFilter filter)
Retrieves an instance of the CmLocalGroup class corresponding to
a specified Group.
|
static CmLocalGroup |
Factory.CmLocalGroup.getInstance(Domain domain,
Id id)
Constructs an instance of the CmLocalGroup class by the specified domain and ID.
|
static CmLocalGroup |
Factory.CmLocalGroup.getInstance(Domain domain,
java.lang.String name)
Constructs an instance of the CmLocalGroup class by the specified domain and name.
|
static CmLocalGroup |
Factory.CmLocalGroup.getInstance(Group group)
Constructs an instance of the CmLocalGroup class corresponding to
a specified Group.
|