Uses of Class
org.gcube.data.publishing.gCatFeeder.service.model.ExecutionStatus
-
Packages that use ExecutionStatus Package Description org.gcube.data.publishing.gCatFeeder.service.model -
-
Uses of ExecutionStatus in org.gcube.data.publishing.gCatFeeder.service.model
Methods in org.gcube.data.publishing.gCatFeeder.service.model that return ExecutionStatus Modifier and Type Method Description ExecutionStatusExecutionDescriptor. getStatus()static ExecutionStatusExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionStatus[]ExecutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.data.publishing.gCatFeeder.service.model with parameters of type ExecutionStatus Modifier and Type Method Description voidExecutionDescriptor. setStatus(ExecutionStatus status)
-