Uses of Record Class
org.opends.server.tools.tasks.TaskScheduleInformation.TaskImplementation
Packages that use TaskScheduleInformation.TaskImplementation
Package
Description
Contains various Directory Server tool implementations.
This package contains classes that support client tool interaction with the tasks backend.
-
Uses of TaskScheduleInformation.TaskImplementation in org.opends.server.tools
Methods in org.opends.server.tools that return TaskScheduleInformation.TaskImplementationModifier and TypeMethodDescriptionExportLdif.getTaskImplementation()
ImportLdif.getTaskImplementation()
RebuildIndex.getTaskImplementation()
-
Uses of TaskScheduleInformation.TaskImplementation in org.opends.server.tools.tasks
Methods in org.opends.server.tools.tasks that return TaskScheduleInformation.TaskImplementationModifier and TypeMethodDescriptionTaskToolHelper.TaskCommand.getTaskImplementation()
Returns the task implementation.TaskScheduleInformation.taskImplementation()
Returns the value of thetaskImplementation
record component.Constructors in org.opends.server.tools.tasks with parameters of type TaskScheduleInformation.TaskImplementationModifierConstructorDescriptionTaskScheduleInformation
(TaskScheduleInformation.TaskImplementation taskImplementation, TaskScheduleInformation.TaskScheduleUserData taskScheduleUserData) Creates an instance of aTaskScheduleInformation
record class.