Class GeneratedWorkflowManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.workflow.jalo.GeneratedWorkflowManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
WorkflowManager

public abstract class GeneratedWorkflowManager extends Extension
Generated class for type WorkflowManager.
See Also:
  • Field Details

    • WORKFLOWTEMPLATE2PRINCIPALRELATION_SRC_ORDERED

      protected static String WORKFLOWTEMPLATE2PRINCIPALRELATION_SRC_ORDERED
      Relation ordering override parameter constants for WorkflowTemplate2PrincipalRelation from ((workflow))
    • WORKFLOWTEMPLATE2PRINCIPALRELATION_TGT_ORDERED

      protected static String WORKFLOWTEMPLATE2PRINCIPALRELATION_TGT_ORDERED
    • WORKFLOWTEMPLATE2PRINCIPALRELATION_MARKMODIFIED

      protected static String WORKFLOWTEMPLATE2PRINCIPALRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for WorkflowTemplate2PrincipalRelation from ((workflow))
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedWorkflowManager

      public GeneratedWorkflowManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • isActive

      public Boolean isActive(SessionContext ctx, Link item)
      Generated method - Getter of the WorkflowActionLinkRelation.active attribute.
      Returns:
      the active
    • isActive

      public Boolean isActive(Link item)
      Generated method - Getter of the WorkflowActionLinkRelation.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(SessionContext ctx, Link item)
      Generated method - Getter of the WorkflowActionLinkRelation.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(Link item)
      Generated method - Getter of the WorkflowActionLinkRelation.active attribute.
      Returns:
      the active
    • setActive

      public void setActive(SessionContext ctx, Link item, Boolean value)
      Generated method - Setter of the WorkflowActionLinkRelation.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(Link item, Boolean value)
      Generated method - Setter of the WorkflowActionLinkRelation.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(SessionContext ctx, Link item, boolean value)
      Generated method - Setter of the WorkflowActionLinkRelation.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(Link item, boolean value)
      Generated method - Setter of the WorkflowActionLinkRelation.active attribute.
      Parameters:
      value - the active
    • isAndConnection

      public Boolean isAndConnection(SessionContext ctx, Link item)
      Generated method - Getter of the WorkflowActionLinkRelation.andConnection attribute.
      Returns:
      the andConnection
    • isAndConnection

      public Boolean isAndConnection(Link item)
      Generated method - Getter of the WorkflowActionLinkRelation.andConnection attribute.
      Returns:
      the andConnection
    • isAndConnectionAsPrimitive

      public boolean isAndConnectionAsPrimitive(SessionContext ctx, Link item)
      Generated method - Getter of the WorkflowActionLinkRelation.andConnection attribute.
      Returns:
      the andConnection
    • isAndConnectionAsPrimitive

      public boolean isAndConnectionAsPrimitive(Link item)
      Generated method - Getter of the WorkflowActionLinkRelation.andConnection attribute.
      Returns:
      the andConnection
    • setAndConnection

      public void setAndConnection(SessionContext ctx, Link item, Boolean value)
      Generated method - Setter of the WorkflowActionLinkRelation.andConnection attribute.
      Parameters:
      value - the andConnection
    • setAndConnection

      public void setAndConnection(Link item, Boolean value)
      Generated method - Setter of the WorkflowActionLinkRelation.andConnection attribute.
      Parameters:
      value - the andConnection
    • setAndConnection

      public void setAndConnection(SessionContext ctx, Link item, boolean value)
      Generated method - Setter of the WorkflowActionLinkRelation.andConnection attribute.
      Parameters:
      value - the andConnection
    • setAndConnection

      public void setAndConnection(Link item, boolean value)
      Generated method - Setter of the WorkflowActionLinkRelation.andConnection attribute.
      Parameters:
      value - the andConnection
    • isAndConnectionTemplate

      public Boolean isAndConnectionTemplate(SessionContext ctx, Link item)
      Generated method - Getter of the WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.
      Returns:
      the andConnectionTemplate
    • isAndConnectionTemplate

      public Boolean isAndConnectionTemplate(Link item)
      Generated method - Getter of the WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.
      Returns:
      the andConnectionTemplate
    • isAndConnectionTemplateAsPrimitive

      public boolean isAndConnectionTemplateAsPrimitive(SessionContext ctx, Link item)
      Generated method - Getter of the WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.
      Returns:
      the andConnectionTemplate
    • isAndConnectionTemplateAsPrimitive

      public boolean isAndConnectionTemplateAsPrimitive(Link item)
      Generated method - Getter of the WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.
      Returns:
      the andConnectionTemplate
    • setAndConnectionTemplate

      public void setAndConnectionTemplate(SessionContext ctx, Link item, Boolean value)
      Generated method - Setter of the WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.
      Parameters:
      value - the andConnectionTemplate
    • setAndConnectionTemplate

      public void setAndConnectionTemplate(Link item, Boolean value)
      Generated method - Setter of the WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.
      Parameters:
      value - the andConnectionTemplate
    • setAndConnectionTemplate

      public void setAndConnectionTemplate(SessionContext ctx, Link item, boolean value)
      Generated method - Setter of the WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.
      Parameters:
      value - the andConnectionTemplate
    • setAndConnectionTemplate

      public void setAndConnectionTemplate(Link item, boolean value)
      Generated method - Setter of the WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.
      Parameters:
      value - the andConnectionTemplate
    • createAutomatedWorkflowActionTemplate

      public AutomatedWorkflowActionTemplate createAutomatedWorkflowActionTemplate(SessionContext ctx, Map attributeValues)
    • createAutomatedWorkflowActionTemplate

      public AutomatedWorkflowActionTemplate createAutomatedWorkflowActionTemplate(Map attributeValues)
    • createWorkflow

      public Workflow createWorkflow(SessionContext ctx, Map attributeValues)
    • createWorkflow

      public Workflow createWorkflow(Map attributeValues)
    • createWorkflowAction

      public WorkflowAction createWorkflowAction(SessionContext ctx, Map attributeValues)
    • createWorkflowAction

      public WorkflowAction createWorkflowAction(Map attributeValues)
    • createWorkflowActionComment

      public WorkflowActionComment createWorkflowActionComment(SessionContext ctx, Map attributeValues)
    • createWorkflowActionComment

      public WorkflowActionComment createWorkflowActionComment(Map attributeValues)
    • createWorkflowActionTemplate

      public WorkflowActionTemplate createWorkflowActionTemplate(SessionContext ctx, Map attributeValues)
    • createWorkflowActionTemplate

      public WorkflowActionTemplate createWorkflowActionTemplate(Map attributeValues)
    • createWorkflowDecision

      public WorkflowDecision createWorkflowDecision(SessionContext ctx, Map attributeValues)
    • createWorkflowDecision

      public WorkflowDecision createWorkflowDecision(Map attributeValues)
    • createWorkflowDecisionTemplate

      public WorkflowDecisionTemplate createWorkflowDecisionTemplate(SessionContext ctx, Map attributeValues)
    • createWorkflowDecisionTemplate

      public WorkflowDecisionTemplate createWorkflowDecisionTemplate(Map attributeValues)
    • createWorkflowItemAttachment

      public WorkflowItemAttachment createWorkflowItemAttachment(SessionContext ctx, Map attributeValues)
    • createWorkflowItemAttachment

      public WorkflowItemAttachment createWorkflowItemAttachment(Map attributeValues)
    • createWorkflowTemplate

      public WorkflowTemplate createWorkflowTemplate(SessionContext ctx, Map attributeValues)
    • createWorkflowTemplate

      public WorkflowTemplate createWorkflowTemplate(Map attributeValues)
    • getName

      public String getName()
      Specified by:
      getName in class Extension
    • getOwnerName

      public abstract String getOwnerName(SessionContext ctx, Link item)
      Generated method - Getter of the WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.
      Returns:
      the ownerName
    • getOwnerName

      public String getOwnerName(Link item)
      Generated method - Getter of the WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.
      Returns:
      the ownerName
    • getAllOwnerName

      public abstract Map<Language,String> getAllOwnerName(SessionContext ctx, Link item)
      Generated method - Getter of the WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.
      Returns:
      the localized ownerName
    • getAllOwnerName

      public Map<Language,String> getAllOwnerName(Link item)
      Generated method - Getter of the WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.
      Returns:
      the localized ownerName
    • setOwnerName

      public abstract void setOwnerName(SessionContext ctx, Link item, String value)
      Generated method - Setter of the WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.
      Parameters:
      value - the ownerName
    • setOwnerName

      public void setOwnerName(Link item, String value)
      Generated method - Setter of the WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.
      Parameters:
      value - the ownerName
    • setAllOwnerName

      public abstract void setAllOwnerName(SessionContext ctx, Link item, Map<Language,String> value)
      Generated method - Setter of the WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.
      Parameters:
      value - the ownerName
    • setAllOwnerName

      public void setAllOwnerName(Link item, Map<Language,String> value)
      Generated method - Setter of the WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.
      Parameters:
      value - the ownerName
    • getTemplate

      public Link getTemplate(SessionContext ctx, Link item)
      Generated method - Getter of the WorkflowActionLinkRelation.template attribute.
      Returns:
      the template
    • getTemplate

      public Link getTemplate(Link item)
      Generated method - Getter of the WorkflowActionLinkRelation.template attribute.
      Returns:
      the template
    • setTemplate

      protected void setTemplate(SessionContext ctx, Link item, Link value)
      Generated method - Setter of the WorkflowActionLinkRelation.template attribute.
      Parameters:
      value - the template
    • setTemplate

      protected void setTemplate(Link item, Link value)
      Generated method - Setter of the WorkflowActionLinkRelation.template attribute.
      Parameters:
      value - the template
    • getVisibleTemplates

      public Collection<WorkflowTemplate> getVisibleTemplates(SessionContext ctx, Principal item)
      Generated method - Getter of the Principal.visibleTemplates attribute.
      Returns:
      the visibleTemplates
    • getVisibleTemplates

      public Collection<WorkflowTemplate> getVisibleTemplates(Principal item)
      Generated method - Getter of the Principal.visibleTemplates attribute.
      Returns:
      the visibleTemplates
    • getVisibleTemplatesCount

      public long getVisibleTemplatesCount(SessionContext ctx, Principal item)
    • getVisibleTemplatesCount

      public long getVisibleTemplatesCount(Principal item)
    • setVisibleTemplates

      public void setVisibleTemplates(SessionContext ctx, Principal item, Collection<WorkflowTemplate> value)
      Generated method - Setter of the Principal.visibleTemplates attribute.
      Parameters:
      value - the visibleTemplates
    • setVisibleTemplates

      public void setVisibleTemplates(Principal item, Collection<WorkflowTemplate> value)
      Generated method - Setter of the Principal.visibleTemplates attribute.
      Parameters:
      value - the visibleTemplates
    • addToVisibleTemplates

      public void addToVisibleTemplates(SessionContext ctx, Principal item, WorkflowTemplate value)
      Generated method - Adds value to visibleTemplates.
      Parameters:
      value - the item to add to visibleTemplates
    • addToVisibleTemplates

      public void addToVisibleTemplates(Principal item, WorkflowTemplate value)
      Generated method - Adds value to visibleTemplates.
      Parameters:
      value - the item to add to visibleTemplates
    • removeFromVisibleTemplates

      public void removeFromVisibleTemplates(SessionContext ctx, Principal item, WorkflowTemplate value)
      Generated method - Removes value from visibleTemplates.
      Parameters:
      value - the item to remove from visibleTemplates
    • removeFromVisibleTemplates

      public void removeFromVisibleTemplates(Principal item, WorkflowTemplate value)
      Generated method - Removes value from visibleTemplates.
      Parameters:
      value - the item to remove from visibleTemplates