RepositoryScheduler
.@Deprecated public class CronExpression extends Object
org.hippoecm.repository.api.WorkflowManager#getContextWorkflowManager(java.lang.Object)
you can obtain a work-flow execution context that will apply for your indicated
interval.
The expressions that can be used to create this event are dependent on the
actual module that will pick up the events, which is a pluggable module in
the repository. In practice many installations will use Quartz, and the
cron specification will be the same as org.quartz.CronExpression.
Note however that constructing a CronExpression will not throw a exception
when the string cannot be parsed. Instead the call to a work-flow will fail.Constructor and Description |
---|
CronExpression(String cron)
Deprecated.
Creates a repeating time specification.
|
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.