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.StringACTIONTYPEQualifier of theAbstractWorkflowAction.actionTypeattributestatic java.lang.StringCODEQualifier of theAbstractWorkflowAction.codeattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringDESCRIPTIONQualifier of theAbstractWorkflowAction.descriptionattributestatic java.lang.StringEMAILADDRESSQualifier of theAbstractWorkflowAction.emailAddressattributestatic java.lang.StringNAMEQualifier of theAbstractWorkflowAction.nameattributestatic java.lang.StringPREDECESSORSQualifier of theAbstractWorkflowAction.predecessorsattributestatic java.lang.StringPREDECESSORSSTRQualifier of theAbstractWorkflowAction.predecessorsStrattributestatic java.lang.StringPRINCIPALASSIGNEDQualifier of theAbstractWorkflowAction.principalAssignedattributestatic java.lang.StringRENDERERTEMPLATEQualifier of theAbstractWorkflowAction.rendererTemplateattributestatic java.lang.StringSENDEMAILQualifier of theAbstractWorkflowAction.sendEmailattributestatic java.lang.StringSUCCESSORSQualifier of theAbstractWorkflowAction.successorsattributestatic java.lang.StringWORKFLOWACTIONCOMMENTSQualifier of theAbstractWorkflowAction.workflowActionCommentsattributeprotected static OneToManyHandler<WorkflowActionComment>WORKFLOWACTIONCOMMENTSHANDLEROneToManyHandlerfor handling 1:n WORKFLOWACTIONCOMMENTS's relation attributes from 'many' side.protected static java.lang.StringWORKFLOWACTIONORDERINGRELATION_MARKMODIFIEDRelation disable markmodifed parameter constants for WorkflowActionOrderingRelation from ((workflow))protected static java.lang.StringWORKFLOWACTIONORDERINGRELATION_SRC_ORDEREDRelation ordering override parameter constants for WorkflowActionOrderingRelation from ((workflow))protected static java.lang.StringWORKFLOWACTIONORDERINGRELATION_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 voidaddToPredecessors(SessionContext ctx, AbstractWorkflowAction value)Generated method - Addsvalueto predecessors.voidaddToPredecessors(AbstractWorkflowAction value)Generated method - Addsvalueto predecessors.voidaddToSuccessors(SessionContext ctx, AbstractWorkflowAction value)Generated method - Addsvalueto successors.voidaddToSuccessors(AbstractWorkflowAction value)Generated method - Addsvalueto successors.voidaddToWorkflowActionComments(SessionContext ctx, WorkflowActionComment value)Generated method - Addsvalueto workflowActionComments.voidaddToWorkflowActionComments(WorkflowActionComment value)Generated method - Addsvalueto workflowActionComments.EnumerationValuegetActionType()Generated method - Getter of theAbstractWorkflowAction.actionTypeattribute.EnumerationValuegetActionType(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.actionTypeattribute.java.util.Map<Language,java.lang.String>getAllDescription()Generated method - Getter of theAbstractWorkflowAction.descriptionattribute.java.util.Map<Language,java.lang.String>getAllDescription(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.descriptionattribute.java.util.Map<Language,java.lang.String>getAllName()Generated method - Getter of theAbstractWorkflowAction.nameattribute.java.util.Map<Language,java.lang.String>getAllName(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.nameattribute.java.lang.StringgetCode()Generated method - Getter of theAbstractWorkflowAction.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.codeattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetDescription()Generated method - Getter of theAbstractWorkflowAction.descriptionattribute.java.lang.StringgetDescription(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.descriptionattribute.java.lang.StringgetEmailAddress()Generated method - Getter of theAbstractWorkflowAction.emailAddressattribute.java.lang.StringgetEmailAddress(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.emailAddressattribute.java.lang.StringgetName()Generated method - Getter of theAbstractWorkflowAction.nameattribute.java.lang.StringgetName(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.nameattribute.java.util.List<AbstractWorkflowAction>getPredecessors()Generated method - Getter of theAbstractWorkflowAction.predecessorsattribute.java.util.List<AbstractWorkflowAction>getPredecessors(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.predecessorsattribute.longgetPredecessorsCount()longgetPredecessorsCount(SessionContext ctx)java.lang.StringgetPredecessorsStr()Generated method - Getter of theAbstractWorkflowAction.predecessorsStrattribute.abstract java.lang.StringgetPredecessorsStr(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.predecessorsStrattribute.PrincipalgetPrincipalAssigned()Generated method - Getter of theAbstractWorkflowAction.principalAssignedattribute.PrincipalgetPrincipalAssigned(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.principalAssignedattribute.RendererTemplategetRendererTemplate()Generated method - Getter of theAbstractWorkflowAction.rendererTemplateattribute.RendererTemplategetRendererTemplate(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.rendererTemplateattribute.java.util.List<AbstractWorkflowAction>getSuccessors()Generated method - Getter of theAbstractWorkflowAction.successorsattribute.java.util.List<AbstractWorkflowAction>getSuccessors(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.successorsattribute.longgetSuccessorsCount()longgetSuccessorsCount(SessionContext ctx)java.util.Collection<WorkflowActionComment>getWorkflowActionComments()Generated method - Getter of theAbstractWorkflowAction.workflowActionCommentsattribute.java.util.Collection<WorkflowActionComment>getWorkflowActionComments(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.workflowActionCommentsattribute.booleanisMarkModifiedDisabled(Item referencedItem)java.lang.BooleanisSendEmail()Generated method - Getter of theAbstractWorkflowAction.sendEmailattribute.java.lang.BooleanisSendEmail(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.sendEmailattribute.booleanisSendEmailAsPrimitive()Generated method - Getter of theAbstractWorkflowAction.sendEmailattribute.booleanisSendEmailAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.sendEmailattribute.voidremoveFromPredecessors(SessionContext ctx, AbstractWorkflowAction value)Generated method - Removesvaluefrom predecessors.voidremoveFromPredecessors(AbstractWorkflowAction value)Generated method - Removesvaluefrom predecessors.voidremoveFromSuccessors(SessionContext ctx, AbstractWorkflowAction value)Generated method - Removesvaluefrom successors.voidremoveFromSuccessors(AbstractWorkflowAction value)Generated method - Removesvaluefrom successors.voidremoveFromWorkflowActionComments(SessionContext ctx, WorkflowActionComment value)Generated method - Removesvaluefrom workflowActionComments.voidremoveFromWorkflowActionComments(WorkflowActionComment value)Generated method - Removesvaluefrom workflowActionComments.voidsetActionType(EnumerationValue value)Generated method - Setter of theAbstractWorkflowAction.actionTypeattribute.voidsetActionType(SessionContext ctx, EnumerationValue value)Generated method - Setter of theAbstractWorkflowAction.actionTypeattribute.voidsetAllDescription(SessionContext ctx, java.util.Map<Language,java.lang.String> value)Generated method - Setter of theAbstractWorkflowAction.descriptionattribute.voidsetAllDescription(java.util.Map<Language,java.lang.String> value)Generated method - Setter of theAbstractWorkflowAction.descriptionattribute.voidsetAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)Generated method - Setter of theAbstractWorkflowAction.nameattribute.voidsetAllName(java.util.Map<Language,java.lang.String> value)Generated method - Setter of theAbstractWorkflowAction.nameattribute.protected voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theAbstractWorkflowAction.codeattribute.protected voidsetCode(java.lang.String value)Generated method - Setter of theAbstractWorkflowAction.codeattribute.voidsetDescription(SessionContext ctx, java.lang.String value)Generated method - Setter of theAbstractWorkflowAction.descriptionattribute.voidsetDescription(java.lang.String value)Generated method - Setter of theAbstractWorkflowAction.descriptionattribute.voidsetEmailAddress(SessionContext ctx, java.lang.String value)Generated method - Setter of theAbstractWorkflowAction.emailAddressattribute.voidsetEmailAddress(java.lang.String value)Generated method - Setter of theAbstractWorkflowAction.emailAddressattribute.voidsetName(SessionContext ctx, java.lang.String value)Generated method - Setter of theAbstractWorkflowAction.nameattribute.voidsetName(java.lang.String value)Generated method - Setter of theAbstractWorkflowAction.nameattribute.voidsetPredecessors(SessionContext ctx, java.util.List<AbstractWorkflowAction> value)Generated method - Setter of theAbstractWorkflowAction.predecessorsattribute.voidsetPredecessors(java.util.List<AbstractWorkflowAction> value)Generated method - Setter of theAbstractWorkflowAction.predecessorsattribute.voidsetPrincipalAssigned(Principal value)Generated method - Setter of theAbstractWorkflowAction.principalAssignedattribute.voidsetPrincipalAssigned(SessionContext ctx, Principal value)Generated method - Setter of theAbstractWorkflowAction.principalAssignedattribute.voidsetRendererTemplate(RendererTemplate value)Generated method - Setter of theAbstractWorkflowAction.rendererTemplateattribute.voidsetRendererTemplate(SessionContext ctx, RendererTemplate value)Generated method - Setter of theAbstractWorkflowAction.rendererTemplateattribute.voidsetSendEmail(boolean value)Generated method - Setter of theAbstractWorkflowAction.sendEmailattribute.voidsetSendEmail(SessionContext ctx, boolean value)Generated method - Setter of theAbstractWorkflowAction.sendEmailattribute.voidsetSendEmail(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theAbstractWorkflowAction.sendEmailattribute.voidsetSendEmail(java.lang.Boolean value)Generated method - Setter of theAbstractWorkflowAction.sendEmailattribute.voidsetSuccessors(SessionContext ctx, java.util.List<AbstractWorkflowAction> value)Generated method - Setter of theAbstractWorkflowAction.successorsattribute.voidsetSuccessors(java.util.List<AbstractWorkflowAction> value)Generated method - Setter of theAbstractWorkflowAction.successorsattribute.voidsetWorkflowActionComments(SessionContext ctx, java.util.Collection<WorkflowActionComment> value)Generated method - Setter of theAbstractWorkflowAction.workflowActionCommentsattribute.voidsetWorkflowActionComments(java.util.Collection<WorkflowActionComment> value)Generated method - Setter of theAbstractWorkflowAction.workflowActionCommentsattribute.-
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.actionTypeattribute- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Qualifier of theAbstractWorkflowAction.codeattribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theAbstractWorkflowAction.nameattribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theAbstractWorkflowAction.descriptionattribute- See Also:
- Constant Field Values
-
PRINCIPALASSIGNED
public static final java.lang.String PRINCIPALASSIGNED
Qualifier of theAbstractWorkflowAction.principalAssignedattribute- See Also:
- Constant Field Values
-
SENDEMAIL
public static final java.lang.String SENDEMAIL
Qualifier of theAbstractWorkflowAction.sendEmailattribute- See Also:
- Constant Field Values
-
EMAILADDRESS
public static final java.lang.String EMAILADDRESS
Qualifier of theAbstractWorkflowAction.emailAddressattribute- See Also:
- Constant Field Values
-
PREDECESSORSSTR
public static final java.lang.String PREDECESSORSSTR
Qualifier of theAbstractWorkflowAction.predecessorsStrattribute- See Also:
- Constant Field Values
-
RENDERERTEMPLATE
public static final java.lang.String RENDERERTEMPLATE
Qualifier of theAbstractWorkflowAction.rendererTemplateattribute- See Also:
- Constant Field Values
-
PREDECESSORS
public static final java.lang.String PREDECESSORS
Qualifier of theAbstractWorkflowAction.predecessorsattribute- 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.successorsattribute- See Also:
- Constant Field Values
-
WORKFLOWACTIONCOMMENTS
public static final java.lang.String WORKFLOWACTIONCOMMENTS
Qualifier of theAbstractWorkflowAction.workflowActionCommentsattribute- See Also:
- Constant Field Values
-
WORKFLOWACTIONCOMMENTSHANDLER
protected static final OneToManyHandler<WorkflowActionComment> WORKFLOWACTIONCOMMENTSHANDLER
OneToManyHandlerfor 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:
getDefaultAttributeModesin classItem
-
getActionType
public EnumerationValue getActionType(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.actionTypeattribute.- Returns:
- the actionType - marker for the type of an action (start, end, normal)
-
getActionType
public EnumerationValue getActionType()
Generated method - Getter of theAbstractWorkflowAction.actionTypeattribute.- 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.actionTypeattribute.- 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.actionTypeattribute.- 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.codeattribute.- Returns:
- the code - unique identifier of the action
-
getCode
public java.lang.String getCode()
Generated method - Getter of theAbstractWorkflowAction.codeattribute.- Returns:
- the code - unique identifier of the action
-
setCode
protected void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.codeattribute.- Parameters:
value- the code - unique identifier of the action
-
setCode
protected void setCode(java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.codeattribute.- Parameters:
value- the code - unique identifier of the action
-
getDescription
public java.lang.String getDescription(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.descriptionattribute.- 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.descriptionattribute.- 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.descriptionattribute.- 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.descriptionattribute.- 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.descriptionattribute.- 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.descriptionattribute.- 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.descriptionattribute.- 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.descriptionattribute.- 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.emailAddressattribute.- 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.emailAddressattribute.- 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.emailAddressattribute.- 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.emailAddressattribute.- Parameters:
value- the emailAddress - e-mail address where notification e-mail will be sent to
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabledin classItem
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.nameattribute.- Returns:
- the name - name of the action
-
getName
public java.lang.String getName()
Generated method - Getter of theAbstractWorkflowAction.nameattribute.- Returns:
- the name - name of the action
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.nameattribute.- Returns:
- the localized name - name of the action
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName()
Generated method - Getter of theAbstractWorkflowAction.nameattribute.- Returns:
- the localized name - name of the action
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.nameattribute.- Parameters:
value- the name - name of the action
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theAbstractWorkflowAction.nameattribute.- 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.nameattribute.- 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.nameattribute.- Parameters:
value- the name - name of the action
-
getPredecessors
public java.util.List<AbstractWorkflowAction> getPredecessors(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.predecessorsattribute.- Returns:
- the predecessors
-
getPredecessors
public java.util.List<AbstractWorkflowAction> getPredecessors()
Generated method - Getter of theAbstractWorkflowAction.predecessorsattribute.- 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.predecessorsattribute.- Parameters:
value- the predecessors
-
setPredecessors
public void setPredecessors(java.util.List<AbstractWorkflowAction> value)
Generated method - Setter of theAbstractWorkflowAction.predecessorsattribute.- Parameters:
value- the predecessors
-
addToPredecessors
public void addToPredecessors(SessionContext ctx, AbstractWorkflowAction value)
Generated method - Addsvalueto predecessors.- Parameters:
value- the item to add to predecessors
-
addToPredecessors
public void addToPredecessors(AbstractWorkflowAction value)
Generated method - Addsvalueto predecessors.- Parameters:
value- the item to add to predecessors
-
removeFromPredecessors
public void removeFromPredecessors(SessionContext ctx, AbstractWorkflowAction value)
Generated method - Removesvaluefrom predecessors.- Parameters:
value- the item to remove from predecessors
-
removeFromPredecessors
public void removeFromPredecessors(AbstractWorkflowAction value)
Generated method - Removesvaluefrom predecessors.- Parameters:
value- the item to remove from predecessors
-
getPredecessorsStr
public abstract java.lang.String getPredecessorsStr(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.predecessorsStrattribute.- Returns:
- the predecessorsStr
-
getPredecessorsStr
public java.lang.String getPredecessorsStr()
Generated method - Getter of theAbstractWorkflowAction.predecessorsStrattribute.- Returns:
- the predecessorsStr
-
getPrincipalAssigned
public Principal getPrincipalAssigned(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.principalAssignedattribute.- 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.principalAssignedattribute.- 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.principalAssignedattribute.- 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.principalAssignedattribute.- 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.rendererTemplateattribute.- Returns:
- the rendererTemplate
-
getRendererTemplate
public RendererTemplate getRendererTemplate()
Generated method - Getter of theAbstractWorkflowAction.rendererTemplateattribute.- Returns:
- the rendererTemplate
-
setRendererTemplate
public void setRendererTemplate(SessionContext ctx, RendererTemplate value)
Generated method - Setter of theAbstractWorkflowAction.rendererTemplateattribute.- Parameters:
value- the rendererTemplate
-
setRendererTemplate
public void setRendererTemplate(RendererTemplate value)
Generated method - Setter of theAbstractWorkflowAction.rendererTemplateattribute.- Parameters:
value- the rendererTemplate
-
isSendEmail
public java.lang.Boolean isSendEmail(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.sendEmailattribute.- 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.sendEmailattribute.- 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.sendEmailattribute.- 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.sendEmailattribute.- 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.sendEmailattribute.- 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.sendEmailattribute.- 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.sendEmailattribute.- 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.sendEmailattribute.- 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.successorsattribute.- Returns:
- the successors
-
getSuccessors
public java.util.List<AbstractWorkflowAction> getSuccessors()
Generated method - Getter of theAbstractWorkflowAction.successorsattribute.- 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.successorsattribute.- Parameters:
value- the successors
-
setSuccessors
public void setSuccessors(java.util.List<AbstractWorkflowAction> value)
Generated method - Setter of theAbstractWorkflowAction.successorsattribute.- Parameters:
value- the successors
-
addToSuccessors
public void addToSuccessors(SessionContext ctx, AbstractWorkflowAction value)
Generated method - Addsvalueto successors.- Parameters:
value- the item to add to successors
-
addToSuccessors
public void addToSuccessors(AbstractWorkflowAction value)
Generated method - Addsvalueto successors.- Parameters:
value- the item to add to successors
-
removeFromSuccessors
public void removeFromSuccessors(SessionContext ctx, AbstractWorkflowAction value)
Generated method - Removesvaluefrom successors.- Parameters:
value- the item to remove from successors
-
removeFromSuccessors
public void removeFromSuccessors(AbstractWorkflowAction value)
Generated method - Removesvaluefrom successors.- Parameters:
value- the item to remove from successors
-
getWorkflowActionComments
public java.util.Collection<WorkflowActionComment> getWorkflowActionComments(SessionContext ctx)
Generated method - Getter of theAbstractWorkflowAction.workflowActionCommentsattribute.- Returns:
- the workflowActionComments
-
getWorkflowActionComments
public java.util.Collection<WorkflowActionComment> getWorkflowActionComments()
Generated method - Getter of theAbstractWorkflowAction.workflowActionCommentsattribute.- Returns:
- the workflowActionComments
-
setWorkflowActionComments
public void setWorkflowActionComments(SessionContext ctx, java.util.Collection<WorkflowActionComment> value)
Generated method - Setter of theAbstractWorkflowAction.workflowActionCommentsattribute.- Parameters:
value- the workflowActionComments
-
setWorkflowActionComments
public void setWorkflowActionComments(java.util.Collection<WorkflowActionComment> value)
Generated method - Setter of theAbstractWorkflowAction.workflowActionCommentsattribute.- Parameters:
value- the workflowActionComments
-
addToWorkflowActionComments
public void addToWorkflowActionComments(SessionContext ctx, WorkflowActionComment value)
Generated method - Addsvalueto workflowActionComments.- Parameters:
value- the item to add to workflowActionComments
-
addToWorkflowActionComments
public void addToWorkflowActionComments(WorkflowActionComment value)
Generated method - Addsvalueto workflowActionComments.- Parameters:
value- the item to add to workflowActionComments
-
removeFromWorkflowActionComments
public void removeFromWorkflowActionComments(SessionContext ctx, WorkflowActionComment value)
Generated method - Removesvaluefrom workflowActionComments.- Parameters:
value- the item to remove from workflowActionComments
-
removeFromWorkflowActionComments
public void removeFromWorkflowActionComments(WorkflowActionComment value)
Generated method - Removesvaluefrom workflowActionComments.- Parameters:
value- the item to remove from workflowActionComments
-
-