Interface ICustomizationAction4
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomizationAction
,ICustomizationAction2
,ICustomizationAction3
public interface ICustomizationAction4 extends ICustomizationAction3
Represents a type of user action. Actions are listed in the AC_ACTION_NAME field of the Actions table.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addGroupAsOwnerOnly(java.lang.Object group)
Adds a user group to the list of user groups for which the current action is allowed.IList
ownerOnlyGroups()
A list of the user groups for which the current action is allowed in Owner Only mode.java.lang.Object
ownerOnlyGroups(int index)
-
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.ICustomizationAction
addGroup, auditAction, auditAction, groups, groups, isGroupPermited, isOwnerGroup, isUserPermited, name, ownerGroup, ownerGroup, removeGroup, updated, updated
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationAction2
isTemplate
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationAction3
actionPermissionType
-
-
-
-
Method Detail
-
ownerOnlyGroups
IList ownerOnlyGroups()
A list of the user groups for which the current action is allowed in Owner Only mode.
Getter method for the COM property "OwnerOnlyGroups"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
ownerOnlyGroups
java.lang.Object ownerOnlyGroups(int index)
-
addGroupAsOwnerOnly
void addGroupAsOwnerOnly(java.lang.Object group)
Adds a user group to the list of user groups for which the current action is allowed.
- Parameters:
group
- Mandatory java.lang.Object parameter.
-
-