Class GeneratedYFormDefinition

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
YFormDefinition

public abstract class GeneratedYFormDefinition extends GenericItem
Generated class for type YFormDefinition.
See Also:
  • Field Details

    • APPLICATIONID

      public static final String APPLICATIONID
      Qualifier of the YFormDefinition.applicationId attribute
      See Also:
    • FORMID

      public static final String FORMID
      Qualifier of the YFormDefinition.formId attribute
      See Also:
    • VERSION

      public static final String VERSION
      Qualifier of the YFormDefinition.version attribute
      See Also:
    • TITLE

      public static final String TITLE
      Qualifier of the YFormDefinition.title attribute
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Qualifier of the YFormDefinition.description attribute
      See Also:
    • DOCUMENTID

      public static final String DOCUMENTID
      Qualifier of the YFormDefinition.documentId attribute
      See Also:
    • SYSTEM

      public static final String SYSTEM
      Qualifier of the YFormDefinition.system attribute
      See Also:
    • LATEST

      public static final String LATEST
      Qualifier of the YFormDefinition.latest attribute
      See Also:
    • STATUS

      public static final String STATUS
      Qualifier of the YFormDefinition.status attribute
      See Also:
    • CONTENT

      public static final String CONTENT
      Qualifier of the YFormDefinition.content attribute
      See Also:
    • DATA

      public static final String DATA
      Qualifier of the YFormDefinition.data attribute
      See Also:
    • CATEGORIES

      public static final String CATEGORIES
      Qualifier of the YFormDefinition.categories attribute
      See Also:
    • CATEGORY2YFORMDEFINITIONRELATION_SRC_ORDERED

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

      protected static String CATEGORY2YFORMDEFINITIONRELATION_TGT_ORDERED
    • CATEGORY2YFORMDEFINITIONRELATION_MARKMODIFIED

      protected static String CATEGORY2YFORMDEFINITIONRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for Category2YFormDefinitionRelation from ((xyformsservices))
    • DATAHANDLER

      protected static final OneToManyHandler<YFormData> DATAHANDLER
      OneToManyHandler for handling 1:n DATA's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedYFormDefinition

      public GeneratedYFormDefinition()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getApplicationId

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

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

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

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

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

      public 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, Collection<Category> value)
      Generated method - Setter of the YFormDefinition.categories attribute.
      Parameters:
      value - the categories - Categories
    • setCategories

      public void setCategories(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 String getContent(SessionContext ctx)
      Generated method - Getter of the YFormDefinition.content attribute.
      Returns:
      the content
    • getContent

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

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

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

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

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

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

      public void setData(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 String getDescription(SessionContext ctx)
      Generated method - Getter of the YFormDefinition.description attribute.
      Returns:
      the description
    • getDescription

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

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

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

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

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

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

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

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

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

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

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

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item
    • isLatest

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

      public 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, 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
    • 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 Boolean isSystem(SessionContext ctx)
      Generated method - Getter of the YFormDefinition.system attribute.
      Returns:
      the system
    • isSystem

      public 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, 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
    • 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 String getTitle(SessionContext ctx)
      Generated method - Getter of the YFormDefinition.title attribute.
      Returns:
      the title
    • getTitle

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

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

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

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

      public 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, Integer value)
      Generated method - Setter of the YFormDefinition.version attribute.
      Parameters:
      value - the version
    • setVersion

      public void setVersion(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