Uses of Record Class
org.opends.server.tools.tasks.TaskScheduleInformation.TaskScheduleUserData
Packages that use TaskScheduleInformation.TaskScheduleUserData
Package
Description
This package contains classes that support client tool interaction with the tasks backend.
-
Uses of TaskScheduleInformation.TaskScheduleUserData in org.opends.server.tools.tasks
Methods in org.opends.server.tools.tasks that return TaskScheduleInformation.TaskScheduleUserDataModifier and TypeMethodDescriptionTaskScheduleArgs.getTaskScheduleUserData()Returns the task schedule user data extracted out of the CLI arguments.TaskScheduleInformation.taskScheduleUserData()Returns the value of thetaskScheduleUserDatarecord component.Constructors in org.opends.server.tools.tasks with parameters of type TaskScheduleInformation.TaskScheduleUserDataModifierConstructorDescriptionTaskScheduleInformation(TaskScheduleInformation.TaskImplementation taskImplementation, TaskScheduleInformation.TaskScheduleUserData taskScheduleUserData) Creates an instance of aTaskScheduleInformationrecord class.