Interface ICustomizationAction3
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomizationAction
,ICustomizationAction2
- All Known Subinterfaces:
ICustomizationAction4
public interface ICustomizationAction3 extends ICustomizationAction2
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 int
actionPermissionType(java.lang.String userMask)
Returns the permission type according to the group mask.-
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
-
-
-
-
Method Detail
-
actionPermissionType
int actionPermissionType(java.lang.String userMask)
Returns the permission type according to the group mask.
Getter method for the COM property "ActionPermissionType"
- Parameters:
userMask
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type int
-
-