Uses of Class
de.hybris.platform.cronjob.enums.CronJobStatus
-
Packages that use CronJobStatus Package Description de.hybris.platform.cms2.constants de.hybris.platform.cms2.servicelayer.daos de.hybris.platform.cms2.servicelayer.daos.impl de.hybris.platform.cms2.workflow.service de.hybris.platform.cms2.workflow.service.impl de.hybris.platform.cmsfacades.synchronization.impl de.hybris.platform.cronjob.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.cronjob.model Contains generated models for each type of de.hybris.platform.cronjob.jalo package.de.hybris.platform.jobs.maintenance.impl de.hybris.platform.outboundsync.job.impl de.hybris.platform.ruleengineservices.jobs de.hybris.platform.ruleengineservices.jobs.impl de.hybris.platform.servicelayer.cronjob de.hybris.platform.servicelayer.cronjob.impl de.hybris.platform.servicelayer.event.events -
-
Uses of CronJobStatus in de.hybris.platform.cms2.constants
Fields in de.hybris.platform.cms2.constants with type parameters of type CronJobStatus Modifier and Type Field Description static java.util.Set<CronJobStatus>Cms2Constants. CMS_WORKFLOW_ACTIVE_STATUSES -
Uses of CronJobStatus in de.hybris.platform.cms2.servicelayer.daos
Method parameters in de.hybris.platform.cms2.servicelayer.daos with type arguments of type CronJobStatus Modifier and Type Method Description SearchResult<WorkflowActionModel>CMSWorkflowActionDao. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData)This method finds all the activeWorkflowActionModelofAbstractPageModelattachment types for the given principals and specified workflow statuses.java.util.List<WorkflowModel>CMSWorkflowDao. findAllWorkflowsByAttachedItems(java.util.List<? extends CMSItemModel> items, java.util.Set<CronJobStatus> statuses)This method finds all theWorkflowModel, with the specified workflow statuses, to which the given items are attached to.SearchResult<WorkflowModel>CMSWorkflowDao. findWorkflowsByAttachedItems(java.util.List<? extends CMSItemModel> items, java.util.Set<CronJobStatus> statuses, PageableData pageableData)This is the paginated version ofCMSWorkflowDao.findAllWorkflowsByAttachedItems(List, Set) -
Uses of CronJobStatus in de.hybris.platform.cms2.servicelayer.daos.impl
Method parameters in de.hybris.platform.cms2.servicelayer.daos.impl with type arguments of type CronJobStatus Modifier and Type Method Description protected java.lang.StringDefaultCMSWorkflowDao. buildFindWorkflowsByAttachedItemsQuery(java.util.List<? extends CMSItemModel> items, java.util.Set<CronJobStatus> statuses, java.util.Map<java.lang.String,java.lang.Object> queryParameters)Builds the query string to search for workflows containing the given CMS items and matching the provided workflow statuses.SearchResult<WorkflowActionModel>DefaultCMSWorkflowActionDao. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData)java.util.List<WorkflowModel>DefaultCMSWorkflowDao. findAllWorkflowsByAttachedItems(java.util.List<? extends CMSItemModel> items, java.util.Set<CronJobStatus> statuses)SearchResult<WorkflowModel>DefaultCMSWorkflowDao. findWorkflowsByAttachedItems(java.util.List<? extends CMSItemModel> items, java.util.Set<CronJobStatus> statuses, PageableData pageableData) -
Uses of CronJobStatus in de.hybris.platform.cms2.workflow.service
Method parameters in de.hybris.platform.cms2.workflow.service with type arguments of type CronJobStatus Modifier and Type Method Description SearchResult<WorkflowActionModel>CMSWorkflowActionService. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData)This method finds all the activeWorkflowActionModelofAbstractPageModelattachment types for the given principals and specified workflow statuses.java.util.List<WorkflowModel>CMSWorkflowService. findAllWorkflowsByAttachedItems(java.util.List<? extends CMSItemModel> items, java.util.Set<CronJobStatus> statuses)This method finds allWorkflowModel, with the specified workflow statuses, to which the given items are attached to.SearchResult<WorkflowModel>CMSWorkflowService. findWorkflowsForAttachedItemsAndStatuses(java.util.List<? extends CMSItemModel> items, java.util.Set<CronJobStatus> statuses, PageableData pageableData)This is the pageable version ofCMSWorkflowService.findAllWorkflowsByAttachedItems(List, Set)
This method finds allWorkflowModel, with the specified workflow statuses, to which the given items are attached to.java.util.List<WorkflowModel>CMSWorkflowService. getRelatedWorkflowsForItem(CMSItemModel item, java.util.Set<CronJobStatus> statuses)This method returns a list of related workflows for an item. -
Uses of CronJobStatus in de.hybris.platform.cms2.workflow.service.impl
Method parameters in de.hybris.platform.cms2.workflow.service.impl with type arguments of type CronJobStatus Modifier and Type Method Description SearchResult<WorkflowActionModel>DefaultCMSWorkflowActionService. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData)java.util.List<WorkflowModel>DefaultCMSWorkflowService. findAllWorkflowsByAttachedItems(java.util.List<? extends CMSItemModel> items, java.util.Set<CronJobStatus> statuses)SearchResult<WorkflowModel>DefaultCMSWorkflowService. findWorkflowsForAttachedItemsAndStatuses(java.util.List<? extends CMSItemModel> items, java.util.Set<CronJobStatus> statuses, PageableData pageableData)java.util.List<WorkflowModel>DefaultCMSWorkflowService. getRelatedWorkflowsForItem(CMSItemModel item, java.util.Set<CronJobStatus> statuses) -
Uses of CronJobStatus in de.hybris.platform.cmsfacades.synchronization.impl
Methods in de.hybris.platform.cmsfacades.synchronization.impl that return types with arguments of type CronJobStatus Modifier and Type Method Description protected java.util.Optional<CronJobStatus>DefaultSynchronizationFacade. getCronJobStatus(java.util.Optional<CronJobModel> cronJobModel)Get a cron job statusMethod parameters in de.hybris.platform.cmsfacades.synchronization.impl with type arguments of type CronJobStatus Modifier and Type Method Description protected voidDefaultSynchronizationFacade. validateIfJobIsRunning(java.util.Optional<CronJobStatus> cronJobStatus)Check if the a cron job is running -
Uses of CronJobStatus in de.hybris.platform.cronjob.enums
Methods in de.hybris.platform.cronjob.enums that return CronJobStatus Modifier and Type Method Description static CronJobStatusCronJobStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CronJobStatus[]CronJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CronJobStatus in de.hybris.platform.cronjob.model
Methods in de.hybris.platform.cronjob.model that return CronJobStatus Modifier and Type Method Description CronJobStatusCronJobHistoryModel. getStatus()Generated method - Getter of theCronJobHistory.statusattribute defined at extensionprocessing.CronJobStatusCronJobModel. getStatus()Generated method - Getter of theCronJob.statusattribute defined at extensionprocessing.Methods in de.hybris.platform.cronjob.model that return types with arguments of type CronJobStatus Modifier and Type Method Description java.util.Collection<CronJobStatus>CleanUpCronJobModel. getStatuscoll()Generated method - Getter of theCleanUpCronJob.statuscollattribute defined at extensionprocessing.Methods in de.hybris.platform.cronjob.model with parameters of type CronJobStatus Modifier and Type Method Description voidCronJobHistoryModel. setStatus(CronJobStatus value)Generated method - Setter ofCronJobHistory.statusattribute defined at extensionprocessing.voidCronJobModel. setStatus(CronJobStatus value)Generated method - Setter ofCronJob.statusattribute defined at extensionprocessing.Method parameters in de.hybris.platform.cronjob.model with type arguments of type CronJobStatus Modifier and Type Method Description voidCleanUpCronJobModel. setStatuscoll(java.util.Collection<CronJobStatus> value)Generated method - Setter ofCleanUpCronJob.statuscollattribute defined at extensionprocessing. -
Uses of CronJobStatus in de.hybris.platform.jobs.maintenance.impl
Method parameters in de.hybris.platform.jobs.maintenance.impl with type arguments of type CronJobStatus Modifier and Type Method Description voidCleanupCronJobStrategy. setStatus(java.util.Set<CronJobStatus> status) -
Uses of CronJobStatus in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl that return CronJobStatus Modifier and Type Method Description @NotNull CronJobStatusOutboundSyncState. getCronJobStatus()Retrieves current status of the outbound sync job. -
Uses of CronJobStatus in de.hybris.platform.ruleengineservices.jobs
Methods in de.hybris.platform.ruleengineservices.jobs with parameters of type CronJobStatus Modifier and Type Method Description intRuleEngineCronJobDAO. countCronJobsByJob(java.lang.String jobCode, CronJobStatus... statuses)Get number of rule engine cron jobs for a given job code and specified statuses -
Uses of CronJobStatus in de.hybris.platform.ruleengineservices.jobs.impl
Methods in de.hybris.platform.ruleengineservices.jobs.impl with parameters of type CronJobStatus Modifier and Type Method Description intDefaultRuleEngineCronJobDAO. countCronJobsByJob(java.lang.String jobCode, CronJobStatus... statuses) -
Uses of CronJobStatus in de.hybris.platform.servicelayer.cronjob
Methods in de.hybris.platform.servicelayer.cronjob that return CronJobStatus Modifier and Type Method Description CronJobStatusPerformResult. getStatus()Methods in de.hybris.platform.servicelayer.cronjob with parameters of type CronJobStatus Modifier and Type Method Description java.util.List<CronJobHistoryModel>CronJobHistoryDao. findCronJobHistoryBy(java.lang.String userUid, java.lang.String jobItemType, java.util.Date startDate, java.util.Date finishDate, CronJobStatus theStatus)Returns all matchingCronJobHistoryModelfor given userUid, jobItemType, startDate, finishDate.java.util.List<CronJobHistoryModel>CronJobHistoryDao. findCronJobHistoryBy(java.util.Set<CronJobHistoryInclude> includes, java.lang.String userUid, java.util.Date startDate, java.util.Date finishDate, CronJobStatus theStatus, CronJobResult theResult)Returns list ofCronJobHistoryModelwhere for every include criteria entries matching given userUid, startDate, finishDate, status and result are returned.java.util.List<CronJobHistoryModel>CronJobHistoryService. getCronJobHistoryBy(UserModel userModel, java.lang.String jobItemType, java.util.Date startDate, java.util.Date finishDate, CronJobStatus theStatus)Returns cron job history entries triggered by given user for given job type and time range and the cron job's status.java.util.List<CronJobHistoryModel>CronJobHistoryService. getCronJobHistoryBy(java.util.Set<CronJobHistoryInclude> includes, UserModel userModel, java.util.Date startDate, java.util.Date finishDate, CronJobStatus theStatus)Returns list ofCronJobHistoryModelwhere for every include criteria entries matching given user, startDate, finishDate and status are returned.Constructors in de.hybris.platform.servicelayer.cronjob with parameters of type CronJobStatus Constructor Description PerformResult(CronJobResult result, CronJobStatus status) -
Uses of CronJobStatus in de.hybris.platform.servicelayer.cronjob.impl
Methods in de.hybris.platform.servicelayer.cronjob.impl with parameters of type CronJobStatus Modifier and Type Method Description protected CronJobHistoryModelAbstractCronJobHistoryTest. createEntity(CronJobModel cronJob, JobModel jobOne, UserModel userModel, java.util.Date startDate, java.util.Date endDate, CronJobResult theResult, CronJobStatus theStatus)protected CronJobHistoryModelAbstractCronJobHistoryTest. createEntity(JobModel jobOne, UserModel userModel, java.util.Date startDate, java.util.Date endDate, CronJobResult theResult, CronJobStatus theStatus)java.util.List<CronJobHistoryModel>DefaultCronJobHistoryDao. findCronJobHistoryBy(java.lang.String userUid, java.lang.String jobTypeCode, java.util.Date startDate, java.util.Date finishDate, CronJobStatus theStatus)protected java.util.List<CronJobHistoryModel>DefaultCronJobHistoryDao. findCronJobHistoryBy(java.lang.String userUid, java.lang.String jobTypeCode, java.util.Date startDate, java.util.Date finishDate, CronJobStatus theStatus, CronJobResult theResult)java.util.List<CronJobHistoryModel>DefaultCronJobHistoryDao. findCronJobHistoryBy(java.util.Set<CronJobHistoryInclude> includes, java.lang.String userUid, java.util.Date startDate, java.util.Date finishDate, CronJobStatus theStatus, CronJobResult theResult)java.util.List<CronJobHistoryModel>DefaultCronJobHistoryService. getCronJobHistoryBy(UserModel userModel, java.lang.String jobItemType, java.util.Date startDate, java.util.Date finishDate, CronJobStatus theStatus)java.util.List<CronJobHistoryModel>DefaultCronJobHistoryService. getCronJobHistoryBy(java.util.Set<CronJobHistoryInclude> includes, UserModel userModel, java.util.Date startDate, java.util.Date finishDate, CronJobStatus theStatus)protected java.lang.StringDefaultCronJobHistoryDao. prepareQuery(java.lang.String userUid, java.util.Date startDate, java.util.Date finishDate, CronJobStatus theStatus, CronJobResult theResult, CronJobHistoryInclude include, java.util.Map<java.lang.String,java.lang.Object> arguments) -
Uses of CronJobStatus in de.hybris.platform.servicelayer.event.events
Methods in de.hybris.platform.servicelayer.event.events that return CronJobStatus Modifier and Type Method Description CronJobStatusAfterCronJobFinishedEvent. getStatus()Methods in de.hybris.platform.servicelayer.event.events with parameters of type CronJobStatus Modifier and Type Method Description voidAfterCronJobFinishedEvent. setStatus(CronJobStatus status)
-