org.activiti.engine.impl.jobexecutor
类 TimerDeclarationImpl
java.lang.Object
org.activiti.engine.impl.jobexecutor.TimerDeclarationImpl
- 所有已实现的接口:
- Serializable
public class TimerDeclarationImpl
- extends Object
- implements Serializable
- 作者:
- Tom Baeyens
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected Expression description
type
protected TimerDeclarationType type
jobHandlerType
protected String jobHandlerType
jobHandlerConfiguration
protected String jobHandlerConfiguration
repeat
protected String repeat
exclusive
protected boolean exclusive
retries
protected int retries
isInterruptingTimer
protected boolean isInterruptingTimer
TimerDeclarationImpl
public TimerDeclarationImpl(Expression expression,
TimerDeclarationType type,
String jobHandlerType)
getJobHandlerType
public String getJobHandlerType()
getJobHandlerConfiguration
public String getJobHandlerConfiguration()
setJobHandlerConfiguration
public void setJobHandlerConfiguration(String jobHandlerConfiguration)
getRepeat
public String getRepeat()
setRepeat
public void setRepeat(String repeat)
isExclusive
public boolean isExclusive()
setExclusive
public void setExclusive(boolean exclusive)
getRetries
public int getRetries()
setRetries
public void setRetries(int retries)
setJobHandlerType
public void setJobHandlerType(String jobHandlerType)
isInterruptingTimer
public boolean isInterruptingTimer()
setInterruptingTimer
public void setInterruptingTimer(boolean isInterruptingTimer)
prepareTimerEntity
public TimerEntity prepareTimerEntity(ExecutionEntity executionEntity)
Copyright © 2013 Alfresco. All rights reserved.