Package de.hybris.platform.workflow.jalo
Class GeneratedAbstractWorkflowAction
- 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.workflow.jalo.GeneratedAbstractWorkflowAction
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
AbstractWorkflowAction
public abstract class GeneratedAbstractWorkflowAction extends GenericItem
Generated class for typeAbstractWorkflowAction
.- 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
ACTIONTYPE
Qualifier of theAbstractWorkflowAction.actionType
attributestatic java.lang.String
CODE
Qualifier of theAbstractWorkflowAction.code
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DESCRIPTION
Qualifier of theAbstractWorkflowAction.description
attributestatic java.lang.String
EMAILADDRESS
Qualifier of theAbstractWorkflowAction.emailAddress
attributestatic java.lang.String
NAME
Qualifier of theAbstractWorkflowAction.name
attributestatic java.lang.String
PREDECESSORS
Qualifier of theAbstractWorkflowAction.predecessors
attributestatic java.lang.String
PREDECESSORSSTR
Qualifier of theAbstractWorkflowAction.predecessorsStr
attributestatic java.lang.String
PRINCIPALASSIGNED
Qualifier of theAbstractWorkflowAction.principalAssigned
attributestatic java.lang.String
RENDERERTEMPLATE
Qualifier of theAbstractWorkflowAction.rendererTemplate
attributestatic java.lang.String
SENDEMAIL
Qualifier of theAbstractWorkflowAction.sendEmail
attributestatic java.lang.String
SUCCESSORS
Qualifier of theAbstractWorkflowAction.successors
attributestatic java.lang.String
WORKFLOWACTIONCOMMENTS
Qualifier of theAbstractWorkflowAction.workflowActionComments
attributeprotected static OneToManyHandler<WorkflowActionComment>
WORKFLOWACTIONCOMMENTSHANDLER
OneToManyHandler
for handling 1:n WORKFLOWACTIONCOMMENTS's relation attributes from 'many' side.protected static java.lang.String
WORKFLOWACTIONORDERINGRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for WorkflowActionOrderingRelation from ((workflow))protected static java.lang.String
WORKFLOWACTIONORDERINGRELATION_SRC_ORDERED
Relation ordering override parameter constants for WorkflowActionOrderingRelation from ((workflow))protected static java.lang.String
WORKFLOWACTIONORDERINGRELATION_TGT_ORDERED
-
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 GeneratedAbstractWorkflowAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
addToPredecessors(SessionContext ctx, AbstractWorkflowAction value)
Generated method - Addsvalue
to predecessors.void
addToPredecessors(AbstractWorkflowAction value)
Generated method - Addsvalue
to predecessors.void
addToSuccessors(SessionContext ctx, AbstractWorkflowAction value)
Generated method - Addsvalue
to successors.void
addToSuccessors(AbstractWorkflowAction value)
Generated method - Addsvalue
to successors.void
addToWorkflowActionComments(SessionContext ctx, WorkflowActionComment value)
Generated method - Addsvalue
to workflowActionComments.void
addToWorkflowActionComments(WorkflowActionComment value)
Generated method - Addsvalue
to workflowActionComments.EnumerationValue
getActionType()
Generated method - Getter of theAbstractWorkflowAction.actionType
attribute.EnumerationValue
getActionType(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.actionType
attribute.java.util.Map<Language,java.lang.String>
getAllDescription()
Generated method - Getter of theAbstractWorkflowAction.description
attribute.java.util.Map<Language,java.lang.String>
getAllDescription(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.description
attribute.java.util.Map<Language,java.lang.String>
getAllName()
Generated method - Getter of theAbstractWorkflowAction.name
attribute.java.util.Map<Language,java.lang.String>
getAllName(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.name
attribute.java.lang.String
getCode()
Generated method - Getter of theAbstractWorkflowAction.code
attribute.java.lang.String
getCode(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.code
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getDescription()
Generated method - Getter of theAbstractWorkflowAction.description
attribute.java.lang.String
getDescription(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.description
attribute.java.lang.String
getEmailAddress()
Generated method - Getter of theAbstractWorkflowAction.emailAddress
attribute.java.lang.String
getEmailAddress(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.emailAddress
attribute.java.lang.String
getName()
Generated method - Getter of theAbstractWorkflowAction.name
attribute.java.lang.String
getName(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.name
attribute.java.util.List<AbstractWorkflowAction>
getPredecessors()
Generated method - Getter of theAbstractWorkflowAction.predecessors
attribute.java.util.List<AbstractWorkflowAction>
getPredecessors(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.predecessors
attribute.long
getPredecessorsCount()
long
getPredecessorsCount(SessionContext ctx)
java.lang.String
getPredecessorsStr()
Generated method - Getter of theAbstractWorkflowAction.predecessorsStr
attribute.abstract java.lang.String
getPredecessorsStr(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.predecessorsStr
attribute.Principal
getPrincipalAssigned()
Generated method - Getter of theAbstractWorkflowAction.principalAssigned
attribute.Principal
getPrincipalAssigned(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.principalAssigned
attribute.RendererTemplate
getRendererTemplate()
Generated method - Getter of theAbstractWorkflowAction.rendererTemplate
attribute.RendererTemplate
getRendererTemplate(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.rendererTemplate
attribute.java.util.List<AbstractWorkflowAction>
getSuccessors()
Generated method - Getter of theAbstractWorkflowAction.successors
attribute.java.util.List<AbstractWorkflowAction>
getSuccessors(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.successors
attribute.long
getSuccessorsCount()
long
getSuccessorsCount(SessionContext ctx)
java.util.Collection<WorkflowActionComment>
getWorkflowActionComments()
Generated method - Getter of theAbstractWorkflowAction.workflowActionComments
attribute.java.util.Collection<WorkflowActionComment>
getWorkflowActionComments(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.workflowActionComments
attribute.boolean
isMarkModifiedDisabled(Item referencedItem)
java.lang.Boolean
isSendEmail()
Generated method - Getter of theAbstractWorkflowAction.sendEmail
attribute.java.lang.Boolean
isSendEmail(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.sendEmail
attribute.boolean
isSendEmailAsPrimitive()
Generated method - Getter of theAbstractWorkflowAction.sendEmail
attribute.boolean
isSendEmailAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.sendEmail
attribute.void
removeFromPredecessors(SessionContext ctx, AbstractWorkflowAction value)
Generated method - Removesvalue
from predecessors.void
removeFromPredecessors(AbstractWorkflowAction value)
Generated method - Removesvalue
from predecessors.void
removeFromSuccessors(SessionContext ctx, AbstractWorkflowAction value)
Generated method - Removesvalue
from successors.void
removeFromSuccessors(AbstractWorkflowAction value)
Generated method - Removesvalue
from successors.void
removeFromWorkflowActionComments(SessionContext ctx, WorkflowActionComment value)
Generated method - Removesvalue
from workflowActionComments.void
removeFromWorkflowActionComments(WorkflowActionComment value)
Generated method - Removesvalue
from workflowActionComments.void
setActionType(EnumerationValue value)
Generated method - Setter of theAbstractWorkflowAction.actionType
attribute.void
setActionType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractWorkflowAction.actionType
attribute.void
setAllDescription(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theAbstractWorkflowAction.description
attribute.void
setAllDescription(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theAbstractWorkflowAction.description
attribute.void
setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theAbstractWorkflowAction.name
attribute.void
setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theAbstractWorkflowAction.name
attribute.protected void
setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.code
attribute.protected void
setCode(java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.code
attribute.void
setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.description
attribute.void
setDescription(java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.description
attribute.void
setEmailAddress(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.emailAddress
attribute.void
setEmailAddress(java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.emailAddress
attribute.void
setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.name
attribute.void
setName(java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.name
attribute.void
setPredecessors(SessionContext ctx, java.util.List<AbstractWorkflowAction> value)
Generated method - Setter of theAbstractWorkflowAction.predecessors
attribute.void
setPredecessors(java.util.List<AbstractWorkflowAction> value)
Generated method - Setter of theAbstractWorkflowAction.predecessors
attribute.void
setPrincipalAssigned(Principal value)
Generated method - Setter of theAbstractWorkflowAction.principalAssigned
attribute.void
setPrincipalAssigned(SessionContext ctx, Principal value)
Generated method - Setter of theAbstractWorkflowAction.principalAssigned
attribute.void
setRendererTemplate(RendererTemplate value)
Generated method - Setter of theAbstractWorkflowAction.rendererTemplate
attribute.void
setRendererTemplate(SessionContext ctx, RendererTemplate value)
Generated method - Setter of theAbstractWorkflowAction.rendererTemplate
attribute.void
setSendEmail(boolean value)
Generated method - Setter of theAbstractWorkflowAction.sendEmail
attribute.void
setSendEmail(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractWorkflowAction.sendEmail
attribute.void
setSendEmail(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractWorkflowAction.sendEmail
attribute.void
setSendEmail(java.lang.Boolean value)
Generated method - Setter of theAbstractWorkflowAction.sendEmail
attribute.void
setSuccessors(SessionContext ctx, java.util.List<AbstractWorkflowAction> value)
Generated method - Setter of theAbstractWorkflowAction.successors
attribute.void
setSuccessors(java.util.List<AbstractWorkflowAction> value)
Generated method - Setter of theAbstractWorkflowAction.successors
attribute.void
setWorkflowActionComments(SessionContext ctx, java.util.Collection<WorkflowActionComment> value)
Generated method - Setter of theAbstractWorkflowAction.workflowActionComments
attribute.void
setWorkflowActionComments(java.util.Collection<WorkflowActionComment> value)
Generated method - Setter of theAbstractWorkflowAction.workflowActionComments
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, 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
-
ACTIONTYPE
public static final java.lang.String ACTIONTYPE
Qualifier of theAbstractWorkflowAction.actionType
attribute- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Qualifier of theAbstractWorkflowAction.code
attribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theAbstractWorkflowAction.name
attribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theAbstractWorkflowAction.description
attribute- See Also:
- Constant Field Values
-
PRINCIPALASSIGNED
public static final java.lang.String PRINCIPALASSIGNED
Qualifier of theAbstractWorkflowAction.principalAssigned
attribute- See Also:
- Constant Field Values
-
SENDEMAIL
public static final java.lang.String SENDEMAIL
Qualifier of theAbstractWorkflowAction.sendEmail
attribute- See Also:
- Constant Field Values
-
EMAILADDRESS
public static final java.lang.String EMAILADDRESS
Qualifier of theAbstractWorkflowAction.emailAddress
attribute- See Also:
- Constant Field Values
-
PREDECESSORSSTR
public static final java.lang.String PREDECESSORSSTR
Qualifier of theAbstractWorkflowAction.predecessorsStr
attribute- See Also:
- Constant Field Values
-
RENDERERTEMPLATE
public static final java.lang.String RENDERERTEMPLATE
Qualifier of theAbstractWorkflowAction.rendererTemplate
attribute- See Also:
- Constant Field Values
-
PREDECESSORS
public static final java.lang.String PREDECESSORS
Qualifier of theAbstractWorkflowAction.predecessors
attribute- See Also:
- Constant Field Values
-
WORKFLOWACTIONORDERINGRELATION_SRC_ORDERED
protected static java.lang.String WORKFLOWACTIONORDERINGRELATION_SRC_ORDERED
Relation ordering override parameter constants for WorkflowActionOrderingRelation from ((workflow))
-
WORKFLOWACTIONORDERINGRELATION_TGT_ORDERED
protected static java.lang.String WORKFLOWACTIONORDERINGRELATION_TGT_ORDERED
-
WORKFLOWACTIONORDERINGRELATION_MARKMODIFIED
protected static java.lang.String WORKFLOWACTIONORDERINGRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for WorkflowActionOrderingRelation from ((workflow))
-
SUCCESSORS
public static final java.lang.String SUCCESSORS
Qualifier of theAbstractWorkflowAction.successors
attribute- See Also:
- Constant Field Values
-
WORKFLOWACTIONCOMMENTS
public static final java.lang.String WORKFLOWACTIONCOMMENTS
Qualifier of theAbstractWorkflowAction.workflowActionComments
attribute- See Also:
- Constant Field Values
-
WORKFLOWACTIONCOMMENTSHANDLER
protected static final OneToManyHandler<WorkflowActionComment> WORKFLOWACTIONCOMMENTSHANDLER
OneToManyHandler
for handling 1:n WORKFLOWACTIONCOMMENTS'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
-
getActionType
public EnumerationValue getActionType(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.actionType
attribute.- Returns:
- the actionType - marker for the type of an action (start, end, normal)
-
getActionType
public EnumerationValue getActionType()
Generated method - Getter of theAbstractWorkflowAction.actionType
attribute.- Returns:
- the actionType - marker for the type of an action (start, end, normal)
-
setActionType
public void setActionType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractWorkflowAction.actionType
attribute.- Parameters:
value
- the actionType - marker for the type of an action (start, end, normal)
-
setActionType
public void setActionType(EnumerationValue value)
Generated method - Setter of theAbstractWorkflowAction.actionType
attribute.- Parameters:
value
- the actionType - marker for the type of an action (start, end, normal)
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.code
attribute.- Returns:
- the code - unique identifier of the action
-
getCode
public java.lang.String getCode()
Generated method - Getter of theAbstractWorkflowAction.code
attribute.- Returns:
- the code - unique identifier of the action
-
setCode
protected void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.code
attribute.- Parameters:
value
- the code - unique identifier of the action
-
setCode
protected void setCode(java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.code
attribute.- Parameters:
value
- the code - unique identifier of the action
-
getDescription
public java.lang.String getDescription(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.description
attribute.- Returns:
- the description - description of the action; should contain the steps the assigned principal has to perform
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theAbstractWorkflowAction.description
attribute.- Returns:
- the description - description of the action; should contain the steps the assigned principal has to perform
-
getAllDescription
public java.util.Map<Language,java.lang.String> getAllDescription(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.description
attribute.- Returns:
- the localized description - description of the action; should contain the steps the assigned principal has to perform
-
getAllDescription
public java.util.Map<Language,java.lang.String> getAllDescription()
Generated method - Getter of theAbstractWorkflowAction.description
attribute.- Returns:
- the localized description - description of the action; should contain the steps the assigned principal has to perform
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.description
attribute.- Parameters:
value
- the description - description of the action; should contain the steps the assigned principal has to perform
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.description
attribute.- Parameters:
value
- the description - description of the action; should contain the steps the assigned principal has to perform
-
setAllDescription
public void setAllDescription(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theAbstractWorkflowAction.description
attribute.- Parameters:
value
- the description - description of the action; should contain the steps the assigned principal has to perform
-
setAllDescription
public void setAllDescription(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theAbstractWorkflowAction.description
attribute.- Parameters:
value
- the description - description of the action; should contain the steps the assigned principal has to perform
-
getEmailAddress
public java.lang.String getEmailAddress(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.emailAddress
attribute.- Returns:
- the emailAddress - e-mail address where notification e-mail will be sent to
-
getEmailAddress
public java.lang.String getEmailAddress()
Generated method - Getter of theAbstractWorkflowAction.emailAddress
attribute.- Returns:
- the emailAddress - e-mail address where notification e-mail will be sent to
-
setEmailAddress
public void setEmailAddress(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.emailAddress
attribute.- Parameters:
value
- the emailAddress - e-mail address where notification e-mail will be sent to
-
setEmailAddress
public void setEmailAddress(java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.emailAddress
attribute.- Parameters:
value
- the emailAddress - e-mail address where notification e-mail will be sent to
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabled
in classItem
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.name
attribute.- Returns:
- the name - name of the action
-
getName
public java.lang.String getName()
Generated method - Getter of theAbstractWorkflowAction.name
attribute.- Returns:
- the name - name of the action
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.name
attribute.- Returns:
- the localized name - name of the action
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName()
Generated method - Getter of theAbstractWorkflowAction.name
attribute.- Returns:
- the localized name - name of the action
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.name
attribute.- Parameters:
value
- the name - name of the action
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.name
attribute.- Parameters:
value
- the name - name of the action
-
setAllName
public void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theAbstractWorkflowAction.name
attribute.- Parameters:
value
- the name - name of the action
-
setAllName
public void setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theAbstractWorkflowAction.name
attribute.- Parameters:
value
- the name - name of the action
-
getPredecessors
public java.util.List<AbstractWorkflowAction> getPredecessors(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.predecessors
attribute.- Returns:
- the predecessors
-
getPredecessors
public java.util.List<AbstractWorkflowAction> getPredecessors()
Generated method - Getter of theAbstractWorkflowAction.predecessors
attribute.- Returns:
- the predecessors
-
getPredecessorsCount
public long getPredecessorsCount(SessionContext ctx)
-
getPredecessorsCount
public long getPredecessorsCount()
-
setPredecessors
public void setPredecessors(SessionContext ctx, java.util.List<AbstractWorkflowAction> value)
Generated method - Setter of theAbstractWorkflowAction.predecessors
attribute.- Parameters:
value
- the predecessors
-
setPredecessors
public void setPredecessors(java.util.List<AbstractWorkflowAction> value)
Generated method - Setter of theAbstractWorkflowAction.predecessors
attribute.- Parameters:
value
- the predecessors
-
addToPredecessors
public void addToPredecessors(SessionContext ctx, AbstractWorkflowAction value)
Generated method - Addsvalue
to predecessors.- Parameters:
value
- the item to add to predecessors
-
addToPredecessors
public void addToPredecessors(AbstractWorkflowAction value)
Generated method - Addsvalue
to predecessors.- Parameters:
value
- the item to add to predecessors
-
removeFromPredecessors
public void removeFromPredecessors(SessionContext ctx, AbstractWorkflowAction value)
Generated method - Removesvalue
from predecessors.- Parameters:
value
- the item to remove from predecessors
-
removeFromPredecessors
public void removeFromPredecessors(AbstractWorkflowAction value)
Generated method - Removesvalue
from predecessors.- Parameters:
value
- the item to remove from predecessors
-
getPredecessorsStr
public abstract java.lang.String getPredecessorsStr(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.predecessorsStr
attribute.- Returns:
- the predecessorsStr
-
getPredecessorsStr
public java.lang.String getPredecessorsStr()
Generated method - Getter of theAbstractWorkflowAction.predecessorsStr
attribute.- Returns:
- the predecessorsStr
-
getPrincipalAssigned
public Principal getPrincipalAssigned(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.principalAssigned
attribute.- Returns:
- the principalAssigned - assigned principal who has to assure the completion (can also be a principal group where any member of the group can process the action)
-
getPrincipalAssigned
public Principal getPrincipalAssigned()
Generated method - Getter of theAbstractWorkflowAction.principalAssigned
attribute.- Returns:
- the principalAssigned - assigned principal who has to assure the completion (can also be a principal group where any member of the group can process the action)
-
setPrincipalAssigned
public void setPrincipalAssigned(SessionContext ctx, Principal value)
Generated method - Setter of theAbstractWorkflowAction.principalAssigned
attribute.- Parameters:
value
- the principalAssigned - assigned principal who has to assure the completion (can also be a principal group where any member of the group can process the action)
-
setPrincipalAssigned
public void setPrincipalAssigned(Principal value)
Generated method - Setter of theAbstractWorkflowAction.principalAssigned
attribute.- Parameters:
value
- the principalAssigned - assigned principal who has to assure the completion (can also be a principal group where any member of the group can process the action)
-
getRendererTemplate
public RendererTemplate getRendererTemplate(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.rendererTemplate
attribute.- Returns:
- the rendererTemplate
-
getRendererTemplate
public RendererTemplate getRendererTemplate()
Generated method - Getter of theAbstractWorkflowAction.rendererTemplate
attribute.- Returns:
- the rendererTemplate
-
setRendererTemplate
public void setRendererTemplate(SessionContext ctx, RendererTemplate value)
Generated method - Setter of theAbstractWorkflowAction.rendererTemplate
attribute.- Parameters:
value
- the rendererTemplate
-
setRendererTemplate
public void setRendererTemplate(RendererTemplate value)
Generated method - Setter of theAbstractWorkflowAction.rendererTemplate
attribute.- Parameters:
value
- the rendererTemplate
-
isSendEmail
public java.lang.Boolean isSendEmail(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.sendEmail
attribute.- Returns:
- the sendEmail - if activated a notification e-mail will be sent when action gets active
-
isSendEmail
public java.lang.Boolean isSendEmail()
Generated method - Getter of theAbstractWorkflowAction.sendEmail
attribute.- Returns:
- the sendEmail - if activated a notification e-mail will be sent when action gets active
-
isSendEmailAsPrimitive
public boolean isSendEmailAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.sendEmail
attribute.- Returns:
- the sendEmail - if activated a notification e-mail will be sent when action gets active
-
isSendEmailAsPrimitive
public boolean isSendEmailAsPrimitive()
Generated method - Getter of theAbstractWorkflowAction.sendEmail
attribute.- Returns:
- the sendEmail - if activated a notification e-mail will be sent when action gets active
-
setSendEmail
public void setSendEmail(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractWorkflowAction.sendEmail
attribute.- Parameters:
value
- the sendEmail - if activated a notification e-mail will be sent when action gets active
-
setSendEmail
public void setSendEmail(java.lang.Boolean value)
Generated method - Setter of theAbstractWorkflowAction.sendEmail
attribute.- Parameters:
value
- the sendEmail - if activated a notification e-mail will be sent when action gets active
-
setSendEmail
public void setSendEmail(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractWorkflowAction.sendEmail
attribute.- Parameters:
value
- the sendEmail - if activated a notification e-mail will be sent when action gets active
-
setSendEmail
public void setSendEmail(boolean value)
Generated method - Setter of theAbstractWorkflowAction.sendEmail
attribute.- Parameters:
value
- the sendEmail - if activated a notification e-mail will be sent when action gets active
-
getSuccessors
public java.util.List<AbstractWorkflowAction> getSuccessors(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.successors
attribute.- Returns:
- the successors
-
getSuccessors
public java.util.List<AbstractWorkflowAction> getSuccessors()
Generated method - Getter of theAbstractWorkflowAction.successors
attribute.- Returns:
- the successors
-
getSuccessorsCount
public long getSuccessorsCount(SessionContext ctx)
-
getSuccessorsCount
public long getSuccessorsCount()
-
setSuccessors
public void setSuccessors(SessionContext ctx, java.util.List<AbstractWorkflowAction> value)
Generated method - Setter of theAbstractWorkflowAction.successors
attribute.- Parameters:
value
- the successors
-
setSuccessors
public void setSuccessors(java.util.List<AbstractWorkflowAction> value)
Generated method - Setter of theAbstractWorkflowAction.successors
attribute.- Parameters:
value
- the successors
-
addToSuccessors
public void addToSuccessors(SessionContext ctx, AbstractWorkflowAction value)
Generated method - Addsvalue
to successors.- Parameters:
value
- the item to add to successors
-
addToSuccessors
public void addToSuccessors(AbstractWorkflowAction value)
Generated method - Addsvalue
to successors.- Parameters:
value
- the item to add to successors
-
removeFromSuccessors
public void removeFromSuccessors(SessionContext ctx, AbstractWorkflowAction value)
Generated method - Removesvalue
from successors.- Parameters:
value
- the item to remove from successors
-
removeFromSuccessors
public void removeFromSuccessors(AbstractWorkflowAction value)
Generated method - Removesvalue
from successors.- Parameters:
value
- the item to remove from successors
-
getWorkflowActionComments
public java.util.Collection<WorkflowActionComment> getWorkflowActionComments(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.workflowActionComments
attribute.- Returns:
- the workflowActionComments
-
getWorkflowActionComments
public java.util.Collection<WorkflowActionComment> getWorkflowActionComments()
Generated method - Getter of theAbstractWorkflowAction.workflowActionComments
attribute.- Returns:
- the workflowActionComments
-
setWorkflowActionComments
public void setWorkflowActionComments(SessionContext ctx, java.util.Collection<WorkflowActionComment> value)
Generated method - Setter of theAbstractWorkflowAction.workflowActionComments
attribute.- Parameters:
value
- the workflowActionComments
-
setWorkflowActionComments
public void setWorkflowActionComments(java.util.Collection<WorkflowActionComment> value)
Generated method - Setter of theAbstractWorkflowAction.workflowActionComments
attribute.- Parameters:
value
- the workflowActionComments
-
addToWorkflowActionComments
public void addToWorkflowActionComments(SessionContext ctx, WorkflowActionComment value)
Generated method - Addsvalue
to workflowActionComments.- Parameters:
value
- the item to add to workflowActionComments
-
addToWorkflowActionComments
public void addToWorkflowActionComments(WorkflowActionComment value)
Generated method - Addsvalue
to workflowActionComments.- Parameters:
value
- the item to add to workflowActionComments
-
removeFromWorkflowActionComments
public void removeFromWorkflowActionComments(SessionContext ctx, WorkflowActionComment value)
Generated method - Removesvalue
from workflowActionComments.- Parameters:
value
- the item to remove from workflowActionComments
-
removeFromWorkflowActionComments
public void removeFromWorkflowActionComments(WorkflowActionComment value)
Generated method - Removesvalue
from workflowActionComments.- Parameters:
value
- the item to remove from workflowActionComments
-
-