Schnittstelle PeripheralJobService
- Alle Superschnittstellen:
TCSObjectService
- Alle bekannten Unterschnittstellen:
InternalPeripheralJobService
Provides methods concerning
PeripheralJob
s.-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCreates a peripheral job.Von Schnittstelle geerbte Methoden org.opentcs.components.kernel.services.TCSObjectService
appendObjectHistoryEntry, fetchObject, fetchObject, fetchObjects, fetchObjects, updateObjectProperty
-
Methodendetails
-
createPeripheralJob
PeripheralJob createPeripheralJob(PeripheralJobCreationTO to) throws ObjectUnknownException, ObjectExistsException, KernelRuntimeException Creates a peripheral job. A new peripheral job is created with a generated unique ID and all other attributes taken from the given transfer object. A copy of the newly created transport order is then returned.- Parameter:
to
- Describes the peripheral job to be created.- Gibt zurück:
- A copy of the newly created peripheral job.
- Löst aus:
ObjectUnknownException
- If any referenced object does not exist.ObjectExistsException
- If an object with the same name already exists in the model.KernelRuntimeException
- In case there is an exception executing this method.
-