public abstract class GeneratedSAPHTTPDestination extends GenericItem
SAPHTTPDestination.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATIONTYPE
Qualifier of the
SAPHTTPDestination.authenticationType attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
HTTPDESTINATIONNAME
Qualifier of the
SAPHTTPDestination.httpDestinationName attribute |
static String |
PASSWORD
Qualifier of the
SAPHTTPDestination.password attribute |
static String |
TARGETURL
Qualifier of the
SAPHTTPDestination.targetURL attribute |
static String |
USERID
Qualifier of the
SAPHTTPDestination.userid attribute |
LANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedSAPHTTPDestination() |
| Modifier and Type | Method and Description |
|---|---|
EnumerationValue |
getAuthenticationType()
Generated method - Getter of the
SAPHTTPDestination.authenticationType attribute. |
EnumerationValue |
getAuthenticationType(SessionContext ctx)
Generated method - Getter of the
SAPHTTPDestination.authenticationType attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
String |
getHttpDestinationName()
Generated method - Getter of the
SAPHTTPDestination.httpDestinationName attribute. |
String |
getHttpDestinationName(SessionContext ctx)
Generated method - Getter of the
SAPHTTPDestination.httpDestinationName attribute. |
String |
getPassword()
Generated method - Getter of the
SAPHTTPDestination.password attribute. |
String |
getPassword(SessionContext ctx)
Generated method - Getter of the
SAPHTTPDestination.password attribute. |
String |
getTargetURL()
Generated method - Getter of the
SAPHTTPDestination.targetURL attribute. |
String |
getTargetURL(SessionContext ctx)
Generated method - Getter of the
SAPHTTPDestination.targetURL attribute. |
String |
getUserid()
Generated method - Getter of the
SAPHTTPDestination.userid attribute. |
String |
getUserid(SessionContext ctx)
Generated method - Getter of the
SAPHTTPDestination.userid attribute. |
void |
setAuthenticationType(EnumerationValue value)
Generated method - Setter of the
SAPHTTPDestination.authenticationType attribute. |
void |
setAuthenticationType(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
SAPHTTPDestination.authenticationType attribute. |
void |
setHttpDestinationName(SessionContext ctx,
String value)
Generated method - Setter of the
SAPHTTPDestination.httpDestinationName attribute. |
void |
setHttpDestinationName(String value)
Generated method - Setter of the
SAPHTTPDestination.httpDestinationName attribute. |
void |
setPassword(SessionContext ctx,
String value)
Generated method - Setter of the
SAPHTTPDestination.password attribute. |
void |
setPassword(String value)
Generated method - Setter of the
SAPHTTPDestination.password attribute. |
void |
setTargetURL(SessionContext ctx,
String value)
Generated method - Setter of the
SAPHTTPDestination.targetURL attribute. |
void |
setTargetURL(String value)
Generated method - Setter of the
SAPHTTPDestination.targetURL attribute. |
void |
setUserid(SessionContext ctx,
String value)
Generated method - Setter of the
SAPHTTPDestination.userid attribute. |
void |
setUserid(String value)
Generated method - Setter of the
SAPHTTPDestination.userid attribute. |
createItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacegetImplementation, setTenantpublic static final String HTTPDESTINATIONNAME
SAPHTTPDestination.httpDestinationName attributepublic static final String TARGETURL
SAPHTTPDestination.targetURL attributepublic static final String AUTHENTICATIONTYPE
SAPHTTPDestination.authenticationType attributepublic static final String USERID
SAPHTTPDestination.userid attributepublic static final String PASSWORD
SAPHTTPDestination.password attributeprotected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic EnumerationValue getAuthenticationType(SessionContext ctx)
SAPHTTPDestination.authenticationType attribute.public EnumerationValue getAuthenticationType()
SAPHTTPDestination.authenticationType attribute.public void setAuthenticationType(SessionContext ctx, EnumerationValue value)
SAPHTTPDestination.authenticationType attribute.value - the authenticationType - Authentication typepublic void setAuthenticationType(EnumerationValue value)
SAPHTTPDestination.authenticationType attribute.value - the authenticationType - Authentication typepublic String getHttpDestinationName(SessionContext ctx)
SAPHTTPDestination.httpDestinationName attribute.public String getHttpDestinationName()
SAPHTTPDestination.httpDestinationName attribute.public void setHttpDestinationName(SessionContext ctx, String value)
SAPHTTPDestination.httpDestinationName attribute.value - the httpDestinationName - HTTP Destination namepublic void setHttpDestinationName(String value)
SAPHTTPDestination.httpDestinationName attribute.value - the httpDestinationName - HTTP Destination namepublic String getPassword(SessionContext ctx)
SAPHTTPDestination.password attribute.public String getPassword()
SAPHTTPDestination.password attribute.public void setPassword(SessionContext ctx, String value)
SAPHTTPDestination.password attribute.value - the password - Password for the logon to the SAP systempublic void setPassword(String value)
SAPHTTPDestination.password attribute.value - the password - Password for the logon to the SAP systempublic String getTargetURL(SessionContext ctx)
SAPHTTPDestination.targetURL attribute.public String getTargetURL()
SAPHTTPDestination.targetURL attribute.public void setTargetURL(SessionContext ctx, String value)
SAPHTTPDestination.targetURL attribute.value - the targetURL - URL of the target systempublic void setTargetURL(String value)
SAPHTTPDestination.targetURL attribute.value - the targetURL - URL of the target systempublic String getUserid(SessionContext ctx)
SAPHTTPDestination.userid attribute.public String getUserid()
SAPHTTPDestination.userid attribute.public void setUserid(SessionContext ctx, String value)
SAPHTTPDestination.userid attribute.value - the userid - User ID for the logon to the SAP systempublic void setUserid(String value)
SAPHTTPDestination.userid attribute.value - the userid - User ID for the logon to the SAP systemCopyright © 2017 SAP SE. All Rights Reserved.