Class GeneratedAbstractWorkflowAction

    • Field Detail

      • ACTIONTYPE

        public static final java.lang.String ACTIONTYPE
        Qualifier of the AbstractWorkflowAction.actionType attribute
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        Qualifier of the AbstractWorkflowAction.code attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the AbstractWorkflowAction.name attribute
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Qualifier of the AbstractWorkflowAction.description attribute
        See Also:
        Constant Field Values
      • PRINCIPALASSIGNED

        public static final java.lang.String PRINCIPALASSIGNED
        Qualifier of the AbstractWorkflowAction.principalAssigned attribute
        See Also:
        Constant Field Values
      • SENDEMAIL

        public static final java.lang.String SENDEMAIL
        Qualifier of the AbstractWorkflowAction.sendEmail attribute
        See Also:
        Constant Field Values
      • EMAILADDRESS

        public static final java.lang.String EMAILADDRESS
        Qualifier of the AbstractWorkflowAction.emailAddress attribute
        See Also:
        Constant Field Values
      • PREDECESSORSSTR

        public static final java.lang.String PREDECESSORSSTR
        Qualifier of the AbstractWorkflowAction.predecessorsStr attribute
        See Also:
        Constant Field Values
      • RENDERERTEMPLATE

        public static final java.lang.String RENDERERTEMPLATE
        Qualifier of the AbstractWorkflowAction.rendererTemplate attribute
        See Also:
        Constant Field Values
      • PREDECESSORS

        public static final java.lang.String PREDECESSORS
        Qualifier of the AbstractWorkflowAction.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 the AbstractWorkflowAction.successors attribute
        See Also:
        Constant Field Values
      • WORKFLOWACTIONCOMMENTS

        public static final java.lang.String WORKFLOWACTIONCOMMENTS
        Qualifier of the AbstractWorkflowAction.workflowActionComments attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedAbstractWorkflowAction

        public GeneratedAbstractWorkflowAction()
    • Method Detail

      • getActionType

        public EnumerationValue getActionType​(SessionContext ctx)
        Generated method - Getter of the AbstractWorkflowAction.actionType attribute.
        Returns:
        the actionType - marker for the type of an action (start, end, normal)
      • getActionType

        public EnumerationValue getActionType()
        Generated method - Getter of the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.code attribute.
        Returns:
        the code - unique identifier of the action
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the AbstractWorkflowAction.code attribute.
        Returns:
        the code - unique identifier of the action
      • setCode

        protected void setCode​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the AbstractWorkflowAction.code attribute.
        Parameters:
        value - the code - unique identifier of the action
      • setCode

        protected void setCode​(java.lang.String value)
        Generated method - Setter of the AbstractWorkflowAction.code attribute.
        Parameters:
        value - the code - unique identifier of the action
      • getDescription

        public java.lang.String getDescription​(SessionContext ctx)
        Generated method - Getter of the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.emailAddress attribute.
        Parameters:
        value - the emailAddress - e-mail address where notification e-mail will be sent to
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the AbstractWorkflowAction.name attribute.
        Returns:
        the name - name of the action
      • getName

        public java.lang.String getName()
        Generated method - Getter of the AbstractWorkflowAction.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 the AbstractWorkflowAction.name attribute.
        Returns:
        the localized name - name of the action
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the AbstractWorkflowAction.name attribute.
        Returns:
        the localized name - name of the action
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the AbstractWorkflowAction.name attribute.
        Parameters:
        value - the name - name of the action
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.name attribute.
        Parameters:
        value - the name - name of the action
      • getPredecessors

        public java.util.List<AbstractWorkflowAction> getPredecessors​(SessionContext ctx)
        Generated method - Getter of the AbstractWorkflowAction.predecessors attribute.
        Returns:
        the predecessors
      • getPredecessors

        public java.util.List<AbstractWorkflowAction> getPredecessors()
        Generated method - Getter of the AbstractWorkflowAction.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 the AbstractWorkflowAction.predecessors attribute.
        Parameters:
        value - the predecessors
      • setPredecessors

        public void setPredecessors​(java.util.List<AbstractWorkflowAction> value)
        Generated method - Setter of the AbstractWorkflowAction.predecessors attribute.
        Parameters:
        value - the predecessors
      • addToPredecessors

        public void addToPredecessors​(SessionContext ctx,
                                      AbstractWorkflowAction value)
        Generated method - Adds value to predecessors.
        Parameters:
        value - the item to add to predecessors
      • addToPredecessors

        public void addToPredecessors​(AbstractWorkflowAction value)
        Generated method - Adds value to predecessors.
        Parameters:
        value - the item to add to predecessors
      • removeFromPredecessors

        public void removeFromPredecessors​(SessionContext ctx,
                                           AbstractWorkflowAction value)
        Generated method - Removes value from predecessors.
        Parameters:
        value - the item to remove from predecessors
      • removeFromPredecessors

        public void removeFromPredecessors​(AbstractWorkflowAction value)
        Generated method - Removes value from predecessors.
        Parameters:
        value - the item to remove from predecessors
      • getPredecessorsStr

        public abstract java.lang.String getPredecessorsStr​(SessionContext ctx)
        Generated method - Getter of the AbstractWorkflowAction.predecessorsStr attribute.
        Returns:
        the predecessorsStr
      • getPredecessorsStr

        public java.lang.String getPredecessorsStr()
        Generated method - Getter of the AbstractWorkflowAction.predecessorsStr attribute.
        Returns:
        the predecessorsStr
      • getPrincipalAssigned

        public Principal getPrincipalAssigned​(SessionContext ctx)
        Generated method - Getter of the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.rendererTemplate attribute.
        Returns:
        the rendererTemplate
      • getRendererTemplate

        public RendererTemplate getRendererTemplate()
        Generated method - Getter of the AbstractWorkflowAction.rendererTemplate attribute.
        Returns:
        the rendererTemplate
      • setRendererTemplate

        public void setRendererTemplate​(SessionContext ctx,
                                        RendererTemplate value)
        Generated method - Setter of the AbstractWorkflowAction.rendererTemplate attribute.
        Parameters:
        value - the rendererTemplate
      • setRendererTemplate

        public void setRendererTemplate​(RendererTemplate value)
        Generated method - Setter of the AbstractWorkflowAction.rendererTemplate attribute.
        Parameters:
        value - the rendererTemplate
      • isSendEmail

        public java.lang.Boolean isSendEmail​(SessionContext ctx)
        Generated method - Getter of the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.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 the AbstractWorkflowAction.successors attribute.
        Returns:
        the successors
      • getSuccessors

        public java.util.List<AbstractWorkflowAction> getSuccessors()
        Generated method - Getter of the AbstractWorkflowAction.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 the AbstractWorkflowAction.successors attribute.
        Parameters:
        value - the successors
      • setSuccessors

        public void setSuccessors​(java.util.List<AbstractWorkflowAction> value)
        Generated method - Setter of the AbstractWorkflowAction.successors attribute.
        Parameters:
        value - the successors
      • addToSuccessors

        public void addToSuccessors​(SessionContext ctx,
                                    AbstractWorkflowAction value)
        Generated method - Adds value to successors.
        Parameters:
        value - the item to add to successors
      • addToSuccessors

        public void addToSuccessors​(AbstractWorkflowAction value)
        Generated method - Adds value to successors.
        Parameters:
        value - the item to add to successors
      • removeFromSuccessors

        public void removeFromSuccessors​(SessionContext ctx,
                                         AbstractWorkflowAction value)
        Generated method - Removes value from successors.
        Parameters:
        value - the item to remove from successors
      • removeFromSuccessors

        public void removeFromSuccessors​(AbstractWorkflowAction value)
        Generated method - Removes value from successors.
        Parameters:
        value - the item to remove from successors
      • getWorkflowActionComments

        public java.util.Collection<WorkflowActionComment> getWorkflowActionComments​(SessionContext ctx)
        Generated method - Getter of the AbstractWorkflowAction.workflowActionComments attribute.
        Returns:
        the workflowActionComments
      • getWorkflowActionComments

        public java.util.Collection<WorkflowActionComment> getWorkflowActionComments()
        Generated method - Getter of the AbstractWorkflowAction.workflowActionComments attribute.
        Returns:
        the workflowActionComments
      • setWorkflowActionComments

        public void setWorkflowActionComments​(SessionContext ctx,
                                              java.util.Collection<WorkflowActionComment> value)
        Generated method - Setter of the AbstractWorkflowAction.workflowActionComments attribute.
        Parameters:
        value - the workflowActionComments
      • setWorkflowActionComments

        public void setWorkflowActionComments​(java.util.Collection<WorkflowActionComment> value)
        Generated method - Setter of the AbstractWorkflowAction.workflowActionComments attribute.
        Parameters:
        value - the workflowActionComments
      • addToWorkflowActionComments

        public void addToWorkflowActionComments​(SessionContext ctx,
                                                WorkflowActionComment value)
        Generated method - Adds value to workflowActionComments.
        Parameters:
        value - the item to add to workflowActionComments
      • addToWorkflowActionComments

        public void addToWorkflowActionComments​(WorkflowActionComment value)
        Generated method - Adds value to workflowActionComments.
        Parameters:
        value - the item to add to workflowActionComments
      • removeFromWorkflowActionComments

        public void removeFromWorkflowActionComments​(SessionContext ctx,
                                                     WorkflowActionComment value)
        Generated method - Removes value from workflowActionComments.
        Parameters:
        value - the item to remove from workflowActionComments
      • removeFromWorkflowActionComments

        public void removeFromWorkflowActionComments​(WorkflowActionComment value)
        Generated method - Removes value from workflowActionComments.
        Parameters:
        value - the item to remove from workflowActionComments