public class SAPCPIConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BASEURL
Generated constant - Attribute key of
SAPCPIConfiguration.baseUrl attribute defined at extension scpiconnector. |
static java.lang.String |
IFLOWCONFIGURATION
Generated constant - Attribute key of
SAPCPIConfiguration.iflowConfiguration attribute defined at extension scpiconnector. |
static java.lang.String |
NAME
Generated constant - Attribute key of
SAPCPIConfiguration.name attribute defined at extension scpiconnector. |
static java.lang.String |
PASSWORD
Generated constant - Attribute key of
SAPCPIConfiguration.password attribute defined at extension scpiconnector. |
static java.lang.String |
PROXYURL
Generated constant - Attribute key of
SAPCPIConfiguration.proxyUrl attribute defined at extension scpiconnector. |
static java.lang.String |
USERNAME
Generated constant - Attribute key of
SAPCPIConfiguration.username attribute defined at extension scpiconnector. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPCPIConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
SAPCPIConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SAPCPIConfigurationModel(java.lang.String _baseUrl)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPCPIConfigurationModel(java.lang.String _baseUrl,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseUrl()
Generated method - Getter of the
SAPCPIConfiguration.baseUrl attribute defined at extension scpiconnector. |
java.util.List<IflowConfigurationModel> |
getIflowConfiguration()
Generated method - Getter of the
SAPCPIConfiguration.iflowConfiguration attribute defined at extension scpiconnector. |
java.lang.String |
getName()
Generated method - Getter of the
SAPCPIConfiguration.name attribute defined at extension scpiconnector. |
java.lang.String |
getPassword()
Generated method - Getter of the
SAPCPIConfiguration.password attribute defined at extension scpiconnector. |
java.lang.String |
getProxyUrl()
Generated method - Getter of the
SAPCPIConfiguration.proxyUrl attribute defined at extension scpiconnector. |
java.lang.String |
getUsername()
Generated method - Getter of the
SAPCPIConfiguration.username attribute defined at extension scpiconnector. |
void |
setBaseUrl(java.lang.String value)
Generated method - Setter of
SAPCPIConfiguration.baseUrl attribute defined at extension scpiconnector. |
void |
setIflowConfiguration(java.util.List<IflowConfigurationModel> value)
Generated method - Setter of
SAPCPIConfiguration.iflowConfiguration attribute defined at extension scpiconnector. |
void |
setName(java.lang.String value)
Generated method - Setter of
SAPCPIConfiguration.name attribute defined at extension scpiconnector. |
void |
setPassword(java.lang.String value)
Generated method - Setter of
SAPCPIConfiguration.password attribute defined at extension scpiconnector. |
void |
setProxyUrl(java.lang.String value)
Generated method - Setter of
SAPCPIConfiguration.proxyUrl attribute defined at extension scpiconnector. |
void |
setUsername(java.lang.String value)
Generated method - Setter of
SAPCPIConfiguration.username attribute defined at extension scpiconnector. |
getComments, 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 NAME
SAPCPIConfiguration.name attribute defined at extension scpiconnector.public static final java.lang.String USERNAME
SAPCPIConfiguration.username attribute defined at extension scpiconnector.public static final java.lang.String PASSWORD
SAPCPIConfiguration.password attribute defined at extension scpiconnector.public static final java.lang.String BASEURL
SAPCPIConfiguration.baseUrl attribute defined at extension scpiconnector.public static final java.lang.String PROXYURL
SAPCPIConfiguration.proxyUrl attribute defined at extension scpiconnector.public static final java.lang.String IFLOWCONFIGURATION
SAPCPIConfiguration.iflowConfiguration attribute defined at extension scpiconnector.public SAPCPIConfigurationModel()
public SAPCPIConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPCPIConfigurationModel(java.lang.String _baseUrl)
_baseUrl - initial attribute declared by type SAPCPIConfiguration at extension scpiconnector@Deprecated
public SAPCPIConfigurationModel(java.lang.String _baseUrl,
ItemModel _owner)
_baseUrl - initial attribute declared by type SAPCPIConfiguration at extension scpiconnector_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="baseUrl", type=GETTER) public java.lang.String getBaseUrl()
SAPCPIConfiguration.baseUrl attribute defined at extension scpiconnector.@Accessor(qualifier="iflowConfiguration", type=GETTER) public java.util.List<IflowConfigurationModel> getIflowConfiguration()
SAPCPIConfiguration.iflowConfiguration attribute defined at extension scpiconnector.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
SAPCPIConfiguration.name attribute defined at extension scpiconnector.@Accessor(qualifier="password", type=GETTER) public java.lang.String getPassword()
SAPCPIConfiguration.password attribute defined at extension scpiconnector.@Accessor(qualifier="proxyUrl", type=GETTER) public java.lang.String getProxyUrl()
SAPCPIConfiguration.proxyUrl attribute defined at extension scpiconnector.@Accessor(qualifier="username", type=GETTER) public java.lang.String getUsername()
SAPCPIConfiguration.username attribute defined at extension scpiconnector.@Accessor(qualifier="baseUrl", type=SETTER) public void setBaseUrl(java.lang.String value)
SAPCPIConfiguration.baseUrl attribute defined at extension scpiconnector.value - the baseUrl - Base URL of the CPI tenant.@Accessor(qualifier="iflowConfiguration", type=SETTER) public void setIflowConfiguration(java.util.List<IflowConfigurationModel> value)
SAPCPIConfiguration.iflowConfiguration attribute defined at extension scpiconnector.value - the iflowConfiguration - The List if Iflow Specific Configurations.@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
SAPCPIConfiguration.name attribute defined at extension scpiconnector.value - the name - Name of the Configuration item.@Accessor(qualifier="password", type=SETTER) public void setPassword(java.lang.String value)
SAPCPIConfiguration.password attribute defined at extension scpiconnector.value - the password - Password of the CPI User.@Accessor(qualifier="proxyUrl", type=SETTER) public void setProxyUrl(java.lang.String value)
SAPCPIConfiguration.proxyUrl attribute defined at extension scpiconnector.value - the proxyUrl - Proxy if required for connection.Copyright © 2018 SAP SE. All Rights Reserved.