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.StringCODEQualifier of theBusinessProcess.codeattributestatic java.lang.StringCONTEXTPARAMETERSQualifier of theBusinessProcess.contextParametersattributeprotected static OneToManyHandler<BusinessProcessParameter>CONTEXTPARAMETERSHANDLEROneToManyHandlerfor handling 1:n CONTEXTPARAMETERS's relation attributes from 'many' side.static java.lang.StringCURRENTTASKSQualifier of theBusinessProcess.currentTasksattributeprotected static OneToManyHandler<ProcessTask>CURRENTTASKSHANDLEROneToManyHandlerfor handling 1:n CURRENTTASKS's relation attributes from 'many' side.protected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringENDMESSAGEQualifier of theBusinessProcess.endMessageattributestatic java.lang.StringPROCESSDEFINITIONNAMEQualifier of theBusinessProcess.processDefinitionNameattributestatic java.lang.StringPROCESSDEFINITIONVERSIONQualifier of theBusinessProcess.processDefinitionVersionattributestatic java.lang.StringSTATEQualifier of theBusinessProcess.stateattributestatic java.lang.StringTASKLOGSQualifier of theBusinessProcess.taskLogsattributeprotected static OneToManyHandler<ProcessTaskLog>TASKLOGSHANDLEROneToManyHandlerfor handling 1:n TASKLOGS's relation attributes from 'many' side.static java.lang.StringUSERQualifier of theBusinessProcess.userattribute-
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 voidaddToContextParameters(SessionContext ctx, BusinessProcessParameter value)Generated method - Addsvalueto contextParameters.voidaddToContextParameters(BusinessProcessParameter value)Generated method - Addsvalueto contextParameters.voidaddToCurrentTasks(SessionContext ctx, ProcessTask value)Generated method - Addsvalueto currentTasks.voidaddToCurrentTasks(ProcessTask value)Generated method - Addsvalueto currentTasks.voidaddToTaskLogs(SessionContext ctx, ProcessTaskLog value)Generated method - Addsvalueto taskLogs.voidaddToTaskLogs(ProcessTaskLog value)Generated method - Addsvalueto taskLogs.java.lang.StringgetCode()Generated method - Getter of theBusinessProcess.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of theBusinessProcess.codeattribute.java.util.Collection<BusinessProcessParameter>getContextParameters()Generated method - Getter of theBusinessProcess.contextParametersattribute.java.util.Collection<BusinessProcessParameter>getContextParameters(SessionContext ctx)Generated method - Getter of theBusinessProcess.contextParametersattribute.java.util.Collection<ProcessTask>getCurrentTasks()Generated method - Getter of theBusinessProcess.currentTasksattribute.java.util.Collection<ProcessTask>getCurrentTasks(SessionContext ctx)Generated method - Getter of theBusinessProcess.currentTasksattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetEndMessage()Generated method - Getter of theBusinessProcess.endMessageattribute.java.lang.StringgetEndMessage(SessionContext ctx)Generated method - Getter of theBusinessProcess.endMessageattribute.java.lang.StringgetProcessDefinitionName()Generated method - Getter of theBusinessProcess.processDefinitionNameattribute.java.lang.StringgetProcessDefinitionName(SessionContext ctx)Generated method - Getter of theBusinessProcess.processDefinitionNameattribute.java.lang.StringgetProcessDefinitionVersion()Generated method - Getter of theBusinessProcess.processDefinitionVersionattribute.java.lang.StringgetProcessDefinitionVersion(SessionContext ctx)Generated method - Getter of theBusinessProcess.processDefinitionVersionattribute.EnumerationValuegetState()Generated method - Getter of theBusinessProcess.stateattribute.EnumerationValuegetState(SessionContext ctx)Generated method - Getter of theBusinessProcess.stateattribute.java.util.Collection<ProcessTaskLog>getTaskLogs()Generated method - Getter of theBusinessProcess.taskLogsattribute.java.util.Collection<ProcessTaskLog>getTaskLogs(SessionContext ctx)Generated method - Getter of theBusinessProcess.taskLogsattribute.UsergetUser()Generated method - Getter of theBusinessProcess.userattribute.UsergetUser(SessionContext ctx)Generated method - Getter of theBusinessProcess.userattribute.voidremoveFromContextParameters(SessionContext ctx, BusinessProcessParameter value)Generated method - Removesvaluefrom contextParameters.voidremoveFromContextParameters(BusinessProcessParameter value)Generated method - Removesvaluefrom contextParameters.voidremoveFromCurrentTasks(SessionContext ctx, ProcessTask value)Generated method - Removesvaluefrom currentTasks.voidremoveFromCurrentTasks(ProcessTask value)Generated method - Removesvaluefrom currentTasks.voidremoveFromTaskLogs(SessionContext ctx, ProcessTaskLog value)Generated method - Removesvaluefrom taskLogs.voidremoveFromTaskLogs(ProcessTaskLog value)Generated method - Removesvaluefrom taskLogs.protected voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theBusinessProcess.codeattribute.protected voidsetCode(java.lang.String value)Generated method - Setter of theBusinessProcess.codeattribute.voidsetContextParameters(SessionContext ctx, java.util.Collection<BusinessProcessParameter> value)Generated method - Setter of theBusinessProcess.contextParametersattribute.voidsetContextParameters(java.util.Collection<BusinessProcessParameter> value)Generated method - Setter of theBusinessProcess.contextParametersattribute.voidsetCurrentTasks(SessionContext ctx, java.util.Collection<ProcessTask> value)Generated method - Setter of theBusinessProcess.currentTasksattribute.voidsetCurrentTasks(java.util.Collection<ProcessTask> value)Generated method - Setter of theBusinessProcess.currentTasksattribute.voidsetEndMessage(SessionContext ctx, java.lang.String value)Generated method - Setter of theBusinessProcess.endMessageattribute.voidsetEndMessage(java.lang.String value)Generated method - Setter of theBusinessProcess.endMessageattribute.protected voidsetProcessDefinitionName(SessionContext ctx, java.lang.String value)Generated method - Setter of theBusinessProcess.processDefinitionNameattribute.protected voidsetProcessDefinitionName(java.lang.String value)Generated method - Setter of theBusinessProcess.processDefinitionNameattribute.voidsetProcessDefinitionVersion(SessionContext ctx, java.lang.String value)Generated method - Setter of theBusinessProcess.processDefinitionVersionattribute.voidsetProcessDefinitionVersion(java.lang.String value)Generated method - Setter of theBusinessProcess.processDefinitionVersionattribute.voidsetState(EnumerationValue value)Generated method - Setter of theBusinessProcess.stateattribute.voidsetState(SessionContext ctx, EnumerationValue value)Generated method - Setter of theBusinessProcess.stateattribute.voidsetTaskLogs(SessionContext ctx, java.util.Collection<ProcessTaskLog> value)Generated method - Setter of theBusinessProcess.taskLogsattribute.voidsetTaskLogs(java.util.Collection<ProcessTaskLog> value)Generated method - Setter of theBusinessProcess.taskLogsattribute.voidsetUser(SessionContext ctx, User value)Generated method - Setter of theBusinessProcess.userattribute.voidsetUser(User value)Generated method - Setter of theBusinessProcess.userattribute.-
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.codeattribute- See Also:
- Constant Field Values
-
PROCESSDEFINITIONNAME
public static final java.lang.String PROCESSDEFINITIONNAME
Qualifier of theBusinessProcess.processDefinitionNameattribute- See Also:
- Constant Field Values
-
PROCESSDEFINITIONVERSION
public static final java.lang.String PROCESSDEFINITIONVERSION
Qualifier of theBusinessProcess.processDefinitionVersionattribute- See Also:
- Constant Field Values
-
STATE
public static final java.lang.String STATE
Qualifier of theBusinessProcess.stateattribute- See Also:
- Constant Field Values
-
ENDMESSAGE
public static final java.lang.String ENDMESSAGE
Qualifier of theBusinessProcess.endMessageattribute- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
Qualifier of theBusinessProcess.userattribute- See Also:
- Constant Field Values
-
CURRENTTASKS
public static final java.lang.String CURRENTTASKS
Qualifier of theBusinessProcess.currentTasksattribute- See Also:
- Constant Field Values
-
CONTEXTPARAMETERS
public static final java.lang.String CONTEXTPARAMETERS
Qualifier of theBusinessProcess.contextParametersattribute- See Also:
- Constant Field Values
-
TASKLOGS
public static final java.lang.String TASKLOGS
Qualifier of theBusinessProcess.taskLogsattribute- See Also:
- Constant Field Values
-
CURRENTTASKSHANDLER
protected static final OneToManyHandler<ProcessTask> CURRENTTASKSHANDLER
OneToManyHandlerfor handling 1:n CURRENTTASKS's relation attributes from 'many' side.
-
CONTEXTPARAMETERSHANDLER
protected static final OneToManyHandler<BusinessProcessParameter> CONTEXTPARAMETERSHANDLER
OneToManyHandlerfor handling 1:n CONTEXTPARAMETERS's relation attributes from 'many' side.
-
TASKLOGSHANDLER
protected static final OneToManyHandler<ProcessTaskLog> TASKLOGSHANDLER
OneToManyHandlerfor 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:
getDefaultAttributeModesin classItem
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theBusinessProcess.codeattribute.- Returns:
- the code - Unique identifier of this process
-
getCode
public java.lang.String getCode()
Generated method - Getter of theBusinessProcess.codeattribute.- Returns:
- the code - Unique identifier of this process
-
setCode
protected void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBusinessProcess.codeattribute.- Parameters:
value- the code - Unique identifier of this process
-
setCode
protected void setCode(java.lang.String value)
Generated method - Setter of theBusinessProcess.codeattribute.- Parameters:
value- the code - Unique identifier of this process
-
getContextParameters
public java.util.Collection<BusinessProcessParameter> getContextParameters(SessionContext ctx)
Generated method - Getter of theBusinessProcess.contextParametersattribute.- Returns:
- the contextParameters
-
getContextParameters
public java.util.Collection<BusinessProcessParameter> getContextParameters()
Generated method - Getter of theBusinessProcess.contextParametersattribute.- Returns:
- the contextParameters
-
setContextParameters
public void setContextParameters(SessionContext ctx, java.util.Collection<BusinessProcessParameter> value)
Generated method - Setter of theBusinessProcess.contextParametersattribute.- Parameters:
value- the contextParameters
-
setContextParameters
public void setContextParameters(java.util.Collection<BusinessProcessParameter> value)
Generated method - Setter of theBusinessProcess.contextParametersattribute.- Parameters:
value- the contextParameters
-
addToContextParameters
public void addToContextParameters(SessionContext ctx, BusinessProcessParameter value)
Generated method - Addsvalueto contextParameters.- Parameters:
value- the item to add to contextParameters
-
addToContextParameters
public void addToContextParameters(BusinessProcessParameter value)
Generated method - Addsvalueto contextParameters.- Parameters:
value- the item to add to contextParameters
-
removeFromContextParameters
public void removeFromContextParameters(SessionContext ctx, BusinessProcessParameter value)
Generated method - Removesvaluefrom contextParameters.- Parameters:
value- the item to remove from contextParameters
-
removeFromContextParameters
public void removeFromContextParameters(BusinessProcessParameter value)
Generated method - Removesvaluefrom contextParameters.- Parameters:
value- the item to remove from contextParameters
-
getCurrentTasks
public java.util.Collection<ProcessTask> getCurrentTasks(SessionContext ctx)
Generated method - Getter of theBusinessProcess.currentTasksattribute.- Returns:
- the currentTasks
-
getCurrentTasks
public java.util.Collection<ProcessTask> getCurrentTasks()
Generated method - Getter of theBusinessProcess.currentTasksattribute.- Returns:
- the currentTasks
-
setCurrentTasks
public void setCurrentTasks(SessionContext ctx, java.util.Collection<ProcessTask> value)
Generated method - Setter of theBusinessProcess.currentTasksattribute.- Parameters:
value- the currentTasks
-
setCurrentTasks
public void setCurrentTasks(java.util.Collection<ProcessTask> value)
Generated method - Setter of theBusinessProcess.currentTasksattribute.- Parameters:
value- the currentTasks
-
addToCurrentTasks
public void addToCurrentTasks(SessionContext ctx, ProcessTask value)
Generated method - Addsvalueto currentTasks.- Parameters:
value- the item to add to currentTasks
-
addToCurrentTasks
public void addToCurrentTasks(ProcessTask value)
Generated method - Addsvalueto currentTasks.- Parameters:
value- the item to add to currentTasks
-
removeFromCurrentTasks
public void removeFromCurrentTasks(SessionContext ctx, ProcessTask value)
Generated method - Removesvaluefrom currentTasks.- Parameters:
value- the item to remove from currentTasks
-
removeFromCurrentTasks
public void removeFromCurrentTasks(ProcessTask value)
Generated method - Removesvaluefrom currentTasks.- Parameters:
value- the item to remove from currentTasks
-
getEndMessage
public java.lang.String getEndMessage(SessionContext ctx)
Generated method - Getter of theBusinessProcess.endMessageattribute.- Returns:
- the endMessage - Message given in the end state of the process.
-
getEndMessage
public java.lang.String getEndMessage()
Generated method - Getter of theBusinessProcess.endMessageattribute.- 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.endMessageattribute.- 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.endMessageattribute.- 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.processDefinitionNameattribute.- Returns:
- the processDefinitionName - Name of the process definition to use.
-
getProcessDefinitionName
public java.lang.String getProcessDefinitionName()
Generated method - Getter of theBusinessProcess.processDefinitionNameattribute.- 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.processDefinitionNameattribute.- Parameters:
value- the processDefinitionName - Name of the process definition to use.
-
setProcessDefinitionName
protected void setProcessDefinitionName(java.lang.String value)
Generated method - Setter of theBusinessProcess.processDefinitionNameattribute.- Parameters:
value- the processDefinitionName - Name of the process definition to use.
-
getProcessDefinitionVersion
public java.lang.String getProcessDefinitionVersion(SessionContext ctx)
Generated method - Getter of theBusinessProcess.processDefinitionVersionattribute.- Returns:
- the processDefinitionVersion - Version of the process definition used by this process.
-
getProcessDefinitionVersion
public java.lang.String getProcessDefinitionVersion()
Generated method - Getter of theBusinessProcess.processDefinitionVersionattribute.- 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.processDefinitionVersionattribute.- 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.processDefinitionVersionattribute.- Parameters:
value- the processDefinitionVersion - Version of the process definition used by this process.
-
getState
public EnumerationValue getState(SessionContext ctx)
Generated method - Getter of theBusinessProcess.stateattribute.- Returns:
- the state - Current (persisted) state of this process.
-
getState
public EnumerationValue getState()
Generated method - Getter of theBusinessProcess.stateattribute.- Returns:
- the state - Current (persisted) state of this process.
-
setState
public void setState(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theBusinessProcess.stateattribute.- Parameters:
value- the state - Current (persisted) state of this process.
-
setState
public void setState(EnumerationValue value)
Generated method - Setter of theBusinessProcess.stateattribute.- Parameters:
value- the state - Current (persisted) state of this process.
-
getTaskLogs
public java.util.Collection<ProcessTaskLog> getTaskLogs(SessionContext ctx)
Generated method - Getter of theBusinessProcess.taskLogsattribute.- Returns:
- the taskLogs
-
getTaskLogs
public java.util.Collection<ProcessTaskLog> getTaskLogs()
Generated method - Getter of theBusinessProcess.taskLogsattribute.- Returns:
- the taskLogs
-
setTaskLogs
public void setTaskLogs(SessionContext ctx, java.util.Collection<ProcessTaskLog> value)
Generated method - Setter of theBusinessProcess.taskLogsattribute.- Parameters:
value- the taskLogs
-
setTaskLogs
public void setTaskLogs(java.util.Collection<ProcessTaskLog> value)
Generated method - Setter of theBusinessProcess.taskLogsattribute.- Parameters:
value- the taskLogs
-
addToTaskLogs
public void addToTaskLogs(SessionContext ctx, ProcessTaskLog value)
Generated method - Addsvalueto taskLogs.- Parameters:
value- the item to add to taskLogs
-
addToTaskLogs
public void addToTaskLogs(ProcessTaskLog value)
Generated method - Addsvalueto taskLogs.- Parameters:
value- the item to add to taskLogs
-
removeFromTaskLogs
public void removeFromTaskLogs(SessionContext ctx, ProcessTaskLog value)
Generated method - Removesvaluefrom taskLogs.- Parameters:
value- the item to remove from taskLogs
-
removeFromTaskLogs
public void removeFromTaskLogs(ProcessTaskLog value)
Generated method - Removesvaluefrom taskLogs.- Parameters:
value- the item to remove from taskLogs
-
getUser
public User getUser(SessionContext ctx)
Generated method - Getter of theBusinessProcess.userattribute.- Returns:
- the user
-
getUser
public User getUser()
Generated method - Getter of theBusinessProcess.userattribute.- Returns:
- the user
-
setUser
public void setUser(SessionContext ctx, User value)
Generated method - Setter of theBusinessProcess.userattribute.- Parameters:
value- the user
-
setUser
public void setUser(User value)
Generated method - Setter of theBusinessProcess.userattribute.- Parameters:
value- the user
-
-