Uses of Class
dev.getelements.elements.sdk.model.mission.Step
Packages that use Step
Package
Description
-
Uses of Step in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return StepModifier and TypeMethodDescriptionMethods in dev.getelements.elements.dao.mongo.mapper that return types with arguments of type StepModifier and TypeMethodDescriptionMongoDBMapperImpl.mongoStepListToStepList
(List<MongoStep> list) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type StepModifier and TypeMethodDescriptionMongoDBMapper.toMongoStep
(Step source) MongoDBMapperImpl.toMongoStep
(Step source) Method parameters in dev.getelements.elements.dao.mongo.mapper with type arguments of type Step -
Uses of Step in dev.getelements.elements.dao.mongo.mission
Methods in dev.getelements.elements.dao.mongo.mission with parameters of type Step -
Uses of Step in dev.getelements.elements.dao.mongo.test
Methods in dev.getelements.elements.dao.mongo.test that return StepModifier and TypeMethodDescriptionMissionTestFactory.buildTestStep
(String displayName, String description, int count, Item item) -
Uses of Step in dev.getelements.elements.sdk.model.advancement
Methods in dev.getelements.elements.sdk.model.advancement that return StepMethods in dev.getelements.elements.sdk.model.advancement that return types with arguments of type StepModifier and TypeMethodDescriptionAdvancement.getCompletedSteps()
Any steps that were completed as part of thisAdvancement
.Methods in dev.getelements.elements.sdk.model.advancement with parameters of type StepMethod parameters in dev.getelements.elements.sdk.model.advancement with type arguments of type Step -
Uses of Step in dev.getelements.elements.sdk.model.mission
Methods in dev.getelements.elements.sdk.model.mission that return StepModifier and TypeMethodDescriptionProgress.getCurrentStep()
Mission.getFinalRepeatStep()
ProgressMissionInfo.getFinalRepeatStep()
Methods in dev.getelements.elements.sdk.model.mission that return types with arguments of type StepMethods in dev.getelements.elements.sdk.model.mission with parameters of type StepModifier and TypeMethodDescriptionint
Mission.getStepIndex
(Step step) Returns the index for the given step, or -1 if not found.int
ProgressMissionInfo.getStepSequence
(Step step) Returns the index for the given step, or -1 if not found.void
Progress.setCurrentStep
(Step currentStep) void
Mission.setFinalRepeatStep
(Step finalRepeatStep) void
ProgressMissionInfo.setFinalRepeatStep
(Step finalRepeatStep) Method parameters in dev.getelements.elements.sdk.model.mission with type arguments of type Step