Class ScheduledJob
- java.lang.Object
-
- org.codelibs.fess.es.config.allcommon.EsAbstractEntity
-
- org.codelibs.fess.es.config.bsentity.BsScheduledJob
-
- org.codelibs.fess.es.config.exentity.ScheduledJob
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,org.dbflute.Entity
public class ScheduledJob extends BsScheduledJob
- Author:
- FreeGen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>
-
-
Field Summary
-
Fields inherited from class org.codelibs.fess.es.config.bsentity.BsScheduledJob
available, crawler, createdBy, createdTime, cronExpression, jobLogging, name, scriptData, scriptType, sortOrder, suppressUnusedImportLocalDateTime, target, updatedBy, updatedTime
-
Fields inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description ScheduledJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()java.lang.StringgetScriptType()java.lang.LonggetVersionNo()booleanisCrawlerJob()booleanisEnabled()booleanisLoggingEnabled()booleanisRunning()voidsetId(java.lang.String id)voidsetVersionNo(java.lang.Long version)voidstart()voidstop()java.lang.StringtoString()-
Methods inherited from class org.codelibs.fess.es.config.bsentity.BsScheduledJob
addFieldToSource, asDBMeta, asTableDbName, doBuildColumnString, getAvailable, getCrawler, getCreatedBy, getCreatedTime, getCronExpression, getJobLogging, getName, getScriptData, getSortOrder, getTarget, getUpdatedBy, getUpdatedTime, setAvailable, setCrawler, setCreatedBy, setCreatedTime, setCronExpression, setJobLogging, setName, setScriptData, setScriptType, setSortOrder, setTarget, setUpdatedBy, setUpdatedTime, toSource
-
Methods inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
asDocMeta, buildDisplayString, checkSpecifiedProperty, clearModifiedInfo, clearSpecifiedInfo, clearUniqueDrivenInfo, convertEmptyToNull, createdBySelect, hasModification, hasPrimaryKeyValue, instanceHash, markAsSelect, modifiedToSpecified, mymodifiedProperties, mymodifyProperty, mymodifyPropertyCancel, myspecifiedProperties, myspecifyProperty, myspecifyPropertyCancel, myundefinedClassificationAccessAllowed, myuniqueByProperty, myuniqueByPropertyCancel, myuniqueDrivenProperties, myunlockUndefinedClassificationAccess, newModifiedProperties, newUniqueDrivenProperties, registerModifiedProperty, registerSpecifiedProperty, toStringWithRelation
-
-
-
-
Method Detail
-
getScriptType
public java.lang.String getScriptType()
- Overrides:
getScriptTypein classBsScheduledJob
-
isLoggingEnabled
public boolean isLoggingEnabled()
-
isCrawlerJob
public boolean isCrawlerJob()
-
isEnabled
public boolean isEnabled()
-
isRunning
public boolean isRunning()
-
start
public void start()
-
stop
public void stop()
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getVersionNo
public java.lang.Long getVersionNo()
-
setVersionNo
public void setVersionNo(java.lang.Long version)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classEsAbstractEntity
-
-