Class DtoTask
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoTask
- All Implemented Interfaces:
IDtoTask
Something that has to planned and can be executed by some process.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Unique Id of the task.The different parameters that this task has.inthashCode()voidUnique Id of the task.voidsetParameters(IDtoTaskParameterDeclaration[] parameters) The different parameters that this task has.Unique Id of the task.withParameters(IDtoTaskParameterDeclaration[] parameters) The different parameters that this task has.
-
Constructor Details
-
DtoTask
protected DtoTask() -
DtoTask
-
-
Method Details
-
getId
Unique Id of the task. -
setId
Unique Id of the task. -
getParameters
The different parameters that this task has. They define an interface that all ProductionJobs that require this task must provide. You can only use this interface when implementing a runModel for a process capable of executing this task.- Specified by:
getParametersin interfaceIDtoTask
-
setParameters
The different parameters that this task has. They define an interface that all ProductionJobs that require this task must provide. You can only use this interface when implementing a runModel for a process capable of executing this task.- Specified by:
setParametersin interfaceIDtoTask
-
withId
Unique Id of the task. -
withParameters
The different parameters that this task has. They define an interface that all ProductionJobs that require this task must provide. You can only use this interface when implementing a runModel for a process capable of executing this task. -
equals
-
hashCode
public int hashCode()
-