public interface ICustomizationUser
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
address()
A text field that can be used to record user information as appropriate for the project.
|
void |
address(String pVal)
A text field that can be used to record user information as appropriate for the project.
|
void |
addToGroup(Object group)
Adds this user to the specified user group.
|
boolean |
deleted()
If true, this user is marked for deletion, but the deletion is not yet committed.
|
void |
deleted(boolean pVal)
If true, this user is marked for deletion, but the deletion is not yet committed.
|
String |
domainAuthentication()
The user credentials for LDAP authentication.
|
void |
domainAuthentication(String pVal)
The user credentials for LDAP authentication.
|
String |
email()
The user's e-mail address.
|
void |
email(String pVal)
The user's e-mail address.
|
String |
fullName()
The user's full name.
|
void |
fullName(String pVal)
The user's full name.
|
IList |
groupsList()
The names of all the user groups to which this user belongs.
|
Object |
groupsList(int index) |
boolean |
in_Group(Object groupName)
Deprecated.
|
void |
in_Group(Object groupName,
boolean pVal)
Deprecated.
|
boolean |
inGroup(Object groupName)
Indicates if this user is a member of the specified group.
|
void |
inGroup(Object groupName,
boolean pVal)
Indicates if this user is a member of the specified group.
|
String |
name()
A unique name by which to identify this user.
|
void |
password(String rhs)
Sets the user's password.
|
String |
phone()
The user's telephone number.
|
void |
phone(String pVal)
The user's telephone number.
|
void |
removeFromGroup(Object group)
Removes this user from the specified user group.
|
boolean |
updated()
Indicates if the user's data was updated since the last synchronization with the server.
|
void |
updated(boolean pVal)
Indicates if the user's data was updated since the last synchronization with the server.
|
String address()
A text field that can be used to record user information as appropriate for the project.
Getter method for the COM property "Address"
void address(String pVal)
A text field that can be used to record user information as appropriate for the project.
Setter method for the COM property "Address"
pVal
- Mandatory java.lang.String parameter.String email()
The user's e-mail address.
Getter method for the COM property "Email"
void email(String pVal)
The user's e-mail address.
Setter method for the COM property "Email"
pVal
- Mandatory java.lang.String parameter.String fullName()
The user's full name.
Getter method for the COM property "FullName"
void fullName(String pVal)
The user's full name.
Setter method for the COM property "FullName"
pVal
- Mandatory java.lang.String parameter.String phone()
The user's telephone number.
Getter method for the COM property "Phone"
void phone(String pVal)
The user's telephone number.
Setter method for the COM property "Phone"
pVal
- Mandatory java.lang.String parameter.String name()
A unique name by which to identify this user.
Getter method for the COM property "Name"
boolean updated()
Indicates if the user's data was updated since the last synchronization with the server.
Getter method for the COM property "Updated"
void updated(boolean pVal)
Indicates if the user's data was updated since the last synchronization with the server.
Setter method for the COM property "Updated"
pVal
- Mandatory boolean parameter.void removeFromGroup(Object group)
Removes this user from the specified user group.
group
- Mandatory java.lang.Object parameter.void addToGroup(Object group)
Adds this user to the specified user group.
group
- Mandatory java.lang.Object parameter.boolean in_Group(Object groupName)
Deprecated. User InGroup, which uses better error handling.
Getter method for the COM property "In_Group"
groupName
- Mandatory java.lang.Object parameter.void in_Group(Object groupName, boolean pVal)
Deprecated. User InGroup, which uses better error handling.
Setter method for the COM property "In_Group"
groupName
- Mandatory java.lang.Object parameter.pVal
- Mandatory boolean parameter.boolean deleted()
If true, this user is marked for deletion, but the deletion is not yet committed.
Getter method for the COM property "Deleted"
void deleted(boolean pVal)
If true, this user is marked for deletion, but the deletion is not yet committed.
Setter method for the COM property "Deleted"
pVal
- Mandatory boolean parameter.IList groupsList()
The names of all the user groups to which this user belongs.
Object groupsList(int index)
void password(String rhs)
Sets the user's password.
Setter method for the COM property "Password"
rhs
- Mandatory java.lang.String parameter.boolean inGroup(Object groupName)
Indicates if this user is a member of the specified group.
Getter method for the COM property "InGroup"
groupName
- Mandatory java.lang.Object parameter.void inGroup(Object groupName, boolean pVal)
Indicates if this user is a member of the specified group.
Setter method for the COM property "InGroup"
groupName
- Mandatory java.lang.Object parameter.pVal
- Mandatory boolean parameter.String domainAuthentication()
The user credentials for LDAP authentication.
Getter method for the COM property "DomainAuthentication"
void domainAuthentication(String pVal)
The user credentials for LDAP authentication.
Setter method for the COM property "DomainAuthentication"
pVal
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.