Class DtoJobGraph
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoJobGraph
- All Implemented Interfaces:
IDtoJobGraph
Related jobs for one or more products.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe dependencies among these jobs (productionJobs and/or fixedJobs) to be observed.getJobs()Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possibleThe jobSequences inside these jobs to be observed.inthashCode()voidsetDependencies(IDtoJobDependency[] dependencies) The dependencies among these jobs (productionJobs and/or fixedJobs) to be observed.voidsetJobs(IDtoAbstractJob[] jobs) Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possiblevoidsetSequences(IDtoJobSequence[] sequences) The jobSequences inside these jobs to be observed.withDependencies(IDtoJobDependency[] dependencies) The dependencies among these jobs (productionJobs and/or fixedJobs) to be observed.withJobs(IDtoAbstractJob[] jobs) Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possiblewithSequences(IDtoJobSequence[] sequences) The jobSequences inside these jobs to be observed.
-
Constructor Details
-
DtoJobGraph
protected DtoJobGraph() -
DtoJobGraph
-
-
Method Details
-
getJobs
Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possible- Specified by:
getJobsin interfaceIDtoJobGraph
-
setJobs
Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possible- Specified by:
setJobsin interfaceIDtoJobGraph
-
getDependencies
The dependencies among these jobs (productionJobs and/or fixedJobs) to be observed.- Specified by:
getDependenciesin interfaceIDtoJobGraph
-
setDependencies
The dependencies among these jobs (productionJobs and/or fixedJobs) to be observed.- Specified by:
setDependenciesin interfaceIDtoJobGraph
-
getSequences
The jobSequences inside these jobs to be observed.- Specified by:
getSequencesin interfaceIDtoJobGraph
-
setSequences
The jobSequences inside these jobs to be observed.- Specified by:
setSequencesin interfaceIDtoJobGraph
-
withJobs
Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possible -
withDependencies
The dependencies among these jobs (productionJobs and/or fixedJobs) to be observed. -
withSequences
The jobSequences inside these jobs to be observed. -
equals
-
hashCode
public int hashCode()
-