public interface RuntimeAliasesPublishAction extends PublishAction, CSOAction
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CentraSiteRegistryObject> |
getAllAliasesToDeploy()
Gets the Collection of Runtime aliases to be published.
|
java.util.Collection<APIPortal> |
getFailedAPIPortals()
Gets the Collection of Failed API Portal responses.
|
java.util.Collection<RuntimeAliasesDeploymentResponse> |
getFailedDeploymentResponses()
Gets the Collection of Failed Runtime Alias Publish Responses.
|
void |
setAliasesToDeploy(java.util.Collection<CentraSiteRegistryObject> aliasesToDeploy)
Sets the Collection of Runtime aliases to be published.
|
getAliases, getAliasListForUnDeploy, getApplicableGateways, getFailedDeploymentMessages, getProgress, getSelectedAliases, getUnPublishAliasList, isBaseType, setAliasListForUnDeploy, setGateways, setSelectedAliases, setVisibleToEveryOne
cancel, doesLoggedInUserHaveSufficientRolesOrPermissions, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getNonApplicableReason, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
java.util.Collection<CentraSiteRegistryObject> getAllAliasesToDeploy()
Collection
of Runtime aliases CentraSiteRegistryObject
to be publishedvoid setAliasesToDeploy(java.util.Collection<CentraSiteRegistryObject> aliasesToDeploy)
aliasesToDeploy
- The Collection
of Runtime aliases CentraSiteRegistryObject
to be publishedjava.util.Collection<RuntimeAliasesDeploymentResponse> getFailedDeploymentResponses() throws CLLException
Collection
of Failed Runtime Alias Publish ResponsesCLLException
- If an error occurs while fetching the Publish failure collectionjava.util.Collection<APIPortal> getFailedAPIPortals() throws CLLException
Collection
of APIPortal
objects with which CentraSite registration failed.CLLException
- If an error occurs while obtaining the failure list