Class GeneratedWorkflowTemplate

    • Field Detail

      • NAME

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

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

        public static final java.lang.String ACTIVATIONSCRIPT
        Qualifier of the WorkflowTemplate.activationScript attribute
        See Also:
        Constant Field Values
      • ACTIONS

        public static final java.lang.String ACTIONS
        Qualifier of the WorkflowTemplate.actions attribute
        See Also:
        Constant Field Values
      • VISIBLEFORPRINCIPALS

        public static final java.lang.String VISIBLEFORPRINCIPALS
        Qualifier of the WorkflowTemplate.visibleForPrincipals attribute
        See Also:
        Constant Field Values
      • WORKFLOWTEMPLATE2PRINCIPALRELATION_SRC_ORDERED

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

        protected static java.lang.String WORKFLOWTEMPLATE2PRINCIPALRELATION_TGT_ORDERED
      • WORKFLOWTEMPLATE2PRINCIPALRELATION_MARKMODIFIED

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

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

      • GeneratedWorkflowTemplate

        public GeneratedWorkflowTemplate()
    • Method Detail

      • getActions

        public java.util.List<WorkflowActionTemplate> getActions​(SessionContext ctx)
        Generated method - Getter of the WorkflowTemplate.actions attribute.
        Returns:
        the actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
      • getActions

        public java.util.List<WorkflowActionTemplate> getActions()
        Generated method - Getter of the WorkflowTemplate.actions attribute.
        Returns:
        the actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
      • setActions

        public void setActions​(SessionContext ctx,
                               java.util.List<WorkflowActionTemplate> value)
        Generated method - Setter of the WorkflowTemplate.actions attribute.
        Parameters:
        value - the actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
      • setActions

        public void setActions​(java.util.List<WorkflowActionTemplate> value)
        Generated method - Setter of the WorkflowTemplate.actions attribute.
        Parameters:
        value - the actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
      • addToActions

        public void addToActions​(SessionContext ctx,
                                 WorkflowActionTemplate value)
        Generated method - Adds value to actions.
        Parameters:
        value - the item to add to actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
      • addToActions

        public void addToActions​(WorkflowActionTemplate value)
        Generated method - Adds value to actions.
        Parameters:
        value - the item to add to actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
      • removeFromActions

        public void removeFromActions​(SessionContext ctx,
                                      WorkflowActionTemplate value)
        Generated method - Removes value from actions.
        Parameters:
        value - the item to remove from actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
      • removeFromActions

        public void removeFromActions​(WorkflowActionTemplate value)
        Generated method - Removes value from actions.
        Parameters:
        value - the item to remove from actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
      • getActivationScript

        public java.lang.String getActivationScript​(SessionContext ctx)
        Generated method - Getter of the WorkflowTemplate.activationScript attribute.
        Returns:
        the activationScript - Java code used to automatically trigger a Workflow
      • getActivationScript

        public java.lang.String getActivationScript()
        Generated method - Getter of the WorkflowTemplate.activationScript attribute.
        Returns:
        the activationScript - Java code used to automatically trigger a Workflow
      • setActivationScript

        public void setActivationScript​(SessionContext ctx,
                                        java.lang.String value)
        Generated method - Setter of the WorkflowTemplate.activationScript attribute.
        Parameters:
        value - the activationScript - Java code used to automatically trigger a Workflow
      • setActivationScript

        public void setActivationScript​(java.lang.String value)
        Generated method - Setter of the WorkflowTemplate.activationScript attribute.
        Parameters:
        value - the activationScript - Java code used to automatically trigger a Workflow
      • getDescription

        public java.lang.String getDescription​(SessionContext ctx)
        Generated method - Getter of the WorkflowTemplate.description attribute.
        Returns:
        the description - description of the workflows created by the template; will be copied to a created workflow initially
      • getDescription

        public java.lang.String getDescription()
        Generated method - Getter of the WorkflowTemplate.description attribute.
        Returns:
        the description - description of the workflows created by the template; will be copied to a created workflow initially
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription​(SessionContext ctx)
        Generated method - Getter of the WorkflowTemplate.description attribute.
        Returns:
        the localized description - description of the workflows created by the template; will be copied to a created workflow initially
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription()
        Generated method - Getter of the WorkflowTemplate.description attribute.
        Returns:
        the localized description - description of the workflows created by the template; will be copied to a created workflow initially
      • setDescription

        public void setDescription​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the WorkflowTemplate.description attribute.
        Parameters:
        value - the description - description of the workflows created by the template; will be copied to a created workflow initially
      • setDescription

        public void setDescription​(java.lang.String value)
        Generated method - Setter of the WorkflowTemplate.description attribute.
        Parameters:
        value - the description - description of the workflows created by the template; will be copied to a created workflow initially
      • setAllDescription

        public void setAllDescription​(SessionContext ctx,
                                      java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the WorkflowTemplate.description attribute.
        Parameters:
        value - the description - description of the workflows created by the template; will be copied to a created workflow initially
      • setAllDescription

        public void setAllDescription​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the WorkflowTemplate.description attribute.
        Parameters:
        value - the description - description of the workflows created by the template; will be copied to a created workflow initially
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the WorkflowTemplate.name attribute.
        Returns:
        the name - name of the workflows created by the template; will be copied to a created workflow initially
      • getName

        public java.lang.String getName()
        Generated method - Getter of the WorkflowTemplate.name attribute.
        Returns:
        the name - name of the workflows created by the template; will be copied to a created workflow initially
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the WorkflowTemplate.name attribute.
        Returns:
        the localized name - name of the workflows created by the template; will be copied to a created workflow initially
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the WorkflowTemplate.name attribute.
        Returns:
        the localized name - name of the workflows created by the template; will be copied to a created workflow initially
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the WorkflowTemplate.name attribute.
        Parameters:
        value - the name - name of the workflows created by the template; will be copied to a created workflow initially
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the WorkflowTemplate.name attribute.
        Parameters:
        value - the name - name of the workflows created by the template; will be copied to a created workflow initially
      • setAllName

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the WorkflowTemplate.name attribute.
        Parameters:
        value - the name - name of the workflows created by the template; will be copied to a created workflow initially
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the WorkflowTemplate.name attribute.
        Parameters:
        value - the name - name of the workflows created by the template; will be copied to a created workflow initially
      • getVisibleForPrincipals

        public java.util.Collection<Principal> getVisibleForPrincipals​(SessionContext ctx)
        Generated method - Getter of the WorkflowTemplate.visibleForPrincipals attribute.
        Returns:
        the visibleForPrincipals
      • getVisibleForPrincipals

        public java.util.Collection<Principal> getVisibleForPrincipals()
        Generated method - Getter of the WorkflowTemplate.visibleForPrincipals attribute.
        Returns:
        the visibleForPrincipals
      • getVisibleForPrincipalsCount

        public long getVisibleForPrincipalsCount​(SessionContext ctx)
      • getVisibleForPrincipalsCount

        public long getVisibleForPrincipalsCount()
      • setVisibleForPrincipals

        public void setVisibleForPrincipals​(SessionContext ctx,
                                            java.util.Collection<Principal> value)
        Generated method - Setter of the WorkflowTemplate.visibleForPrincipals attribute.
        Parameters:
        value - the visibleForPrincipals
      • setVisibleForPrincipals

        public void setVisibleForPrincipals​(java.util.Collection<Principal> value)
        Generated method - Setter of the WorkflowTemplate.visibleForPrincipals attribute.
        Parameters:
        value - the visibleForPrincipals
      • addToVisibleForPrincipals

        public void addToVisibleForPrincipals​(SessionContext ctx,
                                              Principal value)
        Generated method - Adds value to visibleForPrincipals.
        Parameters:
        value - the item to add to visibleForPrincipals
      • addToVisibleForPrincipals

        public void addToVisibleForPrincipals​(Principal value)
        Generated method - Adds value to visibleForPrincipals.
        Parameters:
        value - the item to add to visibleForPrincipals
      • removeFromVisibleForPrincipals

        public void removeFromVisibleForPrincipals​(SessionContext ctx,
                                                   Principal value)
        Generated method - Removes value from visibleForPrincipals.
        Parameters:
        value - the item to remove from visibleForPrincipals
      • removeFromVisibleForPrincipals

        public void removeFromVisibleForPrincipals​(Principal value)
        Generated method - Removes value from visibleForPrincipals.
        Parameters:
        value - the item to remove from visibleForPrincipals