Class GeneratedBusinessProcess
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.processengine.jalo.GeneratedBusinessProcess
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
BusinessProcess
public abstract class GeneratedBusinessProcess extends GenericItem
Generated class for typeBusinessProcess
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CODE
Qualifier of theBusinessProcess.code
attributestatic java.lang.String
CONTEXTPARAMETERS
Qualifier of theBusinessProcess.contextParameters
attributeprotected static OneToManyHandler<BusinessProcessParameter>
CONTEXTPARAMETERSHANDLER
OneToManyHandler
for handling 1:n CONTEXTPARAMETERS's relation attributes from 'many' side.static java.lang.String
CURRENTTASKS
Qualifier of theBusinessProcess.currentTasks
attributeprotected static OneToManyHandler<ProcessTask>
CURRENTTASKSHANDLER
OneToManyHandler
for handling 1:n CURRENTTASKS's relation attributes from 'many' side.protected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
ENDMESSAGE
Qualifier of theBusinessProcess.endMessage
attributestatic java.lang.String
PROCESSDEFINITIONNAME
Qualifier of theBusinessProcess.processDefinitionName
attributestatic java.lang.String
PROCESSDEFINITIONVERSION
Qualifier of theBusinessProcess.processDefinitionVersion
attributestatic java.lang.String
STATE
Qualifier of theBusinessProcess.state
attributestatic java.lang.String
TASKLOGS
Qualifier of theBusinessProcess.taskLogs
attributeprotected static OneToManyHandler<ProcessTaskLog>
TASKLOGSHANDLER
OneToManyHandler
for handling 1:n TASKLOGS's relation attributes from 'many' side.static java.lang.String
USER
Qualifier of theBusinessProcess.user
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedBusinessProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToContextParameters(SessionContext ctx, BusinessProcessParameter value)
Generated method - Addsvalue
to contextParameters.void
addToContextParameters(BusinessProcessParameter value)
Generated method - Addsvalue
to contextParameters.void
addToCurrentTasks(SessionContext ctx, ProcessTask value)
Generated method - Addsvalue
to currentTasks.void
addToCurrentTasks(ProcessTask value)
Generated method - Addsvalue
to currentTasks.void
addToTaskLogs(SessionContext ctx, ProcessTaskLog value)
Generated method - Addsvalue
to taskLogs.void
addToTaskLogs(ProcessTaskLog value)
Generated method - Addsvalue
to taskLogs.java.lang.String
getCode()
Generated method - Getter of theBusinessProcess.code
attribute.java.lang.String
getCode(SessionContext ctx)
Generated method - Getter of theBusinessProcess.code
attribute.java.util.Collection<BusinessProcessParameter>
getContextParameters()
Generated method - Getter of theBusinessProcess.contextParameters
attribute.java.util.Collection<BusinessProcessParameter>
getContextParameters(SessionContext ctx)
Generated method - Getter of theBusinessProcess.contextParameters
attribute.java.util.Collection<ProcessTask>
getCurrentTasks()
Generated method - Getter of theBusinessProcess.currentTasks
attribute.java.util.Collection<ProcessTask>
getCurrentTasks(SessionContext ctx)
Generated method - Getter of theBusinessProcess.currentTasks
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getEndMessage()
Generated method - Getter of theBusinessProcess.endMessage
attribute.java.lang.String
getEndMessage(SessionContext ctx)
Generated method - Getter of theBusinessProcess.endMessage
attribute.java.lang.String
getProcessDefinitionName()
Generated method - Getter of theBusinessProcess.processDefinitionName
attribute.java.lang.String
getProcessDefinitionName(SessionContext ctx)
Generated method - Getter of theBusinessProcess.processDefinitionName
attribute.java.lang.String
getProcessDefinitionVersion()
Generated method - Getter of theBusinessProcess.processDefinitionVersion
attribute.java.lang.String
getProcessDefinitionVersion(SessionContext ctx)
Generated method - Getter of theBusinessProcess.processDefinitionVersion
attribute.EnumerationValue
getState()
Generated method - Getter of theBusinessProcess.state
attribute.EnumerationValue
getState(SessionContext ctx)
Generated method - Getter of theBusinessProcess.state
attribute.java.util.Collection<ProcessTaskLog>
getTaskLogs()
Generated method - Getter of theBusinessProcess.taskLogs
attribute.java.util.Collection<ProcessTaskLog>
getTaskLogs(SessionContext ctx)
Generated method - Getter of theBusinessProcess.taskLogs
attribute.User
getUser()
Generated method - Getter of theBusinessProcess.user
attribute.User
getUser(SessionContext ctx)
Generated method - Getter of theBusinessProcess.user
attribute.void
removeFromContextParameters(SessionContext ctx, BusinessProcessParameter value)
Generated method - Removesvalue
from contextParameters.void
removeFromContextParameters(BusinessProcessParameter value)
Generated method - Removesvalue
from contextParameters.void
removeFromCurrentTasks(SessionContext ctx, ProcessTask value)
Generated method - Removesvalue
from currentTasks.void
removeFromCurrentTasks(ProcessTask value)
Generated method - Removesvalue
from currentTasks.void
removeFromTaskLogs(SessionContext ctx, ProcessTaskLog value)
Generated method - Removesvalue
from taskLogs.void
removeFromTaskLogs(ProcessTaskLog value)
Generated method - Removesvalue
from taskLogs.protected void
setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBusinessProcess.code
attribute.protected void
setCode(java.lang.String value)
Generated method - Setter of theBusinessProcess.code
attribute.void
setContextParameters(SessionContext ctx, java.util.Collection<BusinessProcessParameter> value)
Generated method - Setter of theBusinessProcess.contextParameters
attribute.void
setContextParameters(java.util.Collection<BusinessProcessParameter> value)
Generated method - Setter of theBusinessProcess.contextParameters
attribute.void
setCurrentTasks(SessionContext ctx, java.util.Collection<ProcessTask> value)
Generated method - Setter of theBusinessProcess.currentTasks
attribute.void
setCurrentTasks(java.util.Collection<ProcessTask> value)
Generated method - Setter of theBusinessProcess.currentTasks
attribute.void
setEndMessage(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBusinessProcess.endMessage
attribute.void
setEndMessage(java.lang.String value)
Generated method - Setter of theBusinessProcess.endMessage
attribute.protected void
setProcessDefinitionName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBusinessProcess.processDefinitionName
attribute.protected void
setProcessDefinitionName(java.lang.String value)
Generated method - Setter of theBusinessProcess.processDefinitionName
attribute.void
setProcessDefinitionVersion(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBusinessProcess.processDefinitionVersion
attribute.void
setProcessDefinitionVersion(java.lang.String value)
Generated method - Setter of theBusinessProcess.processDefinitionVersion
attribute.void
setState(EnumerationValue value)
Generated method - Setter of theBusinessProcess.state
attribute.void
setState(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theBusinessProcess.state
attribute.void
setTaskLogs(SessionContext ctx, java.util.Collection<ProcessTaskLog> value)
Generated method - Setter of theBusinessProcess.taskLogs
attribute.void
setTaskLogs(java.util.Collection<ProcessTaskLog> value)
Generated method - Setter of theBusinessProcess.taskLogs
attribute.void
setUser(SessionContext ctx, User value)
Generated method - Setter of theBusinessProcess.user
attribute.void
setUser(User value)
Generated method - Setter of theBusinessProcess.user
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, 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, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CODE
public static final java.lang.String CODE
Qualifier of theBusinessProcess.code
attribute- See Also:
- Constant Field Values
-
PROCESSDEFINITIONNAME
public static final java.lang.String PROCESSDEFINITIONNAME
Qualifier of theBusinessProcess.processDefinitionName
attribute- See Also:
- Constant Field Values
-
PROCESSDEFINITIONVERSION
public static final java.lang.String PROCESSDEFINITIONVERSION
Qualifier of theBusinessProcess.processDefinitionVersion
attribute- See Also:
- Constant Field Values
-
STATE
public static final java.lang.String STATE
Qualifier of theBusinessProcess.state
attribute- See Also:
- Constant Field Values
-
ENDMESSAGE
public static final java.lang.String ENDMESSAGE
Qualifier of theBusinessProcess.endMessage
attribute- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
Qualifier of theBusinessProcess.user
attribute- See Also:
- Constant Field Values
-
CURRENTTASKS
public static final java.lang.String CURRENTTASKS
Qualifier of theBusinessProcess.currentTasks
attribute- See Also:
- Constant Field Values
-
CONTEXTPARAMETERS
public static final java.lang.String CONTEXTPARAMETERS
Qualifier of theBusinessProcess.contextParameters
attribute- See Also:
- Constant Field Values
-
TASKLOGS
public static final java.lang.String TASKLOGS
Qualifier of theBusinessProcess.taskLogs
attribute- See Also:
- Constant Field Values
-
CURRENTTASKSHANDLER
protected static final OneToManyHandler<ProcessTask> CURRENTTASKSHANDLER
OneToManyHandler
for handling 1:n CURRENTTASKS's relation attributes from 'many' side.
-
CONTEXTPARAMETERSHANDLER
protected static final OneToManyHandler<BusinessProcessParameter> CONTEXTPARAMETERSHANDLER
OneToManyHandler
for handling 1:n CONTEXTPARAMETERS's relation attributes from 'many' side.
-
TASKLOGSHANDLER
protected static final OneToManyHandler<ProcessTaskLog> TASKLOGSHANDLER
OneToManyHandler
for handling 1:n TASKLOGS's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theBusinessProcess.code
attribute.- Returns:
- the code - Unique identifier of this process
-
getCode
public java.lang.String getCode()
Generated method - Getter of theBusinessProcess.code
attribute.- Returns:
- the code - Unique identifier of this process
-
setCode
protected void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBusinessProcess.code
attribute.- Parameters:
value
- the code - Unique identifier of this process
-
setCode
protected void setCode(java.lang.String value)
Generated method - Setter of theBusinessProcess.code
attribute.- Parameters:
value
- the code - Unique identifier of this process
-
getContextParameters
public java.util.Collection<BusinessProcessParameter> getContextParameters(SessionContext ctx)
Generated method - Getter of theBusinessProcess.contextParameters
attribute.- Returns:
- the contextParameters
-
getContextParameters
public java.util.Collection<BusinessProcessParameter> getContextParameters()
Generated method - Getter of theBusinessProcess.contextParameters
attribute.- Returns:
- the contextParameters
-
setContextParameters
public void setContextParameters(SessionContext ctx, java.util.Collection<BusinessProcessParameter> value)
Generated method - Setter of theBusinessProcess.contextParameters
attribute.- Parameters:
value
- the contextParameters
-
setContextParameters
public void setContextParameters(java.util.Collection<BusinessProcessParameter> value)
Generated method - Setter of theBusinessProcess.contextParameters
attribute.- Parameters:
value
- the contextParameters
-
addToContextParameters
public void addToContextParameters(SessionContext ctx, BusinessProcessParameter value)
Generated method - Addsvalue
to contextParameters.- Parameters:
value
- the item to add to contextParameters
-
addToContextParameters
public void addToContextParameters(BusinessProcessParameter value)
Generated method - Addsvalue
to contextParameters.- Parameters:
value
- the item to add to contextParameters
-
removeFromContextParameters
public void removeFromContextParameters(SessionContext ctx, BusinessProcessParameter value)
Generated method - Removesvalue
from contextParameters.- Parameters:
value
- the item to remove from contextParameters
-
removeFromContextParameters
public void removeFromContextParameters(BusinessProcessParameter value)
Generated method - Removesvalue
from contextParameters.- Parameters:
value
- the item to remove from contextParameters
-
getCurrentTasks
public java.util.Collection<ProcessTask> getCurrentTasks(SessionContext ctx)
Generated method - Getter of theBusinessProcess.currentTasks
attribute.- Returns:
- the currentTasks
-
getCurrentTasks
public java.util.Collection<ProcessTask> getCurrentTasks()
Generated method - Getter of theBusinessProcess.currentTasks
attribute.- Returns:
- the currentTasks
-
setCurrentTasks
public void setCurrentTasks(SessionContext ctx, java.util.Collection<ProcessTask> value)
Generated method - Setter of theBusinessProcess.currentTasks
attribute.- Parameters:
value
- the currentTasks
-
setCurrentTasks
public void setCurrentTasks(java.util.Collection<ProcessTask> value)
Generated method - Setter of theBusinessProcess.currentTasks
attribute.- Parameters:
value
- the currentTasks
-
addToCurrentTasks
public void addToCurrentTasks(SessionContext ctx, ProcessTask value)
Generated method - Addsvalue
to currentTasks.- Parameters:
value
- the item to add to currentTasks
-
addToCurrentTasks
public void addToCurrentTasks(ProcessTask value)
Generated method - Addsvalue
to currentTasks.- Parameters:
value
- the item to add to currentTasks
-
removeFromCurrentTasks
public void removeFromCurrentTasks(SessionContext ctx, ProcessTask value)
Generated method - Removesvalue
from currentTasks.- Parameters:
value
- the item to remove from currentTasks
-
removeFromCurrentTasks
public void removeFromCurrentTasks(ProcessTask value)
Generated method - Removesvalue
from currentTasks.- Parameters:
value
- the item to remove from currentTasks
-
getEndMessage
public java.lang.String getEndMessage(SessionContext ctx)
Generated method - Getter of theBusinessProcess.endMessage
attribute.- Returns:
- the endMessage - Message given in the end state of the process.
-
getEndMessage
public java.lang.String getEndMessage()
Generated method - Getter of theBusinessProcess.endMessage
attribute.- Returns:
- the endMessage - Message given in the end state of the process.
-
setEndMessage
public void setEndMessage(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBusinessProcess.endMessage
attribute.- Parameters:
value
- the endMessage - Message given in the end state of the process.
-
setEndMessage
public void setEndMessage(java.lang.String value)
Generated method - Setter of theBusinessProcess.endMessage
attribute.- Parameters:
value
- the endMessage - Message given in the end state of the process.
-
getProcessDefinitionName
public java.lang.String getProcessDefinitionName(SessionContext ctx)
Generated method - Getter of theBusinessProcess.processDefinitionName
attribute.- Returns:
- the processDefinitionName - Name of the process definition to use.
-
getProcessDefinitionName
public java.lang.String getProcessDefinitionName()
Generated method - Getter of theBusinessProcess.processDefinitionName
attribute.- Returns:
- the processDefinitionName - Name of the process definition to use.
-
setProcessDefinitionName
protected void setProcessDefinitionName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBusinessProcess.processDefinitionName
attribute.- Parameters:
value
- the processDefinitionName - Name of the process definition to use.
-
setProcessDefinitionName
protected void setProcessDefinitionName(java.lang.String value)
Generated method - Setter of theBusinessProcess.processDefinitionName
attribute.- Parameters:
value
- the processDefinitionName - Name of the process definition to use.
-
getProcessDefinitionVersion
public java.lang.String getProcessDefinitionVersion(SessionContext ctx)
Generated method - Getter of theBusinessProcess.processDefinitionVersion
attribute.- Returns:
- the processDefinitionVersion - Version of the process definition used by this process.
-
getProcessDefinitionVersion
public java.lang.String getProcessDefinitionVersion()
Generated method - Getter of theBusinessProcess.processDefinitionVersion
attribute.- Returns:
- the processDefinitionVersion - Version of the process definition used by this process.
-
setProcessDefinitionVersion
public void setProcessDefinitionVersion(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBusinessProcess.processDefinitionVersion
attribute.- Parameters:
value
- the processDefinitionVersion - Version of the process definition used by this process.
-
setProcessDefinitionVersion
public void setProcessDefinitionVersion(java.lang.String value)
Generated method - Setter of theBusinessProcess.processDefinitionVersion
attribute.- Parameters:
value
- the processDefinitionVersion - Version of the process definition used by this process.
-
getState
public EnumerationValue getState(SessionContext ctx)
Generated method - Getter of theBusinessProcess.state
attribute.- Returns:
- the state - Current (persisted) state of this process.
-
getState
public EnumerationValue getState()
Generated method - Getter of theBusinessProcess.state
attribute.- Returns:
- the state - Current (persisted) state of this process.
-
setState
public void setState(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theBusinessProcess.state
attribute.- Parameters:
value
- the state - Current (persisted) state of this process.
-
setState
public void setState(EnumerationValue value)
Generated method - Setter of theBusinessProcess.state
attribute.- Parameters:
value
- the state - Current (persisted) state of this process.
-
getTaskLogs
public java.util.Collection<ProcessTaskLog> getTaskLogs(SessionContext ctx)
Generated method - Getter of theBusinessProcess.taskLogs
attribute.- Returns:
- the taskLogs
-
getTaskLogs
public java.util.Collection<ProcessTaskLog> getTaskLogs()
Generated method - Getter of theBusinessProcess.taskLogs
attribute.- Returns:
- the taskLogs
-
setTaskLogs
public void setTaskLogs(SessionContext ctx, java.util.Collection<ProcessTaskLog> value)
Generated method - Setter of theBusinessProcess.taskLogs
attribute.- Parameters:
value
- the taskLogs
-
setTaskLogs
public void setTaskLogs(java.util.Collection<ProcessTaskLog> value)
Generated method - Setter of theBusinessProcess.taskLogs
attribute.- Parameters:
value
- the taskLogs
-
addToTaskLogs
public void addToTaskLogs(SessionContext ctx, ProcessTaskLog value)
Generated method - Addsvalue
to taskLogs.- Parameters:
value
- the item to add to taskLogs
-
addToTaskLogs
public void addToTaskLogs(ProcessTaskLog value)
Generated method - Addsvalue
to taskLogs.- Parameters:
value
- the item to add to taskLogs
-
removeFromTaskLogs
public void removeFromTaskLogs(SessionContext ctx, ProcessTaskLog value)
Generated method - Removesvalue
from taskLogs.- Parameters:
value
- the item to remove from taskLogs
-
removeFromTaskLogs
public void removeFromTaskLogs(ProcessTaskLog value)
Generated method - Removesvalue
from taskLogs.- Parameters:
value
- the item to remove from taskLogs
-
getUser
public User getUser(SessionContext ctx)
Generated method - Getter of theBusinessProcess.user
attribute.- Returns:
- the user
-
getUser
public User getUser()
Generated method - Getter of theBusinessProcess.user
attribute.- Returns:
- the user
-
setUser
public void setUser(SessionContext ctx, User value)
Generated method - Setter of theBusinessProcess.user
attribute.- Parameters:
value
- the user
-
setUser
public void setUser(User value)
Generated method - Setter of theBusinessProcess.user
attribute.- Parameters:
value
- the user
-
-