public interface ICustomizationPermissions
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
boolean |
auditAddItem(String entityName)
For HP use.
|
void |
auditAddItem(String entityName,
boolean pVal)
For HP use.
|
boolean |
auditRemoveItem(String entityName)
For HP use.
|
void |
auditRemoveItem(String entityName,
boolean pVal)
For HP use.
|
boolean |
canAddItem(String entityName,
Object group)
Indicates if members of the specified group can add the specified type of entity.
|
void |
canAddItem(String entityName,
Object group,
boolean pVal)
Indicates if members of the specified group can add the specified type of entity.
|
int |
canAllowAttachment(String entityName,
Object group)
Indicates if members owners of the specified group can handle the specified type of entity attachments.
|
void |
canAllowAttachment(String entityName,
Object group,
int pVal)
Indicates if members owners of the specified group can handle the specified type of entity attachments.
|
int |
canModifyField(String entityName,
Object field,
Object group)
Indicates if members or owners of the specified group can modify the specified field.
|
void |
canModifyField(String entityName,
Object field,
Object group,
int pVal)
Indicates if members or owners of the specified group can modify the specified field.
|
boolean |
canModifyItem(String entityName,
Object group)
Indicates if members of the specified group can modify the specified entity.
|
void |
canModifyItem(String entityName,
Object group,
boolean pVal)
Indicates if members of the specified group can modify the specified entity.
|
int |
canRemoveItem(String entityName,
Object group)
Indicates if members or owners of the specified group can remove the specified type of entity.
|
void |
canRemoveItem(String entityName,
Object group,
int pVal)
Indicates if members or owners of the specified group can remove the specified type of entity.
|
boolean |
canUseOwnerSensible(String entityName)
Checks if the fields of the specified entity can be restricted for owner modifications only.
|
boolean |
hasAttachmentField(String entityName)
Checks if the entity specified by the EntityName parameter can have attachments.
|
boolean |
isVisibleInNewBug(String entityName,
Object field,
Object group)
Indicates if the specified Bug field is visible for the specified group in a new defect form.
|
void |
isVisibleInNewBug(String entityName,
Object field,
Object group,
boolean pVal)
Indicates if the specified Bug field is visible for the specified group in a new defect form.
|
com4j.Com4jObject |
transitionRules(String entityName,
Object field,
Object group)
The transition rules for the specified field and group.
|
boolean canAddItem(String entityName, Object group)
Indicates if members of the specified group can add the specified type of entity.
Getter method for the COM property "CanAddItem"
entityName
- Mandatory java.lang.String parameter.group
- Mandatory java.lang.Object parameter.void canAddItem(String entityName, Object group, boolean pVal)
Indicates if members of the specified group can add the specified type of entity.
Setter method for the COM property "CanAddItem"
entityName
- Mandatory java.lang.String parameter.group
- Mandatory java.lang.Object parameter.pVal
- Mandatory boolean parameter.int canRemoveItem(String entityName, Object group)
Indicates if members or owners of the specified group can remove the specified type of entity.
Getter method for the COM property "CanRemoveItem"
entityName
- Mandatory java.lang.String parameter.group
- Mandatory java.lang.Object parameter.void canRemoveItem(String entityName, Object group, int pVal)
Indicates if members or owners of the specified group can remove the specified type of entity.
Setter method for the COM property "CanRemoveItem"
entityName
- Mandatory java.lang.String parameter.group
- Mandatory java.lang.Object parameter.pVal
- Mandatory int parameter.int canModifyField(String entityName, Object field, Object group)
Indicates if members or owners of the specified group can modify the specified field.
Getter method for the COM property "CanModifyField"
entityName
- Mandatory java.lang.String parameter.field
- Mandatory java.lang.Object parameter.group
- Mandatory java.lang.Object parameter.void canModifyField(String entityName, Object field, Object group, int pVal)
Indicates if members or owners of the specified group can modify the specified field.
Setter method for the COM property "CanModifyField"
entityName
- Mandatory java.lang.String parameter.field
- Mandatory java.lang.Object parameter.group
- Mandatory java.lang.Object parameter.pVal
- Mandatory int parameter.com4j.Com4jObject transitionRules(String entityName, Object field, Object group)
The transition rules for the specified field and group.
Getter method for the COM property "TransitionRules"
entityName
- Mandatory java.lang.String parameter.field
- Mandatory java.lang.Object parameter.group
- Mandatory java.lang.Object parameter.int canAllowAttachment(String entityName, Object group)
Indicates if members owners of the specified group can handle the specified type of entity attachments.
Getter method for the COM property "CanAllowAttachment"
entityName
- Mandatory java.lang.String parameter.group
- Mandatory java.lang.Object parameter.void canAllowAttachment(String entityName, Object group, int pVal)
Indicates if members owners of the specified group can handle the specified type of entity attachments.
Setter method for the COM property "CanAllowAttachment"
entityName
- Mandatory java.lang.String parameter.group
- Mandatory java.lang.Object parameter.pVal
- Mandatory int parameter.boolean canUseOwnerSensible(String entityName)
Checks if the fields of the specified entity can be restricted for owner modifications only.
Getter method for the COM property "CanUseOwnerSensible"
entityName
- Mandatory java.lang.String parameter.boolean hasAttachmentField(String entityName)
Checks if the entity specified by the EntityName parameter can have attachments.
Getter method for the COM property "HasAttachmentField"
entityName
- Mandatory java.lang.String parameter.void isVisibleInNewBug(String entityName, Object field, Object group, boolean pVal)
Indicates if the specified Bug field is visible for the specified group in a new defect form.
Setter method for the COM property "IsVisibleInNewBug"
entityName
- Mandatory java.lang.String parameter.field
- Mandatory java.lang.Object parameter.group
- Mandatory java.lang.Object parameter.pVal
- Mandatory boolean parameter.boolean isVisibleInNewBug(String entityName, Object field, Object group)
Indicates if the specified Bug field is visible for the specified group in a new defect form.
Getter method for the COM property "IsVisibleInNewBug"
entityName
- Mandatory java.lang.String parameter.field
- Mandatory java.lang.Object parameter.group
- Mandatory java.lang.Object parameter.void canModifyItem(String entityName, Object group, boolean pVal)
Indicates if members of the specified group can modify the specified entity.
Setter method for the COM property "CanModifyItem"
entityName
- Mandatory java.lang.String parameter.group
- Mandatory java.lang.Object parameter.pVal
- Mandatory boolean parameter.boolean canModifyItem(String entityName, Object group)
Indicates if members of the specified group can modify the specified entity.
Getter method for the COM property "CanModifyItem"
entityName
- Mandatory java.lang.String parameter.group
- Mandatory java.lang.Object parameter.boolean auditAddItem(String entityName)
For HP use. property AuditAddItem
Getter method for the COM property "AuditAddItem"
entityName
- Mandatory java.lang.String parameter.void auditAddItem(String entityName, boolean pVal)
For HP use. property AuditAddItem
Setter method for the COM property "AuditAddItem"
entityName
- Mandatory java.lang.String parameter.pVal
- Mandatory boolean parameter.boolean auditRemoveItem(String entityName)
For HP use. property AuditRemoveItem
Getter method for the COM property "AuditRemoveItem"
entityName
- Mandatory java.lang.String parameter.void auditRemoveItem(String entityName, boolean pVal)
For HP use. property AuditRemoveItem
Setter method for the COM property "AuditRemoveItem"
entityName
- Mandatory java.lang.String parameter.pVal
- Mandatory boolean parameter.Copyright © 2020. All rights reserved.