public abstract class GeneratedDistributedProcess extends GenericItem
DistributedProcess.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 String |
BATCHES
Qualifier of the
DistributedProcess.batches attribute |
protected static OneToManyHandler<Batch> |
BATCHESHANDLER
OneToManyHandler for handling 1:n BATCHES's relation attributes from 'many' side. |
static String |
CODE
Qualifier of the
DistributedProcess.code attribute |
static String |
CURRENTEXECUTIONID
Qualifier of the
DistributedProcess.currentExecutionId attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
EXTENDEDSTATUS
Qualifier of the
DistributedProcess.extendedStatus attribute |
static String |
HANDLERBEANID
Qualifier of the
DistributedProcess.handlerBeanId attribute |
static String |
NODEGROUP
Qualifier of the
DistributedProcess.nodeGroup attribute |
static String |
PROGRESS
Qualifier of the
DistributedProcess.progress attribute |
static String |
STATE
Qualifier of the
DistributedProcess.state attribute |
static String |
STATUS
Qualifier of the
DistributedProcess.status attribute |
static String |
STOPREQUESTED
Qualifier of the
DistributedProcess.stopRequested 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 |
|---|
GeneratedDistributedProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToBatches(Batch value)
Generated method - Adds
value to batches. |
void |
addToBatches(SessionContext ctx,
Batch value)
Generated method - Adds
value to batches. |
Collection<Batch> |
getBatches()
Generated method - Getter of the
DistributedProcess.batches attribute. |
Collection<Batch> |
getBatches(SessionContext ctx)
Generated method - Getter of the
DistributedProcess.batches attribute. |
String |
getCode()
Generated method - Getter of the
DistributedProcess.code attribute. |
String |
getCode(SessionContext ctx)
Generated method - Getter of the
DistributedProcess.code attribute. |
String |
getCurrentExecutionId()
Generated method - Getter of the
DistributedProcess.currentExecutionId attribute. |
String |
getCurrentExecutionId(SessionContext ctx)
Generated method - Getter of the
DistributedProcess.currentExecutionId attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
String |
getExtendedStatus()
Generated method - Getter of the
DistributedProcess.extendedStatus attribute. |
String |
getExtendedStatus(SessionContext ctx)
Generated method - Getter of the
DistributedProcess.extendedStatus attribute. |
String |
getHandlerBeanId()
Generated method - Getter of the
DistributedProcess.handlerBeanId attribute. |
String |
getHandlerBeanId(SessionContext ctx)
Generated method - Getter of the
DistributedProcess.handlerBeanId attribute. |
String |
getNodeGroup()
Generated method - Getter of the
DistributedProcess.nodeGroup attribute. |
String |
getNodeGroup(SessionContext ctx)
Generated method - Getter of the
DistributedProcess.nodeGroup attribute. |
Double |
getProgress()
Generated method - Getter of the
DistributedProcess.progress attribute. |
Double |
getProgress(SessionContext ctx)
Generated method - Getter of the
DistributedProcess.progress attribute. |
double |
getProgressAsPrimitive()
Generated method - Getter of the
DistributedProcess.progress attribute. |
double |
getProgressAsPrimitive(SessionContext ctx)
Generated method - Getter of the
DistributedProcess.progress attribute. |
EnumerationValue |
getState()
Generated method - Getter of the
DistributedProcess.state attribute. |
EnumerationValue |
getState(SessionContext ctx)
Generated method - Getter of the
DistributedProcess.state attribute. |
String |
getStatus()
Generated method - Getter of the
DistributedProcess.status attribute. |
String |
getStatus(SessionContext ctx)
Generated method - Getter of the
DistributedProcess.status attribute. |
Boolean |
isStopRequested()
Generated method - Getter of the
DistributedProcess.stopRequested attribute. |
Boolean |
isStopRequested(SessionContext ctx)
Generated method - Getter of the
DistributedProcess.stopRequested attribute. |
boolean |
isStopRequestedAsPrimitive()
Generated method - Getter of the
DistributedProcess.stopRequested attribute. |
boolean |
isStopRequestedAsPrimitive(SessionContext ctx)
Generated method - Getter of the
DistributedProcess.stopRequested attribute. |
void |
removeFromBatches(Batch value)
Generated method - Removes
value from batches. |
void |
removeFromBatches(SessionContext ctx,
Batch value)
Generated method - Removes
value from batches. |
void |
setBatches(Collection<Batch> value)
Generated method - Setter of the
DistributedProcess.batches attribute. |
void |
setBatches(SessionContext ctx,
Collection<Batch> value)
Generated method - Setter of the
DistributedProcess.batches attribute. |
protected void |
setCode(SessionContext ctx,
String value)
Generated method - Setter of the
DistributedProcess.code attribute. |
protected void |
setCode(String value)
Generated method - Setter of the
DistributedProcess.code attribute. |
void |
setCurrentExecutionId(SessionContext ctx,
String value)
Generated method - Setter of the
DistributedProcess.currentExecutionId attribute. |
void |
setCurrentExecutionId(String value)
Generated method - Setter of the
DistributedProcess.currentExecutionId attribute. |
void |
setExtendedStatus(SessionContext ctx,
String value)
Generated method - Setter of the
DistributedProcess.extendedStatus attribute. |
void |
setExtendedStatus(String value)
Generated method - Setter of the
DistributedProcess.extendedStatus attribute. |
protected void |
setHandlerBeanId(SessionContext ctx,
String value)
Generated method - Setter of the
DistributedProcess.handlerBeanId attribute. |
protected void |
setHandlerBeanId(String value)
Generated method - Setter of the
DistributedProcess.handlerBeanId attribute. |
protected void |
setNodeGroup(SessionContext ctx,
String value)
Generated method - Setter of the
DistributedProcess.nodeGroup attribute. |
protected void |
setNodeGroup(String value)
Generated method - Setter of the
DistributedProcess.nodeGroup attribute. |
void |
setProgress(double value)
Generated method - Setter of the
DistributedProcess.progress attribute. |
void |
setProgress(Double value)
Generated method - Setter of the
DistributedProcess.progress attribute. |
void |
setProgress(SessionContext ctx,
double value)
Generated method - Setter of the
DistributedProcess.progress attribute. |
void |
setProgress(SessionContext ctx,
Double value)
Generated method - Setter of the
DistributedProcess.progress attribute. |
void |
setState(EnumerationValue value)
Generated method - Setter of the
DistributedProcess.state attribute. |
void |
setState(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
DistributedProcess.state attribute. |
void |
setStatus(SessionContext ctx,
String value)
Generated method - Setter of the
DistributedProcess.status attribute. |
void |
setStatus(String value)
Generated method - Setter of the
DistributedProcess.status attribute. |
void |
setStopRequested(boolean value)
Generated method - Setter of the
DistributedProcess.stopRequested attribute. |
void |
setStopRequested(Boolean value)
Generated method - Setter of the
DistributedProcess.stopRequested attribute. |
void |
setStopRequested(SessionContext ctx,
boolean value)
Generated method - Setter of the
DistributedProcess.stopRequested attribute. |
void |
setStopRequested(SessionContext ctx,
Boolean value)
Generated method - Setter of the
DistributedProcess.stopRequested attribute. |
createItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, 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, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, 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, writeReplacegetImplementation, setTenantpublic static final String CODE
DistributedProcess.code attributepublic static final String HANDLERBEANID
DistributedProcess.handlerBeanId attributepublic static final String CURRENTEXECUTIONID
DistributedProcess.currentExecutionId attributepublic static final String STATE
DistributedProcess.state attributepublic static final String STOPREQUESTED
DistributedProcess.stopRequested attributepublic static final String NODEGROUP
DistributedProcess.nodeGroup attributepublic static final String STATUS
DistributedProcess.status attributepublic static final String EXTENDEDSTATUS
DistributedProcess.extendedStatus attributepublic static final String PROGRESS
DistributedProcess.progress attributepublic static final String BATCHES
DistributedProcess.batches attributeprotected static final OneToManyHandler<Batch> BATCHESHANDLER
OneToManyHandler for handling 1:n BATCHES's relation attributes from 'many' side.protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic Collection<Batch> getBatches(SessionContext ctx)
DistributedProcess.batches attribute.public Collection<Batch> getBatches()
DistributedProcess.batches attribute.public void setBatches(SessionContext ctx, Collection<Batch> value)
DistributedProcess.batches attribute.value - the batchespublic void setBatches(Collection<Batch> value)
DistributedProcess.batches attribute.value - the batchespublic void addToBatches(SessionContext ctx, Batch value)
value to batches.value - the item to add to batchespublic void addToBatches(Batch value)
value to batches.value - the item to add to batchespublic void removeFromBatches(SessionContext ctx, Batch value)
value from batches.value - the item to remove from batchespublic void removeFromBatches(Batch value)
value from batches.value - the item to remove from batchespublic String getCode(SessionContext ctx)
DistributedProcess.code attribute.public String getCode()
DistributedProcess.code attribute.protected void setCode(SessionContext ctx, String value)
DistributedProcess.code attribute.value - the codeprotected void setCode(String value)
DistributedProcess.code attribute.value - the codepublic String getCurrentExecutionId(SessionContext ctx)
DistributedProcess.currentExecutionId attribute.public String getCurrentExecutionId()
DistributedProcess.currentExecutionId attribute.public void setCurrentExecutionId(SessionContext ctx, String value)
DistributedProcess.currentExecutionId attribute.value - the currentExecutionIdpublic void setCurrentExecutionId(String value)
DistributedProcess.currentExecutionId attribute.value - the currentExecutionIdpublic String getExtendedStatus(SessionContext ctx)
DistributedProcess.extendedStatus attribute.public String getExtendedStatus()
DistributedProcess.extendedStatus attribute.public void setExtendedStatus(SessionContext ctx, String value)
DistributedProcess.extendedStatus attribute.value - the extendedStatuspublic void setExtendedStatus(String value)
DistributedProcess.extendedStatus attribute.value - the extendedStatuspublic String getHandlerBeanId(SessionContext ctx)
DistributedProcess.handlerBeanId attribute.public String getHandlerBeanId()
DistributedProcess.handlerBeanId attribute.protected void setHandlerBeanId(SessionContext ctx, String value)
DistributedProcess.handlerBeanId attribute.value - the handlerBeanIdprotected void setHandlerBeanId(String value)
DistributedProcess.handlerBeanId attribute.value - the handlerBeanIdpublic String getNodeGroup(SessionContext ctx)
DistributedProcess.nodeGroup attribute.public String getNodeGroup()
DistributedProcess.nodeGroup attribute.protected void setNodeGroup(SessionContext ctx, String value)
DistributedProcess.nodeGroup attribute.value - the nodeGroupprotected void setNodeGroup(String value)
DistributedProcess.nodeGroup attribute.value - the nodeGrouppublic Double getProgress(SessionContext ctx)
DistributedProcess.progress attribute.public Double getProgress()
DistributedProcess.progress attribute.public double getProgressAsPrimitive(SessionContext ctx)
DistributedProcess.progress attribute.public double getProgressAsPrimitive()
DistributedProcess.progress attribute.public void setProgress(SessionContext ctx, Double value)
DistributedProcess.progress attribute.value - the progresspublic void setProgress(Double value)
DistributedProcess.progress attribute.value - the progresspublic void setProgress(SessionContext ctx, double value)
DistributedProcess.progress attribute.value - the progresspublic void setProgress(double value)
DistributedProcess.progress attribute.value - the progresspublic EnumerationValue getState(SessionContext ctx)
DistributedProcess.state attribute.public EnumerationValue getState()
DistributedProcess.state attribute.public void setState(SessionContext ctx, EnumerationValue value)
DistributedProcess.state attribute.value - the statepublic void setState(EnumerationValue value)
DistributedProcess.state attribute.value - the statepublic String getStatus(SessionContext ctx)
DistributedProcess.status attribute.public String getStatus()
DistributedProcess.status attribute.public void setStatus(SessionContext ctx, String value)
DistributedProcess.status attribute.value - the statuspublic void setStatus(String value)
DistributedProcess.status attribute.value - the statuspublic Boolean isStopRequested(SessionContext ctx)
DistributedProcess.stopRequested attribute.public Boolean isStopRequested()
DistributedProcess.stopRequested attribute.public boolean isStopRequestedAsPrimitive(SessionContext ctx)
DistributedProcess.stopRequested attribute.public boolean isStopRequestedAsPrimitive()
DistributedProcess.stopRequested attribute.public void setStopRequested(SessionContext ctx, Boolean value)
DistributedProcess.stopRequested attribute.value - the stopRequestedpublic void setStopRequested(Boolean value)
DistributedProcess.stopRequested attribute.value - the stopRequestedpublic void setStopRequested(SessionContext ctx, boolean value)
DistributedProcess.stopRequested attribute.value - the stopRequestedpublic void setStopRequested(boolean value)
DistributedProcess.stopRequested attribute.value - the stopRequestedCopyright © 2017 SAP SE. All Rights Reserved.