public interface Gateway extends CentraSiteRegistryObject
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CentraSiteRegistryObject> |
getAssociatedAliases() |
java.lang.String |
getCentraSitePassword() |
java.lang.String |
getCentraSiteUser() |
java.util.Collection<CentraSiteRegistryObject> |
getDeployedAliases() |
java.util.Collection<CentraSiteRegistryObject> |
getDeployedAssets() |
java.util.Collection<CentraSiteRegistryObject> |
getDeployedConsumers() |
java.util.Collection<CentraSiteRegistryObject> |
getDeployedServices() |
java.lang.String |
getEndpoint()
Gets the Deployment Endpoint for the Gateway.
|
GatewayConfiguration |
getGatewayConfiguration() |
java.lang.String |
getGatewayTenantId() |
java.lang.String |
getGatewayType()
Get the gateway type.
|
java.lang.String |
getGatewayWebAppUrl() |
java.lang.String |
getPassword() |
Category |
getSandbox() |
java.lang.String |
getUser() |
boolean |
isApiGateway() |
boolean |
isMediator() |
void |
setCentraSitePassword(java.lang.String password) |
void |
setCentraSiteUser(java.lang.String user) |
void |
setEndpoint(java.lang.String endpoint)
Sets the Deployment Endpoint for the Gateway.
|
void |
setGatewayTenantId(java.lang.String tenantId) |
void |
setGatewayWebAppUrl(java.lang.String webAppUrl) |
void |
setPassword(java.lang.String password) |
void |
setSandbox(Category sandbox) |
void |
setUser(java.lang.String user) |
getConsumedAssets, getConsumers, getDescription, getDescription, getDisplayVersion, getInitialVirtualAssetName, getLastModifiedTimeStamp, getLCMAssignment, getLocalName, getMandatoryAttributeProfiles, getName, getName, getNameSpace, getNextVersion, getNextVersions, getOrganization, getOwner, getPendingApprovals, getPreviousVersion, getPreviousVersions, getRegistryObject, getRelationShipValueMap, getRequestedUser, getSubscribers, getSystemVersion, getTitle, getType, getUserVersion, getVisiblePrimaryProfiles, getVisibleProfile, isDeployedOn, isLatestVersionObject, isPropagatePermissions, isPropagateProfilePermissions, removeConsumedAssets, removeConsumers, setDescription, setDescription, setDisplayVersion, setLCMState, setLocalName, setName, setName, setNameSpace, setOrganization, setOwner, setPropagatePermissions, setPropagateProfilePermissions, setRelationShipValueMap, setUserVersion
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, isModified, isPredefined, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue
java.lang.String getGatewayType() throws CLLException
CLLException
java.lang.String getEndpoint() throws CLLException
CLLException
- If an error occurs while fetching the hostname.void setEndpoint(java.lang.String endpoint) throws CLLException
String
- representing the hostname.CLLException
- If an error occurs while setting the hostnamejava.lang.String getUser() throws CLLException
CLLException
void setUser(java.lang.String user) throws CLLException
CLLException
java.lang.String getPassword() throws CLLException
CLLException
void setPassword(java.lang.String password) throws CLLException
CLLException
java.lang.String getCentraSiteUser() throws CLLException
CLLException
void setCentraSiteUser(java.lang.String user) throws CLLException
CLLException
java.lang.String getCentraSitePassword() throws CLLException
CLLException
void setCentraSitePassword(java.lang.String password) throws CLLException
CLLException
void setSandbox(Category sandbox) throws CLLException
CLLException
Category getSandbox() throws CLLException
CLLException
void setGatewayTenantId(java.lang.String tenantId) throws CLLException
CLLException
java.lang.String getGatewayTenantId() throws CLLException
CLLException
void setGatewayWebAppUrl(java.lang.String webAppUrl) throws CLLException
CLLException
java.lang.String getGatewayWebAppUrl() throws CLLException
CLLException
GatewayConfiguration getGatewayConfiguration() throws CLLException
CLLException
java.util.Collection<CentraSiteRegistryObject> getDeployedAssets() throws CLLException
CLLException
java.util.Collection<CentraSiteRegistryObject> getDeployedServices() throws CLLException
CLLException
java.util.Collection<CentraSiteRegistryObject> getDeployedConsumers() throws CLLException
CLLException
java.util.Collection<CentraSiteRegistryObject> getDeployedAliases() throws CLLException
CLLException
java.util.Collection<CentraSiteRegistryObject> getAssociatedAliases() throws CLLException
CLLException
boolean isMediator()
boolean isApiGateway()