Gateway
Temporary work around to support old Runtime Events and Runtime Metrics profile
These profiles in 9.6 and 9.7 versions, has getDeploymentTarget() used in it.
Just to support the archives exported from these version this Interface is addedpublic interface Target extends CentraSiteRegistryObject
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getDeploymentEndPoint()
Deprecated.
Gets the URL of the endpoint for the target's deployment service.
|
java.lang.String |
getPassword()
Deprecated.
Gets The password of the Target's user to be used for the deployment operation.
|
Category |
getTargetSandbox()
Deprecated.
Obtains the Sandbox classification for the target(if any).
|
java.lang.String |
getTargetType()
Deprecated.
Gets the TargetType of the Target.
|
java.lang.String |
getUser()
Deprecated.
Gets the username or user ID of the Integration Server user to be used for
the deployment operation.
|
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.net.URL getDeploymentEndPoint() throws CLLException
CLLException
- If an error occurs while fetching the deployment endpointjava.lang.String getTargetType() throws CLLException
CLLException
- If an error occurs while finding the target typejava.lang.String getPassword() throws CLLException
CLLException
- If an error occurs while obtaining the passwordjava.lang.String getUser() throws CLLException
CLLException
- If an error occurs while fetching the user nameCategory getTargetSandbox() throws CLLException
Category
of the Sandbox classification if the target is classified
with a sandbox and null
if the target is not classified.CLLException
- If an error occurs while trying to get the target's Sandbox classification