Class GeneratedYFormDefinition

    • Field Detail

      • APPLICATIONID

        public static final java.lang.String APPLICATIONID
        Qualifier of the YFormDefinition.applicationId attribute
        See Also:
        Constant Field Values
      • FORMID

        public static final java.lang.String FORMID
        Qualifier of the YFormDefinition.formId attribute
        See Also:
        Constant Field Values
      • VERSION

        public static final java.lang.String VERSION
        Qualifier of the YFormDefinition.version attribute
        See Also:
        Constant Field Values
      • TITLE

        public static final java.lang.String TITLE
        Qualifier of the YFormDefinition.title attribute
        See Also:
        Constant Field Values
      • DESCRIPTION

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

        public static final java.lang.String DOCUMENTID
        Qualifier of the YFormDefinition.documentId attribute
        See Also:
        Constant Field Values
      • SYSTEM

        public static final java.lang.String SYSTEM
        Qualifier of the YFormDefinition.system attribute
        See Also:
        Constant Field Values
      • LATEST

        public static final java.lang.String LATEST
        Qualifier of the YFormDefinition.latest attribute
        See Also:
        Constant Field Values
      • STATUS

        public static final java.lang.String STATUS
        Qualifier of the YFormDefinition.status attribute
        See Also:
        Constant Field Values
      • CONTENT

        public static final java.lang.String CONTENT
        Qualifier of the YFormDefinition.content attribute
        See Also:
        Constant Field Values
      • DATA

        public static final java.lang.String DATA
        Qualifier of the YFormDefinition.data attribute
        See Also:
        Constant Field Values
      • CATEGORIES

        public static final java.lang.String CATEGORIES
        Qualifier of the YFormDefinition.categories attribute
        See Also:
        Constant Field Values
      • CATEGORY2YFORMDEFINITIONRELATION_SRC_ORDERED

        protected static java.lang.String CATEGORY2YFORMDEFINITIONRELATION_SRC_ORDERED
        Relation ordering override parameter constants for Category2YFormDefinitionRelation from ((xyformsservices))
      • CATEGORY2YFORMDEFINITIONRELATION_TGT_ORDERED

        protected static java.lang.String CATEGORY2YFORMDEFINITIONRELATION_TGT_ORDERED
      • CATEGORY2YFORMDEFINITIONRELATION_MARKMODIFIED

        protected static java.lang.String CATEGORY2YFORMDEFINITIONRELATION_MARKMODIFIED
        Relation disable markmodifed parameter constants for Category2YFormDefinitionRelation from ((xyformsservices))
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedYFormDefinition

        public GeneratedYFormDefinition()
    • Method Detail

      • getApplicationId

        public java.lang.String getApplicationId​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.applicationId attribute.
        Returns:
        the applicationId
      • getApplicationId

        public java.lang.String getApplicationId()
        Generated method - Getter of the YFormDefinition.applicationId attribute.
        Returns:
        the applicationId
      • setApplicationId

        public void setApplicationId​(SessionContext ctx,
                                     java.lang.String value)
        Generated method - Setter of the YFormDefinition.applicationId attribute.
        Parameters:
        value - the applicationId
      • setApplicationId

        public void setApplicationId​(java.lang.String value)
        Generated method - Setter of the YFormDefinition.applicationId attribute.
        Parameters:
        value - the applicationId
      • getCategories

        public java.util.Collection<Category> getCategories​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.categories attribute.
        Returns:
        the categories - Categories
      • getCategories

        public java.util.Collection<Category> getCategories()
        Generated method - Getter of the YFormDefinition.categories attribute.
        Returns:
        the categories - Categories
      • getCategoriesCount

        public long getCategoriesCount​(SessionContext ctx)
      • getCategoriesCount

        public long getCategoriesCount()
      • setCategories

        public void setCategories​(SessionContext ctx,
                                  java.util.Collection<Category> value)
        Generated method - Setter of the YFormDefinition.categories attribute.
        Parameters:
        value - the categories - Categories
      • setCategories

        public void setCategories​(java.util.Collection<Category> value)
        Generated method - Setter of the YFormDefinition.categories attribute.
        Parameters:
        value - the categories - Categories
      • addToCategories

        public void addToCategories​(SessionContext ctx,
                                    Category value)
        Generated method - Adds value to categories.
        Parameters:
        value - the item to add to categories - Categories
      • addToCategories

        public void addToCategories​(Category value)
        Generated method - Adds value to categories.
        Parameters:
        value - the item to add to categories - Categories
      • removeFromCategories

        public void removeFromCategories​(SessionContext ctx,
                                         Category value)
        Generated method - Removes value from categories.
        Parameters:
        value - the item to remove from categories - Categories
      • removeFromCategories

        public void removeFromCategories​(Category value)
        Generated method - Removes value from categories.
        Parameters:
        value - the item to remove from categories - Categories
      • getContent

        public java.lang.String getContent​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.content attribute.
        Returns:
        the content
      • getContent

        public java.lang.String getContent()
        Generated method - Getter of the YFormDefinition.content attribute.
        Returns:
        the content
      • setContent

        public void setContent​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the YFormDefinition.content attribute.
        Parameters:
        value - the content
      • setContent

        public void setContent​(java.lang.String value)
        Generated method - Setter of the YFormDefinition.content attribute.
        Parameters:
        value - the content
      • getData

        public java.util.Collection<YFormData> getData​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.data attribute.
        Returns:
        the data
      • getData

        public java.util.Collection<YFormData> getData()
        Generated method - Getter of the YFormDefinition.data attribute.
        Returns:
        the data
      • setData

        public void setData​(SessionContext ctx,
                            java.util.Collection<YFormData> value)
        Generated method - Setter of the YFormDefinition.data attribute.
        Parameters:
        value - the data
      • setData

        public void setData​(java.util.Collection<YFormData> value)
        Generated method - Setter of the YFormDefinition.data attribute.
        Parameters:
        value - the data
      • addToData

        public void addToData​(SessionContext ctx,
                              YFormData value)
        Generated method - Adds value to data.
        Parameters:
        value - the item to add to data
      • addToData

        public void addToData​(YFormData value)
        Generated method - Adds value to data.
        Parameters:
        value - the item to add to data
      • removeFromData

        public void removeFromData​(SessionContext ctx,
                                   YFormData value)
        Generated method - Removes value from data.
        Parameters:
        value - the item to remove from data
      • removeFromData

        public void removeFromData​(YFormData value)
        Generated method - Removes value from data.
        Parameters:
        value - the item to remove from data
      • getDescription

        public java.lang.String getDescription​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.description attribute.
        Returns:
        the description
      • getDescription

        public java.lang.String getDescription()
        Generated method - Getter of the YFormDefinition.description attribute.
        Returns:
        the description
      • setDescription

        public void setDescription​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the YFormDefinition.description attribute.
        Parameters:
        value - the description
      • setDescription

        public void setDescription​(java.lang.String value)
        Generated method - Setter of the YFormDefinition.description attribute.
        Parameters:
        value - the description
      • getDocumentId

        public java.lang.String getDocumentId​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.documentId attribute.
        Returns:
        the documentId
      • getDocumentId

        public java.lang.String getDocumentId()
        Generated method - Getter of the YFormDefinition.documentId attribute.
        Returns:
        the documentId
      • setDocumentId

        public void setDocumentId​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the YFormDefinition.documentId attribute.
        Parameters:
        value - the documentId
      • setDocumentId

        public void setDocumentId​(java.lang.String value)
        Generated method - Setter of the YFormDefinition.documentId attribute.
        Parameters:
        value - the documentId
      • getFormId

        public java.lang.String getFormId​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.formId attribute.
        Returns:
        the formId
      • getFormId

        public java.lang.String getFormId()
        Generated method - Getter of the YFormDefinition.formId attribute.
        Returns:
        the formId
      • setFormId

        public void setFormId​(SessionContext ctx,
                              java.lang.String value)
        Generated method - Setter of the YFormDefinition.formId attribute.
        Parameters:
        value - the formId
      • setFormId

        public void setFormId​(java.lang.String value)
        Generated method - Setter of the YFormDefinition.formId attribute.
        Parameters:
        value - the formId
      • isLatest

        public java.lang.Boolean isLatest​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.latest attribute.
        Returns:
        the latest
      • isLatest

        public java.lang.Boolean isLatest()
        Generated method - Getter of the YFormDefinition.latest attribute.
        Returns:
        the latest
      • isLatestAsPrimitive

        public boolean isLatestAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.latest attribute.
        Returns:
        the latest
      • isLatestAsPrimitive

        public boolean isLatestAsPrimitive()
        Generated method - Getter of the YFormDefinition.latest attribute.
        Returns:
        the latest
      • setLatest

        public void setLatest​(SessionContext ctx,
                              java.lang.Boolean value)
        Generated method - Setter of the YFormDefinition.latest attribute.
        Parameters:
        value - the latest
      • setLatest

        public void setLatest​(java.lang.Boolean value)
        Generated method - Setter of the YFormDefinition.latest attribute.
        Parameters:
        value - the latest
      • setLatest

        public void setLatest​(SessionContext ctx,
                              boolean value)
        Generated method - Setter of the YFormDefinition.latest attribute.
        Parameters:
        value - the latest
      • setLatest

        public void setLatest​(boolean value)
        Generated method - Setter of the YFormDefinition.latest attribute.
        Parameters:
        value - the latest
      • getStatus

        public EnumerationValue getStatus​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.status attribute.
        Returns:
        the status
      • getStatus

        public EnumerationValue getStatus()
        Generated method - Getter of the YFormDefinition.status attribute.
        Returns:
        the status
      • setStatus

        public void setStatus​(SessionContext ctx,
                              EnumerationValue value)
        Generated method - Setter of the YFormDefinition.status attribute.
        Parameters:
        value - the status
      • setStatus

        public void setStatus​(EnumerationValue value)
        Generated method - Setter of the YFormDefinition.status attribute.
        Parameters:
        value - the status
      • isSystem

        public java.lang.Boolean isSystem​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.system attribute.
        Returns:
        the system
      • isSystem

        public java.lang.Boolean isSystem()
        Generated method - Getter of the YFormDefinition.system attribute.
        Returns:
        the system
      • isSystemAsPrimitive

        public boolean isSystemAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.system attribute.
        Returns:
        the system
      • isSystemAsPrimitive

        public boolean isSystemAsPrimitive()
        Generated method - Getter of the YFormDefinition.system attribute.
        Returns:
        the system
      • setSystem

        public void setSystem​(SessionContext ctx,
                              java.lang.Boolean value)
        Generated method - Setter of the YFormDefinition.system attribute.
        Parameters:
        value - the system
      • setSystem

        public void setSystem​(java.lang.Boolean value)
        Generated method - Setter of the YFormDefinition.system attribute.
        Parameters:
        value - the system
      • setSystem

        public void setSystem​(SessionContext ctx,
                              boolean value)
        Generated method - Setter of the YFormDefinition.system attribute.
        Parameters:
        value - the system
      • setSystem

        public void setSystem​(boolean value)
        Generated method - Setter of the YFormDefinition.system attribute.
        Parameters:
        value - the system
      • getTitle

        public java.lang.String getTitle​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.title attribute.
        Returns:
        the title
      • getTitle

        public java.lang.String getTitle()
        Generated method - Getter of the YFormDefinition.title attribute.
        Returns:
        the title
      • setTitle

        public void setTitle​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the YFormDefinition.title attribute.
        Parameters:
        value - the title
      • setTitle

        public void setTitle​(java.lang.String value)
        Generated method - Setter of the YFormDefinition.title attribute.
        Parameters:
        value - the title
      • getVersion

        public java.lang.Integer getVersion​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.version attribute.
        Returns:
        the version
      • getVersion

        public java.lang.Integer getVersion()
        Generated method - Getter of the YFormDefinition.version attribute.
        Returns:
        the version
      • getVersionAsPrimitive

        public int getVersionAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the YFormDefinition.version attribute.
        Returns:
        the version
      • getVersionAsPrimitive

        public int getVersionAsPrimitive()
        Generated method - Getter of the YFormDefinition.version attribute.
        Returns:
        the version
      • setVersion

        public void setVersion​(SessionContext ctx,
                               java.lang.Integer value)
        Generated method - Setter of the YFormDefinition.version attribute.
        Parameters:
        value - the version
      • setVersion

        public void setVersion​(java.lang.Integer value)
        Generated method - Setter of the YFormDefinition.version attribute.
        Parameters:
        value - the version
      • setVersion

        public void setVersion​(SessionContext ctx,
                               int value)
        Generated method - Setter of the YFormDefinition.version attribute.
        Parameters:
        value - the version
      • setVersion

        public void setVersion​(int value)
        Generated method - Setter of the YFormDefinition.version attribute.
        Parameters:
        value - the version