public abstract class GeneratedCronJobHistory extends GenericItem
CronJobHistory.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CRONJOB
Qualifier of the
CronJobHistory.cronJob attribute |
static java.lang.String |
CRONJOBCODE
Qualifier of the
CronJobHistory.cronJobCode attribute |
protected static BidirectionalOneToManyHandler<GeneratedCronJobHistory> |
CRONJOBHANDLER
BidirectionalOneToManyHandler for handling 1:n CRONJOB's relation attributes from 'one' side. |
static java.lang.String |
CRONJOBPOS
Qualifier of the
CronJobHistory.cronJobPOS attribute |
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
ENDTIME
Qualifier of the
CronJobHistory.endTime attribute |
static java.lang.String |
FAILUREMESSAGE
Qualifier of the
CronJobHistory.failureMessage attribute |
static java.lang.String |
JOBCODE
Qualifier of the
CronJobHistory.jobCode attribute |
static java.lang.String |
NODEID
Qualifier of the
CronJobHistory.nodeID attribute |
static java.lang.String |
PROGRESS
Qualifier of the
CronJobHistory.progress attribute |
static java.lang.String |
RESULT
Qualifier of the
CronJobHistory.result attribute |
static java.lang.String |
SCHEDULED
Qualifier of the
CronJobHistory.scheduled attribute |
static java.lang.String |
STARTTIME
Qualifier of the
CronJobHistory.startTime attribute |
static java.lang.String |
STATUS
Qualifier of the
CronJobHistory.status attribute |
static java.lang.String |
STATUSLINE
Qualifier of the
CronJobHistory.statusLine attribute |
static java.lang.String |
USERUID
Qualifier of the
CronJobHistory.userUid attribute |
LANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedCronJobHistory() |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.
|
CronJob |
getCronJob()
Generated method - Getter of the
CronJobHistory.cronJob attribute. |
CronJob |
getCronJob(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.cronJob attribute. |
java.lang.String |
getCronJobCode()
Generated method - Getter of the
CronJobHistory.cronJobCode attribute. |
java.lang.String |
getCronJobCode(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.cronJobCode attribute. |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.util.Date |
getEndTime()
Generated method - Getter of the
CronJobHistory.endTime attribute. |
java.util.Date |
getEndTime(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.endTime attribute. |
java.lang.String |
getFailureMessage()
Generated method - Getter of the
CronJobHistory.failureMessage attribute. |
java.lang.String |
getFailureMessage(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.failureMessage attribute. |
java.lang.String |
getJobCode()
Generated method - Getter of the
CronJobHistory.jobCode attribute. |
java.lang.String |
getJobCode(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.jobCode attribute. |
java.lang.Integer |
getNodeID()
Generated method - Getter of the
CronJobHistory.nodeID attribute. |
java.lang.Integer |
getNodeID(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.nodeID attribute. |
int |
getNodeIDAsPrimitive()
Generated method - Getter of the
CronJobHistory.nodeID attribute. |
int |
getNodeIDAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.nodeID attribute. |
java.lang.Double |
getProgress()
Generated method - Getter of the
CronJobHistory.progress attribute. |
java.lang.Double |
getProgress(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.progress attribute. |
double |
getProgressAsPrimitive()
Generated method - Getter of the
CronJobHistory.progress attribute. |
double |
getProgressAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.progress attribute. |
EnumerationValue |
getResult()
Generated method - Getter of the
CronJobHistory.result attribute. |
EnumerationValue |
getResult(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.result attribute. |
java.util.Date |
getStartTime()
Generated method - Getter of the
CronJobHistory.startTime attribute. |
java.util.Date |
getStartTime(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.startTime attribute. |
EnumerationValue |
getStatus()
Generated method - Getter of the
CronJobHistory.status attribute. |
EnumerationValue |
getStatus(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.status attribute. |
java.lang.String |
getStatusLine()
Generated method - Getter of the
CronJobHistory.statusLine attribute. |
java.lang.String |
getStatusLine(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.statusLine attribute. |
java.lang.String |
getUserUid()
Generated method - Getter of the
CronJobHistory.userUid attribute. |
java.lang.String |
getUserUid(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.userUid attribute. |
java.lang.Boolean |
isScheduled()
Generated method - Getter of the
CronJobHistory.scheduled attribute. |
java.lang.Boolean |
isScheduled(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.scheduled attribute. |
boolean |
isScheduledAsPrimitive()
Generated method - Getter of the
CronJobHistory.scheduled attribute. |
boolean |
isScheduledAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJobHistory.scheduled attribute. |
void |
setCronJob(CronJob value)
Generated method - Setter of the
CronJobHistory.cronJob attribute. |
void |
setCronJob(SessionContext ctx,
CronJob value)
Generated method - Setter of the
CronJobHistory.cronJob attribute. |
protected void |
setCronJobCode(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
CronJobHistory.cronJobCode attribute. |
protected void |
setCronJobCode(java.lang.String value)
Generated method - Setter of the
CronJobHistory.cronJobCode attribute. |
void |
setEndTime(java.util.Date value)
Generated method - Setter of the
CronJobHistory.endTime attribute. |
void |
setEndTime(SessionContext ctx,
java.util.Date value)
Generated method - Setter of the
CronJobHistory.endTime attribute. |
void |
setFailureMessage(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
CronJobHistory.failureMessage attribute. |
void |
setFailureMessage(java.lang.String value)
Generated method - Setter of the
CronJobHistory.failureMessage attribute. |
protected void |
setJobCode(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
CronJobHistory.jobCode attribute. |
protected void |
setJobCode(java.lang.String value)
Generated method - Setter of the
CronJobHistory.jobCode attribute. |
void |
setNodeID(int value)
Generated method - Setter of the
CronJobHistory.nodeID attribute. |
void |
setNodeID(java.lang.Integer value)
Generated method - Setter of the
CronJobHistory.nodeID attribute. |
void |
setNodeID(SessionContext ctx,
int value)
Generated method - Setter of the
CronJobHistory.nodeID attribute. |
void |
setNodeID(SessionContext ctx,
java.lang.Integer value)
Generated method - Setter of the
CronJobHistory.nodeID attribute. |
void |
setProgress(double value)
Generated method - Setter of the
CronJobHistory.progress attribute. |
void |
setProgress(java.lang.Double value)
Generated method - Setter of the
CronJobHistory.progress attribute. |
void |
setProgress(SessionContext ctx,
double value)
Generated method - Setter of the
CronJobHistory.progress attribute. |
void |
setProgress(SessionContext ctx,
java.lang.Double value)
Generated method - Setter of the
CronJobHistory.progress attribute. |
void |
setResult(EnumerationValue value)
Generated method - Setter of the
CronJobHistory.result attribute. |
void |
setResult(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
CronJobHistory.result attribute. |
void |
setScheduled(boolean value)
Generated method - Setter of the
CronJobHistory.scheduled attribute. |
void |
setScheduled(java.lang.Boolean value)
Generated method - Setter of the
CronJobHistory.scheduled attribute. |
void |
setScheduled(SessionContext ctx,
boolean value)
Generated method - Setter of the
CronJobHistory.scheduled attribute. |
void |
setScheduled(SessionContext ctx,
java.lang.Boolean value)
Generated method - Setter of the
CronJobHistory.scheduled attribute. |
protected void |
setStartTime(java.util.Date value)
Generated method - Setter of the
CronJobHistory.startTime attribute. |
protected void |
setStartTime(SessionContext ctx,
java.util.Date value)
Generated method - Setter of the
CronJobHistory.startTime attribute. |
void |
setStatus(EnumerationValue value)
Generated method - Setter of the
CronJobHistory.status attribute. |
void |
setStatus(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
CronJobHistory.status attribute. |
void |
setStatusLine(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
CronJobHistory.statusLine attribute. |
void |
setStatusLine(java.lang.String value)
Generated method - Setter of the
CronJobHistory.statusLine attribute. |
void |
setUserUid(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
CronJobHistory.userUid attribute. |
void |
setUserUid(java.lang.String value)
Generated method - Setter of the
CronJobHistory.userUid attribute. |
getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getImplementation, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacesetTenantpublic static final java.lang.String CRONJOBCODE
CronJobHistory.cronJobCode attributepublic static final java.lang.String JOBCODE
CronJobHistory.jobCode attributepublic static final java.lang.String STARTTIME
CronJobHistory.startTime attributepublic static final java.lang.String ENDTIME
CronJobHistory.endTime attributepublic static final java.lang.String NODEID
CronJobHistory.nodeID attributepublic static final java.lang.String SCHEDULED
CronJobHistory.scheduled attributepublic static final java.lang.String USERUID
CronJobHistory.userUid attributepublic static final java.lang.String STATUS
CronJobHistory.status attributepublic static final java.lang.String RESULT
CronJobHistory.result attributepublic static final java.lang.String FAILUREMESSAGE
CronJobHistory.failureMessage attributepublic static final java.lang.String PROGRESS
CronJobHistory.progress attributepublic static final java.lang.String STATUSLINE
CronJobHistory.statusLine attributepublic static final java.lang.String CRONJOBPOS
CronJobHistory.cronJobPOS attributepublic static final java.lang.String CRONJOB
CronJobHistory.cronJob attributeprotected static final BidirectionalOneToManyHandler<GeneratedCronJobHistory> CRONJOBHANDLER
BidirectionalOneToManyHandler for handling 1:n CRONJOB's relation attributes from 'one' side.protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itemprotected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
ItemComposedType.newInstance(Map).
In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
Sn example:
public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
// here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
super.getNonInitialAttributes( ctx, allAttributes );
// remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
createItem in class GenericItemctx - the current session context which this item is created withintype - the actual item type ( since subtypes may not provide a own jalo class this may be different from the
type which this method was implemented for )JaloBusinessException - indicates an error during creation - any changes will be rollbackedpublic CronJob getCronJob(SessionContext ctx)
CronJobHistory.cronJob attribute.public CronJob getCronJob()
CronJobHistory.cronJob attribute.public void setCronJob(SessionContext ctx, CronJob value)
CronJobHistory.cronJob attribute.value - the cronJob - cronjobpublic void setCronJob(CronJob value)
CronJobHistory.cronJob attribute.value - the cronJob - cronjobpublic java.lang.String getCronJobCode(SessionContext ctx)
CronJobHistory.cronJobCode attribute.public java.lang.String getCronJobCode()
CronJobHistory.cronJobCode attribute.protected void setCronJobCode(SessionContext ctx, java.lang.String value)
CronJobHistory.cronJobCode attribute.value - the cronJobCodeprotected void setCronJobCode(java.lang.String value)
CronJobHistory.cronJobCode attribute.value - the cronJobCodepublic java.util.Date getEndTime(SessionContext ctx)
CronJobHistory.endTime attribute.public java.util.Date getEndTime()
CronJobHistory.endTime attribute.public void setEndTime(SessionContext ctx, java.util.Date value)
CronJobHistory.endTime attribute.value - the endTimepublic void setEndTime(java.util.Date value)
CronJobHistory.endTime attribute.value - the endTimepublic java.lang.String getFailureMessage(SessionContext ctx)
CronJobHistory.failureMessage attribute.public java.lang.String getFailureMessage()
CronJobHistory.failureMessage attribute.public void setFailureMessage(SessionContext ctx, java.lang.String value)
CronJobHistory.failureMessage attribute.value - the failureMessagepublic void setFailureMessage(java.lang.String value)
CronJobHistory.failureMessage attribute.value - the failureMessagepublic java.lang.String getJobCode(SessionContext ctx)
CronJobHistory.jobCode attribute.public java.lang.String getJobCode()
CronJobHistory.jobCode attribute.protected void setJobCode(SessionContext ctx, java.lang.String value)
CronJobHistory.jobCode attribute.value - the jobCodeprotected void setJobCode(java.lang.String value)
CronJobHistory.jobCode attribute.value - the jobCodepublic java.lang.Integer getNodeID(SessionContext ctx)
CronJobHistory.nodeID attribute.public java.lang.Integer getNodeID()
CronJobHistory.nodeID attribute.public int getNodeIDAsPrimitive(SessionContext ctx)
CronJobHistory.nodeID attribute.public int getNodeIDAsPrimitive()
CronJobHistory.nodeID attribute.public void setNodeID(SessionContext ctx, java.lang.Integer value)
CronJobHistory.nodeID attribute.value - the nodeIDpublic void setNodeID(java.lang.Integer value)
CronJobHistory.nodeID attribute.value - the nodeIDpublic void setNodeID(SessionContext ctx, int value)
CronJobHistory.nodeID attribute.value - the nodeIDpublic void setNodeID(int value)
CronJobHistory.nodeID attribute.value - the nodeIDpublic java.lang.Double getProgress(SessionContext ctx)
CronJobHistory.progress attribute.public java.lang.Double getProgress()
CronJobHistory.progress attribute.public double getProgressAsPrimitive(SessionContext ctx)
CronJobHistory.progress attribute.public double getProgressAsPrimitive()
CronJobHistory.progress attribute.public void setProgress(SessionContext ctx, java.lang.Double value)
CronJobHistory.progress attribute.value - the progresspublic void setProgress(java.lang.Double value)
CronJobHistory.progress attribute.value - the progresspublic void setProgress(SessionContext ctx, double value)
CronJobHistory.progress attribute.value - the progresspublic void setProgress(double value)
CronJobHistory.progress attribute.value - the progresspublic EnumerationValue getResult(SessionContext ctx)
CronJobHistory.result attribute.public EnumerationValue getResult()
CronJobHistory.result attribute.public void setResult(SessionContext ctx, EnumerationValue value)
CronJobHistory.result attribute.value - the resultpublic void setResult(EnumerationValue value)
CronJobHistory.result attribute.value - the resultpublic java.lang.Boolean isScheduled(SessionContext ctx)
CronJobHistory.scheduled attribute.public java.lang.Boolean isScheduled()
CronJobHistory.scheduled attribute.public boolean isScheduledAsPrimitive(SessionContext ctx)
CronJobHistory.scheduled attribute.public boolean isScheduledAsPrimitive()
CronJobHistory.scheduled attribute.public void setScheduled(SessionContext ctx, java.lang.Boolean value)
CronJobHistory.scheduled attribute.value - the scheduledpublic void setScheduled(java.lang.Boolean value)
CronJobHistory.scheduled attribute.value - the scheduledpublic void setScheduled(SessionContext ctx, boolean value)
CronJobHistory.scheduled attribute.value - the scheduledpublic void setScheduled(boolean value)
CronJobHistory.scheduled attribute.value - the scheduledpublic java.util.Date getStartTime(SessionContext ctx)
CronJobHistory.startTime attribute.public java.util.Date getStartTime()
CronJobHistory.startTime attribute.protected void setStartTime(SessionContext ctx, java.util.Date value)
CronJobHistory.startTime attribute.value - the startTimeprotected void setStartTime(java.util.Date value)
CronJobHistory.startTime attribute.value - the startTimepublic EnumerationValue getStatus(SessionContext ctx)
CronJobHistory.status attribute.public EnumerationValue getStatus()
CronJobHistory.status attribute.public void setStatus(SessionContext ctx, EnumerationValue value)
CronJobHistory.status attribute.value - the statuspublic void setStatus(EnumerationValue value)
CronJobHistory.status attribute.value - the statuspublic java.lang.String getStatusLine(SessionContext ctx)
CronJobHistory.statusLine attribute.public java.lang.String getStatusLine()
CronJobHistory.statusLine attribute.public void setStatusLine(SessionContext ctx, java.lang.String value)
CronJobHistory.statusLine attribute.value - the statusLinepublic void setStatusLine(java.lang.String value)
CronJobHistory.statusLine attribute.value - the statusLinepublic java.lang.String getUserUid(SessionContext ctx)
CronJobHistory.userUid attribute.public java.lang.String getUserUid()
CronJobHistory.userUid attribute.public void setUserUid(SessionContext ctx, java.lang.String value)
CronJobHistory.userUid attribute.value - the userUidpublic void setUserUid(java.lang.String value)
CronJobHistory.userUid attribute.value - the userUidCopyright © 2018 SAP SE. All Rights Reserved.