Uses of Class
dev.getelements.elements.sdk.model.mission.Progress
Packages that use Progress
Package
Description
-
Uses of Progress in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return ProgressModifier and TypeMethodDescriptionMongoDBMapper.toProgress
(MongoProgress source) Deprecated.MongoDBMapperImpl.toProgress
(MongoProgress source) Deprecated.Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type ProgressModifier and TypeMethodDescriptionMongoDBMapper.toMongoProgress
(Progress source) Deprecated.MongoDBMapperImpl.toMongoProgress
(Progress source) Deprecated. -
Uses of Progress in dev.getelements.elements.dao.mongo.mission
Methods in dev.getelements.elements.dao.mongo.mission that return ProgressModifier and TypeMethodDescriptionMongoProgressDao.advanceProgress
(Progress progress, int actionsPerformed) MongoProgressDao.createOrGetExistingProgress
(Progress progress) MongoProgressDao.updateProgress
(Progress progress) Methods in dev.getelements.elements.dao.mongo.mission that return types with arguments of type ProgressModifier and TypeMethodDescriptionMongoScheduleProgressDao.assignProgressesForMissionsIn
(String scheduleNameOrId, String profileId, Collection<ScheduleEvent> events) MongoProgressDao.findProgress
(String identifier) MongoProgressDao.findProgressForProfileAndMission
(Profile profile, String missionNameOrId) MongoProgressDao.getProgresses
(int offset, int count, List<String> tags) MongoProgressDao.getProgresses
(int offset, int count, List<String> tags, String search) MongoProgressDao.getProgresses
(Profile profile, int offset, int count, List<String> tags) MongoProgressDao.getProgresses
(Profile profile, int offset, int count, List<String> tags, String search) MongoScheduleProgressDao.getProgresses
(String profileId, String scheduleNameOrId, int offset, int count) MongoScheduleProgressDao.unassignProgressesForMissionsNotIn
(String scheduleNameOrId, String profileId, Collection<ScheduleEvent> events) Methods in dev.getelements.elements.dao.mongo.mission with parameters of type ProgressModifier and TypeMethodDescriptionMongoProgressDao.advanceProgress
(Progress progress, int actionsPerformed) MongoProgressDao.createOrGetExistingProgress
(Progress progress) MongoProgressDao.generateMissionProgressMetadata
(Progress progress, Step step) MongoProgressDao.updateProgress
(Progress progress) -
Uses of Progress in dev.getelements.elements.rest.mission
Methods in dev.getelements.elements.rest.mission that return ProgressModifier and TypeMethodDescriptionProgressResource.createProgress
(Progress progressToBeCreated) ProgressResource.getProgressByNameOrId
(String progressId) ProgressResource.updateProgress
(Progress updatedProgress, String progressId) Methods in dev.getelements.elements.rest.mission that return types with arguments of type ProgressModifier and TypeMethodDescriptionProgressResource.getProgress
(int offset, int count, List<String> tags, String search) ScheduleProgressResource.getScheduleProgresses
(String scheduleNameOrId, int offset, int count, List<String> tags) Methods in dev.getelements.elements.rest.mission with parameters of type ProgressModifier and TypeMethodDescriptionProgressResource.createProgress
(Progress progressToBeCreated) ProgressResource.updateProgress
(Progress updatedProgress, String progressId) -
Uses of Progress in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return ProgressModifier and TypeMethodDescriptionProgressDao.advanceProgress
(Progress progress, int actionsPerformed) AdvancesProgress
by the specified number of actions.ProgressDao.createOrGetExistingProgress
(Progress progress) Creates a progress.default Progress
ProgressDao.getProgress
(String progressId) Gets the progress with the id, or throws aNotFoundException
if the progress can't be found.default Progress
ProgressDao.getProgressForProfileAndMission
(Profile profile, String missionNameOrId) ProgressDao.updateProgress
(Progress progress) Updates the progress, or throws aNotFoundException
if the progress can't be found.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type ProgressModifier and TypeMethodDescriptionScheduleProgressDao.assignProgressesForMissionsIn
(String scheduleNameOrId, String profileId, Collection<ScheduleEvent> events) ProgressDao.findProgress
(String progressId) Gets the progress with the id, or throws aNotFoundException
if the progress can't be found.ProgressDao.findProgressForProfileAndMission
(Profile profile, String missionNameOrId) ProgressDao.getProgresses
(int offset, int count, List<String> tags) Gets progresses specifying the offset and the count.ProgressDao.getProgresses
(int offset, int count, List<String> tags, String search) Gets progresses specifying the offset and the count, specifying a search filter.ProgressDao.getProgresses
(Profile profile, int offset, int count, List<String> tags) Gets progresses specifying the user, offset and the count.ProgressDao.getProgresses
(Profile profile, int offset, int count, List<String> tags, String search) Gets progresses specifying the user, offset and the count, specifying a search filter.ScheduleProgressDao.getProgresses
(String profileId, String scheduleNameOrId, int offset, int count) Gets allProgress
instances with the supplied profile, schedule, and offet, countScheduleProgressDao.unassignProgressesForMissionsNotIn
(String scheduleNameOrId, String profileId, Collection<ScheduleEvent> events) Methods in dev.getelements.elements.sdk.dao with parameters of type ProgressModifier and TypeMethodDescriptionProgressDao.advanceProgress
(Progress progress, int actionsPerformed) AdvancesProgress
by the specified number of actions.ProgressDao.createOrGetExistingProgress
(Progress progress) Creates a progress.ProgressDao.updateProgress
(Progress progress) Updates the progress, or throws aNotFoundException
if the progress can't be found. -
Uses of Progress in dev.getelements.elements.sdk.model.mission
Methods in dev.getelements.elements.sdk.model.mission with parameters of type ProgressModifier and TypeMethodDescriptionstatic String
Step.buildIdentifyingRewardIssuanceTag
(Progress progress, int sequence) Step.buildRewardIssuanceTags
(Progress progress, int sequence) -
Uses of Progress in dev.getelements.elements.sdk.service.advancement
Methods in dev.getelements.elements.sdk.service.advancement that return ProgressModifier and TypeMethodDescriptionAdvancementService.advanceProgress
(Profile profile, String missionNameOrId, int amount) AdvancesProgress
by decrementing the value specified by the amount, and returning the prizes rewarded in the form of anAdvancement
object.AdvancementService.startMission
(Profile profile, String missionNameOrId) -
Uses of Progress in dev.getelements.elements.sdk.service.mission
Methods in dev.getelements.elements.sdk.service.mission that return types with arguments of type ProgressModifier and TypeMethodDescriptionScheduleProgressService.getScheduleProgressService
(String scheduleNameOrId, int offset, int count) -
Uses of Progress in dev.getelements.elements.sdk.service.progress
Methods in dev.getelements.elements.sdk.service.progress that return ProgressModifier and TypeMethodDescriptionProgressService.createProgress
(Progress progress) Creates a newProgress
.ProgressService.getProgress
(String progressId) Gets a progress with specified name or ID.ProgressService.updateProgress
(Progress progress) Updates theProgress
.Methods in dev.getelements.elements.sdk.service.progress that return types with arguments of type ProgressModifier and TypeMethodDescriptionProgressService.getProgresses
(int offset, int count, List<String> tags) Returns a list ofProgress
objects.ProgressService.getProgresses
(int offset, int count, List<String> tags, String query) Returns a list ofProgress
objects.Methods in dev.getelements.elements.sdk.service.progress with parameters of type ProgressModifier and TypeMethodDescriptionProgressService.createProgress
(Progress progress) Creates a newProgress
.ProgressService.updateProgress
(Progress progress) Updates theProgress
. -
Uses of Progress in dev.getelements.elements.service.advancement
Methods in dev.getelements.elements.service.advancement that return ProgressModifier and TypeMethodDescriptionStandardAdvancementService.advanceProgress
(Profile profile, String missionNameOrId, int amount) StandardAdvancementService.startMission
(Profile profile, String missionNameOrId) -
Uses of Progress in dev.getelements.elements.service.mission
Methods in dev.getelements.elements.service.mission that return types with arguments of type ProgressModifier and TypeMethodDescriptionUserScheduleProgressService.getScheduleProgressService
(String scheduleNameOrId, int offset, int count) -
Uses of Progress in dev.getelements.elements.service.progress
Methods in dev.getelements.elements.service.progress that return ProgressModifier and TypeMethodDescriptionSuperUserProgressService.createProgress
(Progress progress) UserProgressService.createProgress
(Progress progress) SuperUserProgressService.getProgress
(String progressId) UserProgressService.getProgress
(String progressId) SuperUserProgressService.updateProgress
(Progress progress) UserProgressService.updateProgress
(Progress progress) Methods in dev.getelements.elements.service.progress that return types with arguments of type ProgressModifier and TypeMethodDescriptionSuperUserProgressService.getProgresses
(int offset, int count, List<String> tags) SuperUserProgressService.getProgresses
(int offset, int count, List<String> tags, String query) UserProgressService.getProgresses
(int offset, int count, List<String> tags) UserProgressService.getProgresses
(int offset, int count, List<String> tags, String query) Methods in dev.getelements.elements.service.progress with parameters of type ProgressModifier and TypeMethodDescriptionSuperUserProgressService.createProgress
(Progress progress) UserProgressService.createProgress
(Progress progress) SuperUserProgressService.updateProgress
(Progress progress) UserProgressService.updateProgress
(Progress progress)