public interface ICustomizationAction
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
void |
addGroup(Object group)
Adds a user group to the list of user groups for which the current action is allowed.
|
boolean |
auditAction()
For HP use.
|
void |
auditAction(boolean pVal)
For HP use.
|
IList |
groups()
A list of the user groups for which the current action is allowed.
|
Object |
groups(int index) |
boolean |
isGroupPermited(Object group)
Checks if the group specified by the Group parameter has permission to perform the current action.
|
boolean |
isOwnerGroup(Object group)
Checks if the user group specified by the Group parameter is the owner of the current action.
|
boolean |
isUserPermited(Object user)
Checks if the user specified by the User parameter is permitted to perform the current action.
|
String |
name()
The name of the action.
|
com4j.Com4jObject |
ownerGroup()
The user group that owns the action.
|
void |
ownerGroup(com4j.Com4jObject pVal)
The user group that owns the action.
|
void |
removeGroup(Object group)
Removes the specified user group from the list of groups for which the current action is allowed.
|
boolean |
updated()
Indicates if the object has been modified since last synchronized with server.
|
void |
updated(boolean pVal)
Indicates if the object has been modified since last synchronized with server.
|
String name()
The name of the action.
Getter method for the COM property "Name"
IList groups()
A list of the user groups for which the current action is allowed.
Getter method for the COM property "Groups"
Object groups(int index)
void addGroup(Object group)
Adds a user group to the list of user groups for which the current action is allowed.
group
- Mandatory java.lang.Object parameter.void removeGroup(Object group)
Removes the specified user group from the list of groups for which the current action is allowed.
group
- Mandatory java.lang.Object parameter.com4j.Com4jObject ownerGroup()
The user group that owns the action.
Getter method for the COM property "OwnerGroup"
void ownerGroup(com4j.Com4jObject pVal)
The user group that owns the action.
Setter method for the COM property "OwnerGroup"
pVal
- Mandatory com4j.Com4jObject parameter.boolean updated()
Indicates if the object has been modified since last synchronized with server.
Getter method for the COM property "Updated"
void updated(boolean pVal)
Indicates if the object has been modified since last synchronized with server.
Setter method for the COM property "Updated"
pVal
- Mandatory boolean parameter.boolean isGroupPermited(Object group)
Checks if the group specified by the Group parameter has permission to perform the current action.
Getter method for the COM property "IsGroupPermited"
group
- Mandatory java.lang.Object parameter.boolean isOwnerGroup(Object group)
Checks if the user group specified by the Group parameter is the owner of the current action.
Getter method for the COM property "IsOwnerGroup"
group
- Mandatory java.lang.Object parameter.boolean isUserPermited(Object user)
Checks if the user specified by the User parameter is permitted to perform the current action.
Getter method for the COM property "IsUserPermited"
user
- Mandatory java.lang.Object parameter.boolean auditAction()
For HP use. Get/Set audit event
Getter method for the COM property "AuditAction"
void auditAction(boolean pVal)
For HP use. Get/Set audit event
Setter method for the COM property "AuditAction"
pVal
- Mandatory boolean parameter.Copyright © 2020. All rights reserved.