Package de.hybris.platform.workflow.jalo
Class GeneratedWorkflowActionTemplate
- 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
-
- de.hybris.platform.workflow.jalo.AbstractWorkflowAction
-
- de.hybris.platform.workflow.jalo.GeneratedWorkflowActionTemplate
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
WorkflowActionTemplate
public abstract class GeneratedWorkflowActionTemplate extends AbstractWorkflowAction
Generated class for typeWorkflowActionTemplate.- 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.StringCREATIONTYPEQualifier of theWorkflowActionTemplate.creationTypeattributestatic java.lang.StringDECISIONTEMPLATESQualifier of theWorkflowActionTemplate.decisionTemplatesattributeprotected static OneToManyHandler<WorkflowDecisionTemplate>DECISIONTEMPLATESHANDLEROneToManyHandlerfor handling 1:n DECISIONTEMPLATES's relation attributes from 'many' side.protected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringINCOMINGLINKTEMPLATESQualifier of theWorkflowActionTemplate.incomingLinkTemplatesattributestatic java.lang.StringINCOMINGLINKTEMPLATESSTRQualifier of theWorkflowActionTemplate.incomingLinkTemplatesStrattributestatic java.lang.StringINCOMINGTEMPLATEDECISIONSQualifier of theWorkflowActionTemplate.incomingTemplateDecisionsattributestatic java.lang.StringWORKFLOWQualifier of theWorkflowActionTemplate.workflowattributeprotected static java.lang.StringWORKFLOWACTIONTEMPLATELINKTEMPLATERELATION_MARKMODIFIEDRelation disable markmodifed parameter constants for WorkflowActionTemplateLinkTemplateRelation from ((workflow))protected static java.lang.StringWORKFLOWACTIONTEMPLATELINKTEMPLATERELATION_SRC_ORDEREDRelation ordering override parameter constants for WorkflowActionTemplateLinkTemplateRelation from ((workflow))protected static java.lang.StringWORKFLOWACTIONTEMPLATELINKTEMPLATERELATION_TGT_ORDEREDprotected static BidirectionalOneToManyHandler<GeneratedWorkflowActionTemplate>WORKFLOWHANDLERBidirectionalOneToManyHandlerfor handling 1:n WORKFLOW's relation attributes from 'one' side.static java.lang.StringWORKFLOWPOSQualifier of theWorkflowActionTemplate.workflowPOSattribute-
Fields inherited from class de.hybris.platform.workflow.jalo.GeneratedAbstractWorkflowAction
ACTIONTYPE, CODE, DESCRIPTION, EMAILADDRESS, NAME, PREDECESSORS, PREDECESSORSSTR, PRINCIPALASSIGNED, RENDERERTEMPLATE, SENDEMAIL, SUCCESSORS, WORKFLOWACTIONCOMMENTS, WORKFLOWACTIONCOMMENTSHANDLER, WORKFLOWACTIONORDERINGRELATION_MARKMODIFIED, WORKFLOWACTIONORDERINGRELATION_SRC_ORDERED, 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 GeneratedWorkflowActionTemplate()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaddToDecisionTemplates(SessionContext ctx, WorkflowDecisionTemplate value)Generated method - Addsvalueto decisionTemplates.voidaddToDecisionTemplates(WorkflowDecisionTemplate value)Generated method - Addsvalueto decisionTemplates.voidaddToIncomingTemplateDecisions(SessionContext ctx, WorkflowDecisionTemplate value)Generated method - Addsvalueto incomingTemplateDecisions.voidaddToIncomingTemplateDecisions(WorkflowDecisionTemplate value)Generated method - Addsvalueto incomingTemplateDecisions.protected ItemcreateItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)Has to be implemented for each concrete subtype of item.ComposedTypegetCreationType()Generated method - Getter of theWorkflowActionTemplate.creationTypeattribute.abstract ComposedTypegetCreationType(SessionContext ctx)Generated method - Getter of theWorkflowActionTemplate.creationTypeattribute.java.util.Collection<WorkflowDecisionTemplate>getDecisionTemplates()Generated method - Getter of theWorkflowActionTemplate.decisionTemplatesattribute.java.util.Collection<WorkflowDecisionTemplate>getDecisionTemplates(SessionContext ctx)Generated method - Getter of theWorkflowActionTemplate.decisionTemplatesattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.util.List<Link>getIncomingLinkTemplates()Generated method - Getter of theWorkflowActionTemplate.incomingLinkTemplatesattribute.abstract java.util.List<Link>getIncomingLinkTemplates(SessionContext ctx)Generated method - Getter of theWorkflowActionTemplate.incomingLinkTemplatesattribute.java.lang.StringgetIncomingLinkTemplatesStr()Generated method - Getter of theWorkflowActionTemplate.incomingLinkTemplatesStrattribute.abstract java.lang.StringgetIncomingLinkTemplatesStr(SessionContext ctx)Generated method - Getter of theWorkflowActionTemplate.incomingLinkTemplatesStrattribute.java.util.Collection<WorkflowDecisionTemplate>getIncomingTemplateDecisions()Generated method - Getter of theWorkflowActionTemplate.incomingTemplateDecisionsattribute.java.util.Collection<WorkflowDecisionTemplate>getIncomingTemplateDecisions(SessionContext ctx)Generated method - Getter of theWorkflowActionTemplate.incomingTemplateDecisionsattribute.longgetIncomingTemplateDecisionsCount()longgetIncomingTemplateDecisionsCount(SessionContext ctx)WorkflowTemplategetWorkflow()Generated method - Getter of theWorkflowActionTemplate.workflowattribute.WorkflowTemplategetWorkflow(SessionContext ctx)Generated method - Getter of theWorkflowActionTemplate.workflowattribute.booleanisMarkModifiedDisabled(Item referencedItem)voidremoveFromDecisionTemplates(SessionContext ctx, WorkflowDecisionTemplate value)Generated method - Removesvaluefrom decisionTemplates.voidremoveFromDecisionTemplates(WorkflowDecisionTemplate value)Generated method - Removesvaluefrom decisionTemplates.voidremoveFromIncomingTemplateDecisions(SessionContext ctx, WorkflowDecisionTemplate value)Generated method - Removesvaluefrom incomingTemplateDecisions.voidremoveFromIncomingTemplateDecisions(WorkflowDecisionTemplate value)Generated method - Removesvaluefrom incomingTemplateDecisions.abstract voidsetCreationType(SessionContext ctx, ComposedType value)Generated method - Setter of theWorkflowActionTemplate.creationTypeattribute.voidsetCreationType(ComposedType value)Generated method - Setter of theWorkflowActionTemplate.creationTypeattribute.voidsetDecisionTemplates(SessionContext ctx, java.util.Collection<WorkflowDecisionTemplate> value)Generated method - Setter of theWorkflowActionTemplate.decisionTemplatesattribute.voidsetDecisionTemplates(java.util.Collection<WorkflowDecisionTemplate> value)Generated method - Setter of theWorkflowActionTemplate.decisionTemplatesattribute.voidsetIncomingTemplateDecisions(SessionContext ctx, java.util.Collection<WorkflowDecisionTemplate> value)Generated method - Setter of theWorkflowActionTemplate.incomingTemplateDecisionsattribute.voidsetIncomingTemplateDecisions(java.util.Collection<WorkflowDecisionTemplate> value)Generated method - Setter of theWorkflowActionTemplate.incomingTemplateDecisionsattribute.protected voidsetWorkflow(SessionContext ctx, WorkflowTemplate value)Generated method - Setter of theWorkflowActionTemplate.workflowattribute.protected voidsetWorkflow(WorkflowTemplate value)Generated method - Setter of theWorkflowActionTemplate.workflowattribute.-
Methods inherited from class de.hybris.platform.workflow.jalo.AbstractWorkflowAction
getInitialProperties, getNonInitialAttributes, getPredecessorsStr, setPrincipalAssigned, writeAutomatedComment, writeAutomatedComment
-
Methods inherited from class de.hybris.platform.workflow.jalo.GeneratedAbstractWorkflowAction
addToPredecessors, addToPredecessors, addToSuccessors, addToSuccessors, addToWorkflowActionComments, addToWorkflowActionComments, getActionType, getActionType, getAllDescription, getAllDescription, getAllName, getAllName, getCode, getCode, getDescription, getDescription, getEmailAddress, getEmailAddress, getName, getName, getPredecessors, getPredecessors, getPredecessorsCount, getPredecessorsCount, getPredecessorsStr, getPrincipalAssigned, getPrincipalAssigned, getRendererTemplate, getRendererTemplate, getSuccessors, getSuccessors, getSuccessorsCount, getSuccessorsCount, getWorkflowActionComments, getWorkflowActionComments, isSendEmail, isSendEmail, isSendEmailAsPrimitive, isSendEmailAsPrimitive, removeFromPredecessors, removeFromPredecessors, removeFromSuccessors, removeFromSuccessors, removeFromWorkflowActionComments, removeFromWorkflowActionComments, setActionType, setActionType, setAllDescription, setAllDescription, setAllName, setAllName, setCode, setCode, setDescription, setDescription, setEmailAddress, setEmailAddress, setName, setName, setPredecessors, setPredecessors, setPrincipalAssigned, setRendererTemplate, setRendererTemplate, setSendEmail, setSendEmail, setSendEmail, setSendEmail, setSuccessors, setSuccessors, setWorkflowActionComments, setWorkflowActionComments
-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, 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
-
INCOMINGLINKTEMPLATES
public static final java.lang.String INCOMINGLINKTEMPLATES
Qualifier of theWorkflowActionTemplate.incomingLinkTemplatesattribute- See Also:
- Constant Field Values
-
INCOMINGLINKTEMPLATESSTR
public static final java.lang.String INCOMINGLINKTEMPLATESSTR
Qualifier of theWorkflowActionTemplate.incomingLinkTemplatesStrattribute- See Also:
- Constant Field Values
-
CREATIONTYPE
public static final java.lang.String CREATIONTYPE
Qualifier of theWorkflowActionTemplate.creationTypeattribute- See Also:
- Constant Field Values
-
WORKFLOWPOS
public static final java.lang.String WORKFLOWPOS
Qualifier of theWorkflowActionTemplate.workflowPOSattribute- See Also:
- Constant Field Values
-
WORKFLOW
public static final java.lang.String WORKFLOW
Qualifier of theWorkflowActionTemplate.workflowattribute- See Also:
- Constant Field Values
-
DECISIONTEMPLATES
public static final java.lang.String DECISIONTEMPLATES
Qualifier of theWorkflowActionTemplate.decisionTemplatesattribute- See Also:
- Constant Field Values
-
INCOMINGTEMPLATEDECISIONS
public static final java.lang.String INCOMINGTEMPLATEDECISIONS
Qualifier of theWorkflowActionTemplate.incomingTemplateDecisionsattribute- See Also:
- Constant Field Values
-
WORKFLOWACTIONTEMPLATELINKTEMPLATERELATION_SRC_ORDERED
protected static java.lang.String WORKFLOWACTIONTEMPLATELINKTEMPLATERELATION_SRC_ORDERED
Relation ordering override parameter constants for WorkflowActionTemplateLinkTemplateRelation from ((workflow))
-
WORKFLOWACTIONTEMPLATELINKTEMPLATERELATION_TGT_ORDERED
protected static java.lang.String WORKFLOWACTIONTEMPLATELINKTEMPLATERELATION_TGT_ORDERED
-
WORKFLOWACTIONTEMPLATELINKTEMPLATERELATION_MARKMODIFIED
protected static java.lang.String WORKFLOWACTIONTEMPLATELINKTEMPLATERELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for WorkflowActionTemplateLinkTemplateRelation from ((workflow))
-
WORKFLOWHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedWorkflowActionTemplate> WORKFLOWHANDLER
BidirectionalOneToManyHandlerfor handling 1:n WORKFLOW's relation attributes from 'one' side.
-
DECISIONTEMPLATESHANDLER
protected static final OneToManyHandler<WorkflowDecisionTemplate> DECISIONTEMPLATESHANDLER
OneToManyHandlerfor handling 1:n DECISIONTEMPLATES'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 classGeneratedAbstractWorkflowAction
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:ItemHas to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map).In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }- Overrides:
createItemin classAbstractWorkflowAction- Parameters:
ctx- the current session context which this item is created withintype- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException- indicates an error during creation - any changes will be rollbacked
-
getCreationType
public abstract ComposedType getCreationType(SessionContext ctx)
Generated method - Getter of theWorkflowActionTemplate.creationTypeattribute.- Returns:
- the creationType
-
getCreationType
public ComposedType getCreationType()
Generated method - Getter of theWorkflowActionTemplate.creationTypeattribute.- Returns:
- the creationType
-
setCreationType
public abstract void setCreationType(SessionContext ctx, ComposedType value)
Generated method - Setter of theWorkflowActionTemplate.creationTypeattribute.- Parameters:
value- the creationType
-
setCreationType
public void setCreationType(ComposedType value)
Generated method - Setter of theWorkflowActionTemplate.creationTypeattribute.- Parameters:
value- the creationType
-
getDecisionTemplates
public java.util.Collection<WorkflowDecisionTemplate> getDecisionTemplates(SessionContext ctx)
Generated method - Getter of theWorkflowActionTemplate.decisionTemplatesattribute.- Returns:
- the decisionTemplates - list of all decision templates of the action template
-
getDecisionTemplates
public java.util.Collection<WorkflowDecisionTemplate> getDecisionTemplates()
Generated method - Getter of theWorkflowActionTemplate.decisionTemplatesattribute.- Returns:
- the decisionTemplates - list of all decision templates of the action template
-
setDecisionTemplates
public void setDecisionTemplates(SessionContext ctx, java.util.Collection<WorkflowDecisionTemplate> value)
Generated method - Setter of theWorkflowActionTemplate.decisionTemplatesattribute.- Parameters:
value- the decisionTemplates - list of all decision templates of the action template
-
setDecisionTemplates
public void setDecisionTemplates(java.util.Collection<WorkflowDecisionTemplate> value)
Generated method - Setter of theWorkflowActionTemplate.decisionTemplatesattribute.- Parameters:
value- the decisionTemplates - list of all decision templates of the action template
-
addToDecisionTemplates
public void addToDecisionTemplates(SessionContext ctx, WorkflowDecisionTemplate value)
Generated method - Addsvalueto decisionTemplates.- Parameters:
value- the item to add to decisionTemplates - list of all decision templates of the action template
-
addToDecisionTemplates
public void addToDecisionTemplates(WorkflowDecisionTemplate value)
Generated method - Addsvalueto decisionTemplates.- Parameters:
value- the item to add to decisionTemplates - list of all decision templates of the action template
-
removeFromDecisionTemplates
public void removeFromDecisionTemplates(SessionContext ctx, WorkflowDecisionTemplate value)
Generated method - Removesvaluefrom decisionTemplates.- Parameters:
value- the item to remove from decisionTemplates - list of all decision templates of the action template
-
removeFromDecisionTemplates
public void removeFromDecisionTemplates(WorkflowDecisionTemplate value)
Generated method - Removesvaluefrom decisionTemplates.- Parameters:
value- the item to remove from decisionTemplates - list of all decision templates of the action template
-
getIncomingLinkTemplates
public abstract java.util.List<Link> getIncomingLinkTemplates(SessionContext ctx)
Generated method - Getter of theWorkflowActionTemplate.incomingLinkTemplatesattribute.- Returns:
- the incomingLinkTemplates
-
getIncomingLinkTemplates
public java.util.List<Link> getIncomingLinkTemplates()
Generated method - Getter of theWorkflowActionTemplate.incomingLinkTemplatesattribute.- Returns:
- the incomingLinkTemplates
-
getIncomingLinkTemplatesStr
public abstract java.lang.String getIncomingLinkTemplatesStr(SessionContext ctx)
Generated method - Getter of theWorkflowActionTemplate.incomingLinkTemplatesStrattribute.- Returns:
- the incomingLinkTemplatesStr
-
getIncomingLinkTemplatesStr
public java.lang.String getIncomingLinkTemplatesStr()
Generated method - Getter of theWorkflowActionTemplate.incomingLinkTemplatesStrattribute.- Returns:
- the incomingLinkTemplatesStr
-
getIncomingTemplateDecisions
public java.util.Collection<WorkflowDecisionTemplate> getIncomingTemplateDecisions(SessionContext ctx)
Generated method - Getter of theWorkflowActionTemplate.incomingTemplateDecisionsattribute.- Returns:
- the incomingTemplateDecisions
-
getIncomingTemplateDecisions
public java.util.Collection<WorkflowDecisionTemplate> getIncomingTemplateDecisions()
Generated method - Getter of theWorkflowActionTemplate.incomingTemplateDecisionsattribute.- Returns:
- the incomingTemplateDecisions
-
getIncomingTemplateDecisionsCount
public long getIncomingTemplateDecisionsCount(SessionContext ctx)
-
getIncomingTemplateDecisionsCount
public long getIncomingTemplateDecisionsCount()
-
setIncomingTemplateDecisions
public void setIncomingTemplateDecisions(SessionContext ctx, java.util.Collection<WorkflowDecisionTemplate> value)
Generated method - Setter of theWorkflowActionTemplate.incomingTemplateDecisionsattribute.- Parameters:
value- the incomingTemplateDecisions
-
setIncomingTemplateDecisions
public void setIncomingTemplateDecisions(java.util.Collection<WorkflowDecisionTemplate> value)
Generated method - Setter of theWorkflowActionTemplate.incomingTemplateDecisionsattribute.- Parameters:
value- the incomingTemplateDecisions
-
addToIncomingTemplateDecisions
public void addToIncomingTemplateDecisions(SessionContext ctx, WorkflowDecisionTemplate value)
Generated method - Addsvalueto incomingTemplateDecisions.- Parameters:
value- the item to add to incomingTemplateDecisions
-
addToIncomingTemplateDecisions
public void addToIncomingTemplateDecisions(WorkflowDecisionTemplate value)
Generated method - Addsvalueto incomingTemplateDecisions.- Parameters:
value- the item to add to incomingTemplateDecisions
-
removeFromIncomingTemplateDecisions
public void removeFromIncomingTemplateDecisions(SessionContext ctx, WorkflowDecisionTemplate value)
Generated method - Removesvaluefrom incomingTemplateDecisions.- Parameters:
value- the item to remove from incomingTemplateDecisions
-
removeFromIncomingTemplateDecisions
public void removeFromIncomingTemplateDecisions(WorkflowDecisionTemplate value)
Generated method - Removesvaluefrom incomingTemplateDecisions.- Parameters:
value- the item to remove from incomingTemplateDecisions
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabledin classGeneratedAbstractWorkflowAction
-
getWorkflow
public WorkflowTemplate getWorkflow(SessionContext ctx)
Generated method - Getter of theWorkflowActionTemplate.workflowattribute.- Returns:
- the workflow - workflow template to which the action template belongs
-
getWorkflow
public WorkflowTemplate getWorkflow()
Generated method - Getter of theWorkflowActionTemplate.workflowattribute.- Returns:
- the workflow - workflow template to which the action template belongs
-
setWorkflow
protected void setWorkflow(SessionContext ctx, WorkflowTemplate value)
Generated method - Setter of theWorkflowActionTemplate.workflowattribute.- Parameters:
value- the workflow - workflow template to which the action template belongs
-
setWorkflow
protected void setWorkflow(WorkflowTemplate value)
Generated method - Setter of theWorkflowActionTemplate.workflowattribute.- Parameters:
value- the workflow - workflow template to which the action template belongs
-
-