public abstract class GeneratedPatchExecution extends GenericItem
PatchExecution.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 |
|---|---|
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
ERRORLOG
Qualifier of the
PatchExecution.errorLog attribute |
static java.lang.String |
EXECUTIONSTATUS
Qualifier of the
PatchExecution.executionStatus attribute |
static java.lang.String |
EXECUTIONTIME
Qualifier of the
PatchExecution.executionTime attribute |
static java.lang.String |
GITHASHCODE
Qualifier of the
PatchExecution.gitHashCode attribute |
static java.lang.String |
JENKINSBUILD
Qualifier of the
PatchExecution.jenkinsBuild attribute |
static java.lang.String |
NEXTEXECUTION
Qualifier of the
PatchExecution.nextExecution attribute |
static java.lang.String |
PATCHDESCRIPTION
Qualifier of the
PatchExecution.patchDescription attribute |
static java.lang.String |
PATCHID
Qualifier of the
PatchExecution.patchId attribute |
static java.lang.String |
PATCHNAME
Qualifier of the
PatchExecution.patchName attribute |
static java.lang.String |
PATCHUNITS
Qualifier of the
PatchExecution.patchUnits attribute |
protected static OneToManyHandler<PatchExecutionUnit> |
PATCHUNITSHANDLER
OneToManyHandler for handling 1:n PATCHUNITS's relation attributes from 'many' side. |
static java.lang.String |
PREVIOUSEXECUTION
Qualifier of the
PatchExecution.previousExecution attribute |
static java.lang.String |
RERUNNABLE
Qualifier of the
PatchExecution.rerunnable 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 |
|---|
GeneratedPatchExecution() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToPatchUnits(PatchExecutionUnit value)
Generated method - Adds
value to patchUnits. |
void |
addToPatchUnits(SessionContext ctx,
PatchExecutionUnit value)
Generated method - Adds
value to patchUnits. |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.lang.String |
getErrorLog()
Generated method - Getter of the
PatchExecution.errorLog attribute. |
java.lang.String |
getErrorLog(SessionContext ctx)
Generated method - Getter of the
PatchExecution.errorLog attribute. |
EnumerationValue |
getExecutionStatus()
Generated method - Getter of the
PatchExecution.executionStatus attribute. |
EnumerationValue |
getExecutionStatus(SessionContext ctx)
Generated method - Getter of the
PatchExecution.executionStatus attribute. |
java.util.Date |
getExecutionTime()
Generated method - Getter of the
PatchExecution.executionTime attribute. |
java.util.Date |
getExecutionTime(SessionContext ctx)
Generated method - Getter of the
PatchExecution.executionTime attribute. |
java.lang.String |
getGitHashCode()
Generated method - Getter of the
PatchExecution.gitHashCode attribute. |
java.lang.String |
getGitHashCode(SessionContext ctx)
Generated method - Getter of the
PatchExecution.gitHashCode attribute. |
java.lang.String |
getJenkinsBuild()
Generated method - Getter of the
PatchExecution.jenkinsBuild attribute. |
java.lang.String |
getJenkinsBuild(SessionContext ctx)
Generated method - Getter of the
PatchExecution.jenkinsBuild attribute. |
PatchExecution |
getNextExecution()
Generated method - Getter of the
PatchExecution.nextExecution attribute. |
PatchExecution |
getNextExecution(SessionContext ctx)
Generated method - Getter of the
PatchExecution.nextExecution attribute. |
java.lang.String |
getPatchDescription()
Generated method - Getter of the
PatchExecution.patchDescription attribute. |
java.lang.String |
getPatchDescription(SessionContext ctx)
Generated method - Getter of the
PatchExecution.patchDescription attribute. |
java.lang.String |
getPatchId()
Generated method - Getter of the
PatchExecution.patchId attribute. |
java.lang.String |
getPatchId(SessionContext ctx)
Generated method - Getter of the
PatchExecution.patchId attribute. |
java.lang.String |
getPatchName()
Generated method - Getter of the
PatchExecution.patchName attribute. |
java.lang.String |
getPatchName(SessionContext ctx)
Generated method - Getter of the
PatchExecution.patchName attribute. |
java.util.Collection<PatchExecutionUnit> |
getPatchUnits()
Generated method - Getter of the
PatchExecution.patchUnits attribute. |
java.util.Collection<PatchExecutionUnit> |
getPatchUnits(SessionContext ctx)
Generated method - Getter of the
PatchExecution.patchUnits attribute. |
PatchExecution |
getPreviousExecution()
Generated method - Getter of the
PatchExecution.previousExecution attribute. |
PatchExecution |
getPreviousExecution(SessionContext ctx)
Generated method - Getter of the
PatchExecution.previousExecution attribute. |
java.lang.Boolean |
isRerunnable()
Generated method - Getter of the
PatchExecution.rerunnable attribute. |
java.lang.Boolean |
isRerunnable(SessionContext ctx)
Generated method - Getter of the
PatchExecution.rerunnable attribute. |
boolean |
isRerunnableAsPrimitive()
Generated method - Getter of the
PatchExecution.rerunnable attribute. |
boolean |
isRerunnableAsPrimitive(SessionContext ctx)
Generated method - Getter of the
PatchExecution.rerunnable attribute. |
void |
removeFromPatchUnits(PatchExecutionUnit value)
Generated method - Removes
value from patchUnits. |
void |
removeFromPatchUnits(SessionContext ctx,
PatchExecutionUnit value)
Generated method - Removes
value from patchUnits. |
void |
setErrorLog(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
PatchExecution.errorLog attribute. |
void |
setErrorLog(java.lang.String value)
Generated method - Setter of the
PatchExecution.errorLog attribute. |
void |
setExecutionStatus(EnumerationValue value)
Generated method - Setter of the
PatchExecution.executionStatus attribute. |
void |
setExecutionStatus(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
PatchExecution.executionStatus attribute. |
void |
setExecutionTime(java.util.Date value)
Generated method - Setter of the
PatchExecution.executionTime attribute. |
void |
setExecutionTime(SessionContext ctx,
java.util.Date value)
Generated method - Setter of the
PatchExecution.executionTime attribute. |
void |
setGitHashCode(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
PatchExecution.gitHashCode attribute. |
void |
setGitHashCode(java.lang.String value)
Generated method - Setter of the
PatchExecution.gitHashCode attribute. |
void |
setJenkinsBuild(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
PatchExecution.jenkinsBuild attribute. |
void |
setJenkinsBuild(java.lang.String value)
Generated method - Setter of the
PatchExecution.jenkinsBuild attribute. |
void |
setNextExecution(PatchExecution value)
Generated method - Setter of the
PatchExecution.nextExecution attribute. |
void |
setNextExecution(SessionContext ctx,
PatchExecution value)
Generated method - Setter of the
PatchExecution.nextExecution attribute. |
void |
setPatchDescription(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
PatchExecution.patchDescription attribute. |
void |
setPatchDescription(java.lang.String value)
Generated method - Setter of the
PatchExecution.patchDescription attribute. |
void |
setPatchId(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
PatchExecution.patchId attribute. |
void |
setPatchId(java.lang.String value)
Generated method - Setter of the
PatchExecution.patchId attribute. |
void |
setPatchName(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
PatchExecution.patchName attribute. |
void |
setPatchName(java.lang.String value)
Generated method - Setter of the
PatchExecution.patchName attribute. |
void |
setPatchUnits(java.util.Collection<PatchExecutionUnit> value)
Generated method - Setter of the
PatchExecution.patchUnits attribute. |
void |
setPatchUnits(SessionContext ctx,
java.util.Collection<PatchExecutionUnit> value)
Generated method - Setter of the
PatchExecution.patchUnits attribute. |
void |
setPreviousExecution(PatchExecution value)
Generated method - Setter of the
PatchExecution.previousExecution attribute. |
void |
setPreviousExecution(SessionContext ctx,
PatchExecution value)
Generated method - Setter of the
PatchExecution.previousExecution attribute. |
void |
setRerunnable(boolean value)
Generated method - Setter of the
PatchExecution.rerunnable attribute. |
void |
setRerunnable(java.lang.Boolean value)
Generated method - Setter of the
PatchExecution.rerunnable attribute. |
void |
setRerunnable(SessionContext ctx,
boolean value)
Generated method - Setter of the
PatchExecution.rerunnable attribute. |
void |
setRerunnable(SessionContext ctx,
java.lang.Boolean value)
Generated method - Setter of the
PatchExecution.rerunnable attribute. |
createItem, 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 PATCHID
PatchExecution.patchId attributepublic static final java.lang.String PATCHNAME
PatchExecution.patchName attributepublic static final java.lang.String PATCHDESCRIPTION
PatchExecution.patchDescription attributepublic static final java.lang.String EXECUTIONTIME
PatchExecution.executionTime attributepublic static final java.lang.String PREVIOUSEXECUTION
PatchExecution.previousExecution attributepublic static final java.lang.String NEXTEXECUTION
PatchExecution.nextExecution attributepublic static final java.lang.String JENKINSBUILD
PatchExecution.jenkinsBuild attributepublic static final java.lang.String GITHASHCODE
PatchExecution.gitHashCode attributepublic static final java.lang.String EXECUTIONSTATUS
PatchExecution.executionStatus attributepublic static final java.lang.String ERRORLOG
PatchExecution.errorLog attributepublic static final java.lang.String RERUNNABLE
PatchExecution.rerunnable attributepublic static final java.lang.String PATCHUNITS
PatchExecution.patchUnits attributeprotected static final OneToManyHandler<PatchExecutionUnit> PATCHUNITSHANDLER
OneToManyHandler for handling 1:n PATCHUNITS's relation attributes from 'many' 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 Itempublic java.lang.String getErrorLog(SessionContext ctx)
PatchExecution.errorLog attribute.public java.lang.String getErrorLog()
PatchExecution.errorLog attribute.public void setErrorLog(SessionContext ctx, java.lang.String value)
PatchExecution.errorLog attribute.value - the errorLog - Details about major errors during the patch execution.public void setErrorLog(java.lang.String value)
PatchExecution.errorLog attribute.value - the errorLog - Details about major errors during the patch execution.public EnumerationValue getExecutionStatus(SessionContext ctx)
PatchExecution.executionStatus attribute.public EnumerationValue getExecutionStatus()
PatchExecution.executionStatus attribute.public void setExecutionStatus(SessionContext ctx, EnumerationValue value)
PatchExecution.executionStatus attribute.value - the executionStatuspublic void setExecutionStatus(EnumerationValue value)
PatchExecution.executionStatus attribute.value - the executionStatuspublic java.util.Date getExecutionTime(SessionContext ctx)
PatchExecution.executionTime attribute.public java.util.Date getExecutionTime()
PatchExecution.executionTime attribute.public void setExecutionTime(SessionContext ctx, java.util.Date value)
PatchExecution.executionTime attribute.value - the executionTimepublic void setExecutionTime(java.util.Date value)
PatchExecution.executionTime attribute.value - the executionTimepublic java.lang.String getGitHashCode(SessionContext ctx)
PatchExecution.gitHashCode attribute.public java.lang.String getGitHashCode()
PatchExecution.gitHashCode attribute.public void setGitHashCode(SessionContext ctx, java.lang.String value)
PatchExecution.gitHashCode attribute.value - the gitHashCodepublic void setGitHashCode(java.lang.String value)
PatchExecution.gitHashCode attribute.value - the gitHashCodepublic java.lang.String getJenkinsBuild(SessionContext ctx)
PatchExecution.jenkinsBuild attribute.public java.lang.String getJenkinsBuild()
PatchExecution.jenkinsBuild attribute.public void setJenkinsBuild(SessionContext ctx, java.lang.String value)
PatchExecution.jenkinsBuild attribute.value - the jenkinsBuildpublic void setJenkinsBuild(java.lang.String value)
PatchExecution.jenkinsBuild attribute.value - the jenkinsBuildpublic PatchExecution getNextExecution(SessionContext ctx)
PatchExecution.nextExecution attribute.public PatchExecution getNextExecution()
PatchExecution.nextExecution attribute.public void setNextExecution(SessionContext ctx, PatchExecution value)
PatchExecution.nextExecution attribute.value - the nextExecutionpublic void setNextExecution(PatchExecution value)
PatchExecution.nextExecution attribute.value - the nextExecutionpublic java.lang.String getPatchDescription(SessionContext ctx)
PatchExecution.patchDescription attribute.public java.lang.String getPatchDescription()
PatchExecution.patchDescription attribute.public void setPatchDescription(SessionContext ctx, java.lang.String value)
PatchExecution.patchDescription attribute.value - the patchDescriptionpublic void setPatchDescription(java.lang.String value)
PatchExecution.patchDescription attribute.value - the patchDescriptionpublic java.lang.String getPatchId(SessionContext ctx)
PatchExecution.patchId attribute.public java.lang.String getPatchId()
PatchExecution.patchId attribute.public void setPatchId(SessionContext ctx, java.lang.String value)
PatchExecution.patchId attribute.value - the patchIdpublic void setPatchId(java.lang.String value)
PatchExecution.patchId attribute.value - the patchIdpublic java.lang.String getPatchName(SessionContext ctx)
PatchExecution.patchName attribute.public java.lang.String getPatchName()
PatchExecution.patchName attribute.public void setPatchName(SessionContext ctx, java.lang.String value)
PatchExecution.patchName attribute.value - the patchNamepublic void setPatchName(java.lang.String value)
PatchExecution.patchName attribute.value - the patchNamepublic java.util.Collection<PatchExecutionUnit> getPatchUnits(SessionContext ctx)
PatchExecution.patchUnits attribute.public java.util.Collection<PatchExecutionUnit> getPatchUnits()
PatchExecution.patchUnits attribute.public void setPatchUnits(SessionContext ctx, java.util.Collection<PatchExecutionUnit> value)
PatchExecution.patchUnits attribute.value - the patchUnitspublic void setPatchUnits(java.util.Collection<PatchExecutionUnit> value)
PatchExecution.patchUnits attribute.value - the patchUnitspublic void addToPatchUnits(SessionContext ctx, PatchExecutionUnit value)
value to patchUnits.value - the item to add to patchUnitspublic void addToPatchUnits(PatchExecutionUnit value)
value to patchUnits.value - the item to add to patchUnitspublic void removeFromPatchUnits(SessionContext ctx, PatchExecutionUnit value)
value from patchUnits.value - the item to remove from patchUnitspublic void removeFromPatchUnits(PatchExecutionUnit value)
value from patchUnits.value - the item to remove from patchUnitspublic PatchExecution getPreviousExecution(SessionContext ctx)
PatchExecution.previousExecution attribute.public PatchExecution getPreviousExecution()
PatchExecution.previousExecution attribute.public void setPreviousExecution(SessionContext ctx, PatchExecution value)
PatchExecution.previousExecution attribute.value - the previousExecutionpublic void setPreviousExecution(PatchExecution value)
PatchExecution.previousExecution attribute.value - the previousExecutionpublic java.lang.Boolean isRerunnable(SessionContext ctx)
PatchExecution.rerunnable attribute.public java.lang.Boolean isRerunnable()
PatchExecution.rerunnable attribute.public boolean isRerunnableAsPrimitive(SessionContext ctx)
PatchExecution.rerunnable attribute.public boolean isRerunnableAsPrimitive()
PatchExecution.rerunnable attribute.public void setRerunnable(SessionContext ctx, java.lang.Boolean value)
PatchExecution.rerunnable attribute.value - the rerunnable - Flag indicating whether patch is re runnable by default.public void setRerunnable(java.lang.Boolean value)
PatchExecution.rerunnable attribute.value - the rerunnable - Flag indicating whether patch is re runnable by default.public void setRerunnable(SessionContext ctx, boolean value)
PatchExecution.rerunnable attribute.value - the rerunnable - Flag indicating whether patch is re runnable by default.public void setRerunnable(boolean value)
PatchExecution.rerunnable attribute.value - the rerunnable - Flag indicating whether patch is re runnable by default.Copyright © 2018 SAP SE. All Rights Reserved.