public class DynamicLinkModel extends StaticLinkModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
SCRIPT
Generated constant - Attribute key of
DynamicLink.script attribute defined at extension mcc. |
static java.lang.String |
VISIBLESCRIPT
Generated constant - Attribute key of
DynamicLink.visibleScript attribute defined at extension mcc. |
_STATICLINK2STATICLINKRELATION, DESCRIPTION, DESCRIPTIONICON, EXTENSIONNAME, PARENTLINK, PARENTLINKPOS, SUBLINKS, TITLE, URL_PRINCIPAL2READABLEABSTRACTLINKENTRYRELATION, AREA, CODE, READPRINCIPALS, SORTORDER_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DynamicLinkModel()
Generated constructor - Default constructor for generic creation.
|
DynamicLinkModel(CockpitLinkArea _area,
java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DynamicLinkModel(CockpitLinkArea _area,
java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DynamicLinkModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getScript()
Generated method - Getter of the
DynamicLink.script attribute defined at extension mcc. |
java.lang.String |
getVisibleScript()
Generated method - Getter of the
DynamicLink.visibleScript attribute defined at extension mcc. |
void |
setScript(java.lang.String value)
Generated method - Setter of
DynamicLink.script attribute defined at extension mcc. |
void |
setVisibleScript(java.lang.String value)
Generated method - Setter of
DynamicLink.visibleScript attribute defined at extension mcc. |
getDescription, getDescription, getDescriptionIcon, getExtensionName, getParentLink, getSublinks, getTitle, getTitle, getUrl, setDescription, setDescription, setDescriptionIcon, setExtensionName, setParentLink, setSublinks, setTitle, setTitle, setUrlgetArea, getCode, getReadPrincipals, getSortorder, setArea, setCode, setReadPrincipals, setSortordergetComments, 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 SCRIPT
DynamicLink.script attribute defined at extension mcc.public static final java.lang.String VISIBLESCRIPT
DynamicLink.visibleScript attribute defined at extension mcc.public DynamicLinkModel()
public DynamicLinkModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public DynamicLinkModel(CockpitLinkArea _area, java.lang.String _code)
_area - initial attribute declared by type AbstractLinkEntry at extension mcc_code - initial attribute declared by type AbstractLinkEntry at extension mcc@Deprecated public DynamicLinkModel(CockpitLinkArea _area, java.lang.String _code, ItemModel _owner)
_area - initial attribute declared by type AbstractLinkEntry at extension mcc_code - initial attribute declared by type AbstractLinkEntry at extension mcc_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="script", type=GETTER) public java.lang.String getScript()
DynamicLink.script attribute defined at extension mcc.@Accessor(qualifier="visibleScript", type=GETTER) public java.lang.String getVisibleScript()
DynamicLink.visibleScript attribute defined at extension mcc.@Accessor(qualifier="script", type=SETTER) public void setScript(java.lang.String value)
DynamicLink.script attribute defined at extension mcc.value - the script - Script that returns title->URL dynamic link map@Accessor(qualifier="visibleScript", type=SETTER) public void setVisibleScript(java.lang.String value)
DynamicLink.visibleScript attribute defined at extension mcc.value - the visibleScript - Script that returns true if the link should be visibleCopyright © 2018 SAP SE. All Rights Reserved.