public class MOVEitUserGroupInfo extends MOVEitObjectInfo
Client
object. An instance of
the object is populated using information returned from the MOVEit Transfer
host, and then passed on to the calling program, which can then
access the information through the available methods.Constructor and Description |
---|
MOVEitUserGroupInfo() |
Modifier and Type | Method and Description |
---|---|
int |
adminFolderAccess()
If set to 1, GroupAdmins of this group will have administrative
access to the home folders of the group member users.
|
java.lang.String |
adminFolderRelationship()
Describes the specific permissions that GroupAdmins will have on group member's home folders, if AdminFolderAccess is set to 1.
|
int |
adminTempUserAccess()
If set to 1, GroupAdmins of this group will have administrative
access to the temp users created by the group member users.
|
int |
allowAttachments()
If set to 1, and the organization is configured to allow attachments
by group only, then members of this group will be allowed to add
attachments to their secure messages.
|
int |
allowSendPackages()
If set to 1, and the organization is configured to allow sending packages by group only, then members of this group will be allowed to send packages.
|
int |
canCreateTempUsers()
DEPRECATED
If set to 1, and the organization is configured to allow creation
of temp users by group only, then members of this group will be
allowed to create temp users.
|
java.lang.String |
description()
Description of this group.
|
java.lang.String |
displayProfile()
Name of the Display Profile applied to this group, if any.
|
long |
ID()
ID of this group.
|
int |
instID()
ID of the organization this group exists in.
|
long |
maxMaxAttchSize()
DEPRECATED
Determines the maximum attachment size restriction that GroupAdmins
of this group may assign to member users.
|
long |
maxMemberAdHocQuota()
Determines the maximum Ad Hoc quota restriction that GroupAdmins of this
group may assign to member users.
|
long |
maxMemberFolderQuota()
Determines the maximum folder quota restriction that GroupAdmins of this
group may assign to member users.
|
long |
maxMemberPerPackageQuota()
Determines the maximum attachment size restriction that GroupAdmins
of this group may assign to member users.
|
long |
maxMemberQuota()
DEPRECATED
Determines the maximum folder quota restriction that GroupAdmins of this
group may assign to member users.
|
java.lang.String |
name()
Name of this group.
|
int |
orgID()
ID of the organization this group exists in.
|
int |
sendToRegisteredUsersNotInAddrBook()
If set to 1, and the organization is configured to allow sending packages to registered user not in users' address books by group only,
then members of this group will be allowed to send packages to registered users who don't exist in their address book.
|
int |
sendToUnregisteredRecip()
If set to 1, and the organization is configured to allow sending packages to unregistered recipients by group only, then members
of this group will be allowed to send packages to recipients that do not currently exist in the system.
|
int |
tempUsersInAddrBookExpansion()
If set to 1, temp users who are members of this group (Limited Members)
will be included in address book expansion member lists of this group.
|
dataInitialized
public long ID()
public java.lang.String name()
public int instID()
public int orgID()
public java.lang.String description()
public int adminFolderAccess()
public java.lang.String adminFolderRelationship()
public int adminTempUserAccess()
public int allowAttachments()
public int canCreateTempUsers()
public long maxMaxAttchSize()
public long maxMemberPerPackageQuota()
public long maxMemberQuota()
public long maxMemberFolderQuota()
public int tempUsersInAddrBookExpansion()
public java.lang.String displayProfile()
NOTE: Will only be initialized when returned from the Client.getGroupDetails method.
public int allowSendPackages()
public long maxMemberAdHocQuota()
public int sendToRegisteredUsersNotInAddrBook()
public int sendToUnregisteredRecip()