Uses of Enum Class
br.com.davinti.vitruvio.spi.schedule.JobState
Packages that use JobState
Package
Description
-
Uses of JobState in br.com.davinti.vitruvio.domain.dao
Fields in br.com.davinti.vitruvio.domain.dao declared as JobStateMethods in br.com.davinti.vitruvio.domain.dao that return JobStateMethods in br.com.davinti.vitruvio.domain.dao with parameters of type JobState -
Uses of JobState in br.com.davinti.vitruvio.domain.filter
Methods in br.com.davinti.vitruvio.domain.filter that return JobStateMethods in br.com.davinti.vitruvio.domain.filter with parameters of type JobState -
Uses of JobState in br.com.davinti.vitruvio.spi.impl.schedule
Methods in br.com.davinti.vitruvio.spi.impl.schedule that return JobState -
Uses of JobState in br.com.davinti.vitruvio.spi.integracao.manifest
Fields in br.com.davinti.vitruvio.spi.integracao.manifest declared as JobState -
Uses of JobState in br.com.davinti.vitruvio.spi.schedule
Methods in br.com.davinti.vitruvio.spi.schedule that return JobStateModifier and TypeMethodDescriptionstatic JobStateJobState.fromFrameworkStateValue(String value) ScheduleService.getJobState(String jobId) Obtem o estado de execucao de uma jobTriggerSnapshotStatus.getState()static JobStateReturns the enum constant of this class with the specified name.static JobState[]JobState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in br.com.davinti.vitruvio.spi.schedule with parameters of type JobStateModifierConstructorDescriptionTriggerSnapshotStatus(JobState state, Date lastFire, Date nextFire) -
Uses of JobState in br.com.davinti.vitruvio.ui.processo.schedule
Methods in br.com.davinti.vitruvio.ui.processo.schedule with parameters of type JobState