Interface ICustomizationUsersGroups3
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomizationUsersGroups
,ICustomizationUsersGroups2
public interface ICustomizationUsersGroups3 extends ICustomizationUsersGroups2
Services for managing the collection of all CustomizationUsersGroup objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
addGroupAsGroup(java.lang.String name, java.lang.String sourceGroupName)
Adds a new CustomizationUsersGroup to the collection as a copy of an existing group.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationUsersGroups
addGroup, group, groups, groups, removeGroup
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationUsersGroups2
isNameValid
-
-
-
-
Method Detail
-
addGroupAsGroup
com4j.Com4jObject addGroupAsGroup(java.lang.String name, java.lang.String sourceGroupName)
Adds a new CustomizationUsersGroup to the collection as a copy of an existing group.
- Parameters:
name
- Mandatory java.lang.String parameter.sourceGroupName
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
-