Package | Description |
---|---|
org.opends.guitools.controlpanel.task |
Defines the main classes that are you used to perform the administrative
operations: start the server, modify an entry, delete a base DN, etc.
|
org.opends.guitools.controlpanel.ui |
Contains the panels and dialogs displayed in the Control Panel.
|
Modifier and Type | Method and Description |
---|---|
Task.Type |
ModifyObjectClassTask.getType()
Returns the type of the task.
|
Task.Type |
AddToGroupTask.getType()
Returns the type of the task.
|
abstract Task.Type |
Task.getType()
Returns the type of the task.
|
Task.Type |
ResetUserPasswordTask.getType()
Returns the type of the task.
|
Task.Type |
NewEntryTask.getType()
Returns the type of the task.
|
Task.Type |
StopServerTask.getType()
Returns the type of the task.
|
Task.Type |
DeleteBaseDNAndBackendTask.getType()
Returns the type of the task.
|
Task.Type |
ModifyEntryTask.getType()
Returns the type of the task.
|
Task.Type |
RestartServerTask.getType()
Returns the type of the task.
|
Task.Type |
DeleteEntryTask.getType()
Returns the type of the task.
|
Task.Type |
CancelTaskTask.getType()
Returns the type of the task.
|
Task.Type |
StartServerTask.getType()
Returns the type of the task.
|
Task.Type |
NewSchemaElementsTask.getType() |
Task.Type |
DeleteSchemaElementsTask.getType()
Returns the type of the task.
|
Task.Type |
RebuildIndexTask.getType() |
Task.Type |
DeleteIndexTask.getType() |
Task.Type |
ModifyAttributeTask.getType()
Returns the type of the task.
|
static Task.Type |
Task.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Task.Type[] |
Task.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Task.Type |
IndexPanel.ModifyIndexTask.getType()
Returns the type of the task.
|
Task.Type |
ImportLDIFPanel.ImportTask.getType()
Returns the type of the task.
|
Task.Type |
VerifyIndexPanel.VerifyIndexTask.getType()
Returns the type of the task.
|
Task.Type |
WindowsServicePanel.WindowsServiceTask.getType()
Returns the type of the task.
|
Task.Type |
NewBaseDNPanel.NewBaseDNTask.getType()
Returns the type of the task.
|
Task.Type |
JavaPropertiesPanel.JavaPropertiesTask.getType()
Returns the type of the task.
|
Task.Type |
RestorePanel.RestoreTask.getType()
Returns the type of the task.
|
Task.Type |
ExportLDIFPanel.ExportTask.getType()
Returns the type of the task.
|
Task.Type |
BackupPanel.BackupTask.getType()
Returns the type of the task.
|
Task.Type |
VLVIndexPanel.ModifyVLVIndexTask.getType() |
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.