Uses of Enum
co.yellowdog.platform.model.WorkRequirementStatus
Packages that use WorkRequirementStatus
Package
Description
Provides the classes needed to interact with the YellowDog Scheduler service.
Defines types used in the request/response interactions with the YellowDog Scheduler Service.
Provides the types that define the YellowDog Platform data model.
-
Uses of WorkRequirementStatus in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler with parameters of type WorkRequirementStatusModifier and TypeMethodDescriptionWorkRequirementHelper.whenRequirementStatusIs(@NonNull WorkRequirementStatus status) -
Uses of WorkRequirementStatus in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler that return WorkRequirementStatusModifier and TypeMethodDescriptionWorkRequirementSummary.getStatus()The status of the work requirement.Methods in co.yellowdog.platform.interaction.scheduler that return types with arguments of type WorkRequirementStatusModifier and TypeMethodDescriptionWorkRequirementDashboardSummary.getStatusCounts()WorkRequirementSearch.getStatuses()Methods in co.yellowdog.platform.interaction.scheduler with parameters of type WorkRequirementStatusModifier and TypeMethodDescriptionvoidWorkRequirementSummary.setStatus(WorkRequirementStatus status) The status of the work requirement.WorkRequirementSummary.Builder.status(WorkRequirementStatus status) The status of the work requirement.Method parameters in co.yellowdog.platform.interaction.scheduler with type arguments of type WorkRequirementStatusModifier and TypeMethodDescriptionvoidWorkRequirementSearch.setStatuses(List<WorkRequirementStatus> statuses) WorkRequirementSearch.Builder.statuses(List<WorkRequirementStatus> statuses) Constructor parameters in co.yellowdog.platform.interaction.scheduler with type arguments of type WorkRequirementStatusModifierConstructorDescriptionWorkRequirementDashboardSummary(Map<WorkRequirementStatus, Integer> statusCounts, boolean errors) -
Uses of WorkRequirementStatus in co.yellowdog.platform.model
Subclasses with type arguments of type WorkRequirementStatus in co.yellowdog.platform.modelModifier and TypeClassDescriptionenumDescribes the status of a work requirement.Methods in co.yellowdog.platform.model that return WorkRequirementStatusModifier and TypeMethodDescriptionWorkRequirement.getStatus()The status of the work requirement.static WorkRequirementStatusReturns the enum constant of this type with the specified name.static WorkRequirementStatus[]WorkRequirementStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type WorkRequirementStatusModifier and TypeMethodDescriptionvoidWorkRequirement.setStatus(WorkRequirementStatus status) The status of the work requirement.