public class YFormCMSComponentModel extends SimpleCMSComponentModel
This is used to renderer the Orbeon forms by the given parameters.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ACTION
Generated constant - Attribute key of
YFormCMSComponent.action attribute defined at extension xyformsservices. |
static java.lang.String |
APPLICATIONID
Generated constant - Attribute key of
YFormCMSComponent.applicationId attribute defined at extension xyformsservices. |
static java.lang.String |
FORMDATAID
Generated constant - Attribute key of
YFormCMSComponent.formDataId attribute defined at extension xyformsservices. |
static java.lang.String |
FORMID
Generated constant - Attribute key of
YFormCMSComponent.formId attribute defined at extension xyformsservices. |
_ELEMENTSFORCONTAINER, CONTAINERS_ELEMENTSFORSLOT, ACTIONS, CONTAINER, ONLYONERESTRICTIONMUSTAPPLY, RESTRICTED, RESTRICTIONS, SLOTS, TYPE, TYPECODE, VISIBLECATALOGVERSION, NAME, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
YFormCMSComponentModel()
Generated constructor - Default constructor for generic creation.
|
YFormCMSComponentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
YFormCMSComponentModel(java.lang.String _applicationId,
CatalogVersionModel _catalogVersion,
java.lang.String _formId,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
YFormCMSComponentModel(java.lang.String _applicationId,
CatalogVersionModel _catalogVersion,
java.lang.String _formId,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
YFormDataActionEnum |
getAction()
Generated method - Getter of the
YFormCMSComponent.action attribute defined at extension xyformsservices. |
java.lang.String |
getApplicationId()
Generated method - Getter of the
YFormCMSComponent.applicationId attribute defined at extension xyformsservices. |
java.lang.String |
getFormDataId()
Generated method - Getter of the
YFormCMSComponent.formDataId attribute defined at extension xyformsservices. |
java.lang.String |
getFormId()
Generated method - Getter of the
YFormCMSComponent.formId attribute defined at extension xyformsservices. |
void |
setAction(YFormDataActionEnum value)
Generated method - Setter of
YFormCMSComponent.action attribute defined at extension xyformsservices. |
void |
setApplicationId(java.lang.String value)
Generated method - Setter of
YFormCMSComponent.applicationId attribute defined at extension xyformsservices. |
void |
setFormDataId(java.lang.String value)
Generated method - Setter of
YFormCMSComponent.formDataId attribute defined at extension xyformsservices. |
void |
setFormId(java.lang.String value)
Generated method - Setter of
YFormCMSComponent.formId attribute defined at extension xyformsservices. |
getContainers, setContainersgetActions, getRestrictions, getSlots, getType, getType, getTypeCode, getVisible, isContainer, isOnlyOneRestrictionMustApply, isRestricted, setActions, setOnlyOneRestrictionMustApply, setRestrictions, setSlots, setVisiblegetCatalogVersion, getName, getUid, setCatalogVersion, setName, setUidgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String APPLICATIONID
YFormCMSComponent.applicationId attribute defined at extension xyformsservices.public static final java.lang.String FORMID
YFormCMSComponent.formId attribute defined at extension xyformsservices.public static final java.lang.String FORMDATAID
YFormCMSComponent.formDataId attribute defined at extension xyformsservices.public static final java.lang.String ACTION
YFormCMSComponent.action attribute defined at extension xyformsservices.public YFormCMSComponentModel()
public YFormCMSComponentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public YFormCMSComponentModel(java.lang.String _applicationId,
CatalogVersionModel _catalogVersion,
java.lang.String _formId,
java.lang.String _uid)
_applicationId - initial attribute declared by type YFormCMSComponent at extension xyformsservices_catalogVersion - initial attribute declared by type CMSItem at extension cms2_formId - initial attribute declared by type YFormCMSComponent at extension xyformsservices_uid - initial attribute declared by type CMSItem at extension cms2@Deprecated
public YFormCMSComponentModel(java.lang.String _applicationId,
CatalogVersionModel _catalogVersion,
java.lang.String _formId,
ItemModel _owner,
java.lang.String _uid)
_applicationId - initial attribute declared by type YFormCMSComponent at extension xyformsservices_catalogVersion - initial attribute declared by type CMSItem at extension cms2_formId - initial attribute declared by type YFormCMSComponent at extension xyformsservices_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type CMSItem at extension cms2@Accessor(qualifier="action", type=GETTER) public YFormDataActionEnum getAction()
YFormCMSComponent.action attribute defined at extension xyformsservices.@Accessor(qualifier="applicationId", type=GETTER) public java.lang.String getApplicationId()
YFormCMSComponent.applicationId attribute defined at extension xyformsservices.@Accessor(qualifier="formDataId", type=GETTER) public java.lang.String getFormDataId()
YFormCMSComponent.formDataId attribute defined at extension xyformsservices.@Accessor(qualifier="formId", type=GETTER) public java.lang.String getFormId()
YFormCMSComponent.formId attribute defined at extension xyformsservices.@Accessor(qualifier="action", type=SETTER) public void setAction(YFormDataActionEnum value)
YFormCMSComponent.action attribute defined at extension xyformsservices.value - the action@Accessor(qualifier="applicationId", type=SETTER) public void setApplicationId(java.lang.String value)
YFormCMSComponent.applicationId attribute defined at extension xyformsservices.value - the applicationId@Accessor(qualifier="formDataId", type=SETTER) public void setFormDataId(java.lang.String value)
YFormCMSComponent.formDataId attribute defined at extension xyformsservices.value - the formDataIdCopyright © 2018 SAP SE. All Rights Reserved.