| Package | Description |
|---|---|
| com.geotab.api | |
| com.geotab.model.entity.device | |
| com.geotab.model.entity.group | |
| com.geotab.model.entity.user |
| Modifier and Type | Field and Description |
|---|---|
static Api.EntityDescriptor<Group,GroupSearch> |
DataStore.GroupEntity |
| Modifier and Type | Field and Description |
|---|---|
protected List<Group> |
GoDevice.autoGroups
Gets or sets the messaging status
Group(s). |
protected List<Group> |
Device.groups
The list of
Group(s) the device belongs to. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompanyGroup
This is a system
Group with an Id of GroupCompanyId and is the root group of the organization structure. |
class |
Defect
Represents a Defect entity.
|
class |
DefectsGroup
This is a
Defect with an Id of GroupDefectsId. |
class |
DriveUserSecurityGroup
This is a
SystemSecurityClearance with an Id of GroupDriveUserSecurityId. |
class |
EverythingSecurityGroup
This is a
SystemSecurityClearance with an Id of GroupEverythingSecurityId. |
class |
NothingSecurityGroup
This is a
SystemSecurityClearance with an Id of GroupNothingSecurityId. |
class |
PrivateUserGroup
This is a
Group with an Id of GroupPrivateUserId. |
class |
RootGroup |
class |
SecurityClearance
Represents a
Group with SecurityFilter that are used to determine security access to different parts
of the application. |
class |
SecurityGroup
This is a
SystemSecurityClearance. |
class |
SupervisorSecurityGroup
This is a
SystemSecurityClearance with an Id of GroupSupervisorSecurityId. |
class |
SystemGroupBase
The base class for all groups that are a system group.
|
class |
SystemSecurityClearance
The base class for
SecurityClearance(s) that are system entities. |
class |
UserSecurityGroup
This is a
SystemSecurityClearance with an Id of GroupUserSecurityId. |
class |
ViewOnlySecurityGroup
This is a
SystemSecurityClearance with an Id of GroupViewOnlySecurityId. |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
DefectsGroup.getChildren() |
| Modifier and Type | Field and Description |
|---|---|
protected List<Group> |
User.companyGroups
List of organization
Group(s) that the user belongs to. |
protected List<Group> |
User.privateUserGroups
The private
Group(s) that the user belongs to. |
protected List<Group> |
User.reportGroups
The report
Group(s) for reporting that this user belongs to. |
protected List<Group> |
User.securityGroups
The security
Group(s) this user belongs to; which define the user's access. |
Copyright © 2023. All rights reserved.